html { font-size:62.5% } /* Sets the base font size of the page to 10px */

body { 
	font-family:'Open Sans', 'Helvetica Neue', EmojiSymbols, arial, helvetica, helve, sans-serif; 
	color:#d8cfbc;
	line-height:1.4; 
	background-color:#252525;
}

a { text-decoration:none; }

h1 {
	font-family:"Roboto Slab";
	font-size:1.6rem;
	font-weight:900;
	color:#e4e4e4;
	text-align:center;
	margin-bottom:1.9rem;
}

h2, h3 {
	font-size:1.5rem;
	font-weight:600;
	text-align:center;
	padding-bottom:1.5rem;
	border-bottom:1px solid #605d57;
	margin-bottom:2rem;
}

h2 { 
	font-size:1.7rem;
	margin-top:2.5rem;
}

/* ===================================== */
/* == SCREEN 1 ========================= */
/* ===================================== */

#screen1 {
	display:flex;
	align-items:center;
	justify-content:center;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#252525;
}

.intro {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:5rem;
}

.intro h1 {
	font-size:2rem;
	font-style:italic;
	padding:0;
	margin:0;
}

.explainerBox {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	color:#16333d;
	text-align:center;
	background:#fff;
	padding:3rem 2.5rem 1rem;
	border-radius:2.5rem;
	margin:3rem 0;
	width:100%;
	min-height:10rem;
} 

.dealType {
	margin:0 0 3rem;
	width:100%;
}

.dealType h3 {
	font-size:1.7rem;
	font-weight:700;
	padding:0;
	border:none;
	margin:0 0 0.5rem;
}

.dealType p {
	font-size:1.3rem;
	font-weight:500;
	padding:0;
	margin:0;
}

.dealType img {
	width:7rem;
	height:7rem;
}

.next {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.4rem;
	color:#fff;
	background-color:#be8844;
	border-radius:1.8rem;
	width:9rem;
	height:3.6rem;
}





/* ===================================== */
/* == SCREEN 2 ========================= */
/* ===================================== */

#screen2 {
	display:none;
/* 	display:block;*/
 	position:relative;
	background-color:#252525;
	padding:12rem 1rem 5rem;
	z-index:200;
}

header { 
	position:fixed;
	top:0;
	right:0;
	left:0;
	background:#000;
	padding:.8rem 1.75rem 1.9rem; 
	margin:0;
	width:100%;
	box-sizing:border-box;
	box-shadow: inset 0 -5px 0 0 #333;
}


/* ===================================== */
/* == POPULAR PLACE LINKS ============== */
/* ===================================== */

.popPlaces-links {
	font-size:1.7rem;
	font-weight:700;
	color:#d6d6d6;
	background-color:#333;
	padding:1rem;
	border-radius:.5rem;
	margin-bottom:1.5rem;
	box-shadow: 
		0 1rem 2rem rgba(0,0,0,0.12), 
		0 .6rem .6rem rgba(0,0,0,0.14);	
}

.popPlaces-links:last-of-type { margin-bottom:5rem; }

ul.mealTypes {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	padding:0;
	margin:1.7rem -.5rem 0;
	list-style-type:none;
	width:calc(100% + 1rem);
}

ul.mealTypes li {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.1rem;
	font-weight:400;
	color:#d2c098;
	background-color:#444b54;
	border-radius:.4rem;
	margin:0 .5rem;
	width:calc(33.3333% - 1rem);
	height:3.6rem;
}

ul.mealTypes li span {
	font-size:2rem;
	margin-right:.5rem;
}


/* ===================================== */
/* == PLACE LINKS ====================== */
/* ===================================== */

ul.places-links {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.places-links li {
	display:flex;
	justify-content:center;
	align-items:center;
	width:15rem;
	margin-bottom:2rem;
}

ul.places-links li img {
	display:block;
	background:#999;
	border-radius:50%;
	margin:0 auto .8rem;
	width:6rem;
	height:6rem;
}

ul.places-links li span {
	display:block;
	font-size:1.15rem;
	color:#d2c098;
	text-align:center;
	width:11rem;
}


/* ===================================== */
/* == LOCATION SEARCH ================== */
/* ===================================== */

.search-wrap { 
	position:relative;
	margin: 0 auto;
	width:100%; 
	max-width:60rem;
}

.search-wrap i {
	position:absolute;
	top: 1.2rem;
	left: 1.2rem;
	color: #382E2C;
}

.search-wrap i.clear-search {
	position:absolute;
	top: 1.5rem;
	left:initial;
	right:.8rem;
	font-size: 1.8rem;
	color: #71acc9;
}

.search-wrap input {
	font-size: 1.25rem;
    border: none;
    border-radius: .5rem;
    padding: 0 4rem;
    width: 100%;
    height: 4.8rem;
    box-sizing: border-box;
}

.search-wrap input:focus { outline: none; }

.search-wrap .resultList {
    display: none;
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    right: 1rem;
    background-color: #fff;
    padding: 1rem 1.5rem 1.5rem 2rem;
    box-shadow: 
    	0 4px 5px 0 rgba(0, 0, 0, 0.14), 
    	0 1px 10px 0 rgba(0, 0, 0, 0.12), 
    	0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 5;
    max-height: 30rem;
    overflow: auto;
}

.search-wrap .resultList ul  {
    display: block;
    position: relative;
    font-size: 1.25rem;
    font-weight: 400;
    color: #536baa;
    list-style-type:none;
    padding: 0 0 0 0;
    margin:0;
}

.search-wrap .resultList li a {
    display:block;
    color: #101010;
    text-decoration:none;
    margin: 1.5rem 0;
}

.search-wrap .resultList li a::before {
    content:"\e8b4";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #71acc9;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    margin: -0.2rem 0.4rem 0 0;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
	
	
	/*  ================================= */
	/*  iPHONE 12 PRO MAX  ============== */
	/*  ================================= */
	
	@media only screen 
	    and (device-width : 428px) 
	    and (height : 926px) 
	    and (-webkit-device-pixel-ratio : 3) { 
	    
	    h1 		 { margin-top:4.5rem;  }
	    h2 		 { margin-top:5.9rem;  }

	}
	
	
	
	/*  ================================= */
	/*  iPHONE 12/12 PRO  =============== */
	/*  ================================= */
	
	@media only screen 
	    and (device-width : 390px) 
	    and (height : 844px) 
	    and (-webkit-device-pixel-ratio : 3) { 
	    
	    h1 		 { margin-top:4.5rem;  }
	    h2 		 { margin-top:5.9rem;  }

	}
	
	
	
	/*  ================================= */
	/*  iPHONE X/XS/11 PRO  ============= */
	/*  ================================= */
	
	@media only screen 
	    and (device-width : 375px) 
	    and (height : 812px) 
	    and (-webkit-device-pixel-ratio : 3) { 
	    
	   	h1 		 { margin-top:4.5rem;  }
	    h2 		 { margin-top:5.9rem;  }

	}
	
	
	
	/*  ================================= */
	/*  iPHONE 12 MINI  ================= */
	/*  ================================= */
		
	@media only screen 
	    and (device-width : 360px) 
	    and (height : 780px) 
	    and (-webkit-device-pixel-ratio : 3) { 
	    
	    h1 		 { margin-top:4.5rem;  }
	    h2 		 { margin-top:5.9rem;  }

	}
	
	
	
	/*  ================================= */
	/*  iPHONE 5/SE/IPOD TOUCH GEN 7   == */
	/*  ================================= */
		
	@media only screen 
	    and (device-width : 320px) 
	    and (height : 568px) 
	    and (-webkit-device-pixel-ratio : 2) { 
	    	    
	    #screen1 { linear-gradient(0deg, rgba(37,37,37,1) 0%, rgba(0,0,0,1) 100%); }
	    
	    .intro { margin:0 1.5rem; }
	    
	    .intro h1 { font-size:1.7rem; }
	    
	    .explainerBox {
	    	padding: 1.5rem 2.5rem; 
	    	margin:2.5rem 0; 
	    }
	    
	    .dealType { margin: 0 0 2rem; }
	    
	    .dealType h3 { font-size: 1.5rem; }
	    
	}












