@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

* { box-sizing: border-box;  margin: 0; padding: 0;}

html, body {
	min-height: 100%;
	font-size: 2vw;
}

body {
	font-family: 'open sans', sans-serif;
	background: url("https://images2.imgbox.com/44/0e/6MPA2P79_o.jpg");
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 5rem;
}


header {
	margin-top: 3rem;
}

header p {
	font-size: 2rem;
	color: #666c7c;
	opacity: 0.7;
	text-align: center;
	padding: 1rem 0;
}

header h1 {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #444C62;
	margin: 3rem 0 6rem 0;
}

header h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #444C62;
	margin: 0.5rem 0 3rem 0;
}

header h2 span {
	display: block;
	font-size: 2rem;
	opacity: 0.6;
	font-weight: 500;
	margin-top: 0.5rem;
}



.button {
	display: block;
	margin: 0 auto;
	background: #1111FF;
	border: 0;
	border-radius: 1rem;
	padding: 1.5rem 2.5rem;
	color: white;
	font-family: 'open sans', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	box-shadow: 0 0.5rem 1.5rem rgba(0,0,80,0.4);
}

.button-light {
	background: transparent;
	box-shadow: inset 0 0.5rem 1.5rem rgba(255,255,255,0.2), 0 0.5rem 1.5rem rgba(0,0,80,0.3);
	opacity: 0.7;
	color: #000066;
}

.button-startover {
	font-size: 1.4rem;
	opacity: 0.5;
	padding: 1rem 1.5rem;
	margin: 0 2rem 2rem 2rem;
	border: 0;
}



#page-start {
	display: block;
}

#page1, #page2, #page3, #page4 {
	display: none;
}






#people-wrap, #nights-wrap {
	display: flex;
	width: 100%;
	margin: 5.5rem auto 5rem auto;
	justify-content: center;
}


input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	width: 40%;
	display: inline-block;
	height: auto;
	font-size: 7.5rem;
	padding: 1rem 1.5rem;
	color: #444C62;
	border: 0;
	background: none;
	background: -moz-linear-gradient(top, rgba(63,90,86,0) 30%, rgba(53,77,77,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(63,90,86,0)), color-stop(100%, rgba(53,77,77,0.3)));
	background: -webkit-linear-gradient(top, rgba(63,90,86,0) 30%, rgba(53,77,77,0.3) 100%);
}

.number-imput {
	display: flex;
	flex-direction: column;
}

.number-input input[type="button"] {
	background: none;
	width: 100%;
	color: #444C62;
	font-size: 7.5rem;
	line-height: 4.75rem;
	border: 0;
}

.number-input input[type="button"]:last-of-type {
	transform: rotate(180deg);
}



label {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

#biking-wrap label, #rain-wrap label {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
	margin: 0.5rem 0 5rem 0;
}

label span {
	font-size: 0.6rem;
	color: #666;
}

input[type="checkbox"] {
	display: none;
}

.toggle-item {
	font-size: 7.5rem;
	color: #444C62;
	font-weight: bold;
	padding: 1rem 2rem;
	opacity: 0.5;
}

.toggle-on {
	opacity: 1;
}






#page-list {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin-top: -5rem;
	margin-bottom: 7rem;
}

#page-list h1 {
	margin-bottom: 4rem;
	margin-top: 0;
	font-size: 2.5rem;
}

#page-list header p {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
}

.wrap {
	padding: 2rem;
	background: white;
	border-radius: 1rem;
	margin-bottom: 2rem;
	font-weight: 600;
	width: 100%;
	cursor: default;
	box-shadow: 0 0.5rem 1rem rgba(30,50,90,0.1);
}


.list-item-label {
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,0.6);
	font-size: 2.3rem;
}

.list-item-label:first-letter {
	text-transform: uppercase;
}

.value {
	font-size: 1.8rem;
}


.subitem {
	font-size: 1.9rem;
	display: grid;
	grid-template-columns: 4rem 7fr;
	width: 100%;
	padding: 1.5rem 0;
	margin: 0;
	cursor: default;
	line-height: 2.5rem;
}

.subitem::before {
	content: '✖';
	color: rgba(0,0,0,0);
	padding: 0.75rem 0.75rem;
	max-height: 3rem;
	max-width: 3rem;
	margin-right: 1rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	box-sizing: border-box;
	background: #CCC;
	grid-column: 1;
}

.done {
	color: rgba(0,0,0,0.5);
}

.done::before {
	color: rgba(0,0,0,0.5);
	content: '✖';
	text-align: center;
}




#custom-items {
	display: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ie-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


#custom-item-field-wrap {
	position: fixed;
	display: grid;
	grid-template-columns: 4fr 1fr;
	bottom: 0;
	left: 0;
	padding: 0.75rem 1.5rem 1.5rem 1.5rem;
	width: 100%;
	background: white;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 );
	z-index: 200;
}

#custom-item-field-wrap p {
	font-size: 1.5rem;
	color: #444C62;
	grid-column: span 2;
	margin-bottom: 0.5rem;
}

#custom-item-field-wrap input {
	border: 0;
	padding: 1.5rem;
	font-size: 2.5rem;
	line-height: 2.5rem;
}

#custom-item-field-wrap input[type="text"] {
	background: #DDD;
	border-radius: 1rem 0 0 1rem;
	font-weight: 500;
}

#custom-item-field-wrap input[type="submit"] {
	border-radius: 0 1rem 1rem 0;
	background: #CCC;
	font-weight: 600;
	font-size: 2rem;
}


#print-list {
	display: none;
	position: fixed;
	overflow: auto;
	top: 2rem;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	background: white;
	border-radius: 1rem;
	z-index: 500;
	font-size: 3rem;
	padding: 2rem;
}

#print-list textarea {
	height: calc(100% - 12rem);
	width: 100%;
	font-size: 3rem;
	padding: 2rem;
	border: 0;
	border-radius: 1rem;
	box-shadow: inset 0 1rem 1.5rem rgba(0,0,0,0.1);
}

#print-list p {
	font-size: 2rem;
	padding: 2rem;
	margin: 2rem 0rem;
	line-height: 2rem;
	background: rgba(0,0,80,0.4);
	color: white;
	border-radius: 1rem;
	text-align: center;
	font-weight: 600;
	cursor: default;
}


#copy-confirm {
	display: none;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	z-index: 2000;
	color: #64767b;
	padding: 6rem;
	font-size: 2rem;
	font-weight: 600;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	background: #24363b;
	background: -moz-linear-gradient(bottom, rgba(63,90,86,0.2) 30%, rgba(53,77,77,0.5) 100%);
	background: -webkit-gradient(left bottom, left bottom, color-stop(30%, rgba(63,90,86,0.2)), color-stop(100%, rgba(53,77,77,0.5)));
	background: -webkit-linear-gradient(bottom, rgba(63,90,86,0.2) 30%, rgba(53,77,77,0.5) 100%);
}





@media only screen and (min-width: 600px) {
	/* hover styles for desktop only */

	.button:hover {
		background: rgba(60,90,255,1);
	}

	.button-light:hover {
		background: transparent;
		box-shadow: inset 0 0.5rem 2.5rem rgba(255,255,255,0.5), 0 0.5rem 1.5rem rgba(0,0,80,0.3);
		color: #000022;
	}
	
	.button-startover:hover {
		box-shadow: inset 0 0.5rem 2.5rem rgba(255,255,255,0.8), 0 0.5rem 1.5rem rgba(0,0,80,0.4);
	}

	#custom-item-field-wrap input[type="text"]:hover {
		background: #F0F0F0;
		box-shadow: inset 0 0.5rem 1rem rgba(0,0,0,0.1);
	}

	#custom-item-field-wrap input[type="submit"]:hover {
		background: #78A7AA;
	}

	.subitem:hover {
		background: #eee;
	}


	/* display styles */

	html, body {
		font-size: 12px;
		background-position: 50% 25%;
	}

	#print-list, #page-list {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#custom-item-field-wrap {
		max-width: 750px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 1rem 1rem 0 0;
	}
	
	
}


.article {
	font-size: 1.6em;
	margin: 0 10% 5%;
	border-radius: 7px;
	height:min-content;
	background-color: rgba(255, 255, 255, 0.8)
}