@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site CSS Starts here */

/*
font-family: 'Fira Code', monospace;
font-family: 'Heebo', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

html, body {
    height: 100%;
    width: 100%;
}

html {
    /*font-family: 'Heebo', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

a {
    color: #fff;
    text-decoration: none;
}

header {
    min-height: 80px;
    color: #000;
    display: flex;
    flex-direction: row;
    padding: 0px 30px;
    justify-content: center;
}

header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 2px;
    width: 33%;
    margin-top: auto;
    margin-right: 5%;
}

header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    width: 15%;
    margin-top: auto;
    line-height: 1.5rem;
}
.topnav {
    visibility: hidden;
    position: absolute;
}

/*header img {
    position: absolute;
    right: 10px;
    top: 10px;
}*/

header nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: right;
    width: 40%;
    margin-top: auto;
    margin-left: 5%;
}

header nav li{
    display: inline-block;
    font-variant: small-caps;
    font-size: 1.1rem;;
    margin-left: 2%;
    margin-top: 10px;
}

header nav li:first-of-type {
    margin-left: 0;
}

header nav li a {
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    color:#000;
}

header nav a:hover {
    text-decoration: underline;
}

main {
    background-color: #fff;
    flex: 1 0 auto;
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

aside {
    background-color: #306046;
}

footer {
    color: #000;
    min-height: 100px;
    width: 100%;
    margin: auto;
    flex-shrink: 0;
    text-align: center;
    padding: 160px 0;
}

footer nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%;
    margin: 60px auto;
    text-align: center;
}

footer nav li{
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 30px;
}

footer nav li:first-of-type {
    margin-left: 0;
}

footer nav li a {
    padding: 8px;
    text-decoration: none;
    color:#000;
    letter-spacing: .25rem;
}

footer nav a:hover {
    text-decoration: underline;
}

footer p {
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 300;
}

em {
    font-style: italic;
}

.stacked_img {
    width: 608px;

}

.stacked_img img {
    position: relative;
    top: 75px;
    z-index: 2;
}

.main_hours {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 2.25;
    width: 65%;
    margin: 0 auto;

}

.main_hours strong {
    font-weight: 600;
}

.main_hours p:first-of-type {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.main_hours p {
    margin: 30px 0;
    font-weight: 300;
    font-size: 1.1rem;
}

/*.main_hours p:last-of-type {
    text-align: left;
}*/

.main_hours a {
    color: #000;
}


/* MENU SECTION */

.menu_block {
    
}

.menu_img {
    position: relative;
    width: 608px;
    margin: auto;
}

.menu_img img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    margin-bottom: -50px;
}

.menu_content {
    width: 650px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.menu_content.flex_col {
    flex-direction: column;
    text-align: left;
}

.flex_col .menu_item {
    margin-bottom: 10px;
}

.menu_item{
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    flex: 0 0 50%;
    margin: 15px 0;
}

.menu_item h3 {
    /*font-size: .8rem;*/
	font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 10%;
    line-height: 1.25rem;
}

.flex_col .menu_item h3 {
    display: inline-block;
}

.menu_item p {
    /*font-size: .8rem;*/
	font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    padding: 0 5%;
}

.flex_col .menu_item p {
    padding: 0;
}

.flex_col .menu_item h3 {
    padding: 0;
}

.menu_item p strong {
    font-weight: 600;
}

.menu_item .price_right {
    text-align: right;
    float: right;
}

.black_layer {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    z-index: 1;
}

.menu_img h2 {
    font-size: 3em;
    position: relative;
    
    /*top: 50%;
    transform: translateY(-50%);*/
    
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    bottom: 145px;
    z-index: 2;
}

 /* Moves up menu title to make space for paragraphs */
h2.bump_up{
    bottom: 180px;
}

/*h2.extras {
    bottom: 65px;
}*/

.menu_img h3 {
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: absolute;
    text-align: left;
    color: #fff;
    top: 170px;
    left: 100px;
    z-index: 2;
}

.menu_img p {
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    position: absolute;
    text-align: left;
    color: #fff;
    top: 200px;
    left: 100px;
    line-height: 24px;
    z-index: 2;
    width: 450px;
}

.menu_img p em {
    font-style: italic;
}

.menu_img p strong {
    font-weight: 600;
}

.menu_content {
    
}

/*.menu_img {
    background-image: url(../_img/pexels-photo-5592923.jpg);
    background-size: 608px;
    background-repeat: no-repeat;
    height: 763px;
    background-position: top;
    margin: auto;
    position: relative;
}*/

.orderButton {
	box-sizing: border-box;
	background-color: #3b714f;
	color: white;
	width: 180px;
	border: 2px solid white;
	padding: 4px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
	text-align: center;
	border-radius: 15px;
	font-size: 18px;
	margin-bottom: 30px;
}

.wave_box_container {
    margin-top: 100px;
}

.wave_box_content {
    height: auto;
    width: 100%;
    background-color: #306046;
    padding: 100px 10px;
    margin: auto;
    color: #fff;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
}

.wave_box_col_1 {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-right: 20%;

}

.wave_box_col_1 h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
}

.wave_box_col_1 p{
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    font-size: .9rem;
}

.wave_box_col_2 {
    /*font-family: 'Fira Code', monospace;*/
	font-family: 'Montserrat', sans-serif;
    width: 40%;
    text-align: left;
    font-size: 1.35rem;
    line-height: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.wave_box_col_2 strong {
    font-weight: 700;
}

.wave_box_col_2 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.wave {
    fill: #306046;
    width: 100%;
    height: auto;
}

/* Index Page Specific Content */

/*.stacked_img.index {
    background-image: url("../_img/driveThru.webp");
    background-position: bottom;
	background-repeat: no-repeat;
    height: 100%;
	max-height: 800px;
    width: 100%;
	max-width: 800px;
    margin: auto;
    position: relative;
}*/

.stacked_img.index {
    background-image: url(../_img/driveThru.webp);
    background-size: 800px;
    background-repeat: no-repeat;
    height: 800px;
    background-position: bottom;
    margin: auto;
    position: relative;
}

.stacked_img.index img {
	top: 25%;
	left: 20%;
}

.white_layer {
    width: 100%;
	max-width: 800px;
    height: 100%;
	max-height: 800px;
    background-color: rgba(255,255,255,.10);
    position: absolute;
    bottom: 0;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #306046;
    color: #fff;
    letter-spacing: 2px;
    width: 160px;
    padding: 30px 20px;
    margin: 30px auto 20px;
    font-size: .8rem;
}

.button:hover {
    background-color: #000;
}

.button a {
    padding: 30px 20px;
}

/* About Page Specific Content */

.stacked_img.about {
    background-image: url(../_img/pexels-photo-7487359.jpeg);
    background-size: 608px;
    background-repeat: no-repeat;
    height: 763px;
    background-position: top;
    margin: auto;
    position: relative;
}

.about_content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 160px;
}

.about_content aside {
    width: 45%;
    margin-right: 10%;
    border-radius: 4px;
    display: flex;
}

.about_content aside p {
    /*font-family: 'Merienda', cursive;*/
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: left;
    line-height: 2rem;
    margin: auto 30px;
}

.about_content iframe {
    width: 45%;
}

/* Food Menu Page Specific Content */

.stacked_img.food {
    background-image: url(../_img/pexels-photo-3993720.jpg);
    background-position: bottom;
    background-size: 608px;
    background-repeat: no-repeat;
    height: 950px;
    margin: auto;
    position: relative;
}

img.push_down {
    top: 190px;
}

/* Drink Menu Page Specific Content */

.stacked_img.drink {
    background-image: url(../_img/pexels-photo-312418.jpeg);
    background-position: bottom;
    background-size: 608px;
    background-repeat: no-repeat;
    height: 901px;
    margin: auto;
    position: relative;
}

strong {
	font-weight: 700;
}

.coffeFlavor {
	margin: 10px auto 40px;
	width: 400px;
}

.coffeFlavor h3 {
	margin-bottom: 10px;
	font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 10%;
    line-height: 1.25rem;
}

.coffeFlavor p {
	line-height: 1.5rem;
}

.announcement {
	margin: 40px auto 6px;
	line-height: 2rem;
	background-color: #306046;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;

}

.announcement div {
	width: auto;
	margin-right: 40px;
}

.announcement div:last-of-type {
	margin-right: 0;
}

.announcement h2 {
	font-size: 1.25rem;
	line-height: 30px;
}

.announcement img {
	display: block;
	margin: auto;
	border-left: 6px solid white;
	border-right: 6px solid white;
}

.announcementImg {
	width: 500px;
	height: auto;
}

.announcementTwo {
	margin: 0px;
	padding: 20px 0px;
}

.locationsHeader {
	margin-top: 40px;
	padding: 20px 0 10px 0;
	font-size: 28px;
	font-weight: 800;
	color: white;
	background-color: #306046;
}

.flexContainer {
	background-color: #306046;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	gap: 20px;
}

.flexItem {
	box-sizing: border-box;
	background-color: #3b714f;
	color: white;
	width: 33%;
	min-width: 200px;
	max-width: 300px;
	min-height: 200px;
	border: 2px solid white;
	padding: 10px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2)
}

.flexItem h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
}

.flexItem p {
	line-height: 20px;
	margin-bottom: 10px;
}

.flexItem p:last-of-type {
	margin-bottom: 0;
}


/* Modal */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Experimental */

/*.Fira {
    font-family: 'Fira Code', monospace;
    font-size: 36px;
    color: green;
}

.Heebo {
    font-family: 'Heebo', sans-serif;
    font-size: 36px;
    color: red;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: blue;
}*/

/* MEDIA QUERIES */

@media only screen and (max-width: 700px) {

/*@media
    only screen and (min-resolution: 73dpi),
    only screen and (max-resolution: 300dpi)
{*/
    body {
    }
    
    header {
        display: block;
        width: 100%;
        margin: 15% 0 0 0;
        padding: 0;
        height: 100%;
    }
    
    header h1{
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
    }
    
    header p {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin-top: 2%;
    }
	
	.stacked_img.index {
		width: 330px;
		height: 330px;
		background-size: 330px 330px;
	}
	
	.stacked_img.index img {
		width: 150px;
		height: auto;
		left: 70px;
	}
	
	.white_layer {
		width: 100%;
		height: 100%;
	}
	
	.announcement {
		flex-direction: column;
	}
    
	.announcement div {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.announcement img {
		width: 100%;
		height: auto;
		border: 0;
	}
	
	.flexContainer {
		flex-direction: column;
		align-items: center;
		margin: 0;
		width: 100%;
	}
	
	.flexItem {
		width: 100%;
		margin: 0;
	}
/*    header nav ul li a {
        display: inline-block;
        color: red;

    }*/
    
/*    header nav {
        background-color: lightblue;
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    header nav ul li a {
        display: inline;
        padding: 0;
    }*/
    
    header nav {
        visibility: hidden;
    }
    
    main {
        padding-top: 0;
    }
    
/* Style the navigation menu */
.topnav {
    visibility: visible;
  overflow: hidden;
  background-color: #306046;
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
    text-align: center;
}
    
    .topnav a:last-of-type {
        border-bottom: 2px ridge #fff;
    }

/* Style the hamburger menu */
.topnav a.icon {
  background: #306046;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
    border: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
    visibility: hidden;
  background-color: #04AA6D;
  color: white;
}
    
    a[href^=tel] {
        color: #000;
        text-decoration: underline;
    }
    
    .main_hours {
        width: 100%;
        text-align: center;
    }
    
    .main_hours p {
        font-size: 1rem;
        padding: 0% 5%;
    }
    
    .main_hours p:first-of-type {
        font-size: 1rem;
    }
    
    .main_hours p:last-of-type {
        text-align: center;
    }
    
    .main_hours a {
        color: #000;
    }
    
    .stacked_img {
        max-width: 100%;
        height: auto;
    }
    
    .menu_img {
        width: 100%;
        height: auto;
    }
    
    .menu_img img {
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }
    
    .menu_img h2{
        position: absolute;
        width: 100%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 35%;        
    }
    
    h2.bump_up {
        position: absolute;
        bottom: 0;
        top: 10%;
    }
    
    .menu_img h3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 30%;
		text-align: center;
    }
    
    .menu_img p {
        width: 90%;
        margin: 0 5%;
        left: 0;
        top: 45%;
        text-align: center;
        font-size: 0.9rem;
    }
    
    .menu_content {
        display: block;
        width: 100%;
    }
    
    .menu_content div {
        margin-bottom: 10%;
        padding: 0 5%;
    }
    
    .menu_item p {
        padding: 0;
    }
    
    .menu_item h3 {
        padding: 0;
    }
    
    .about_content {
        display: block;
        margin: 0;
    }
    
    .about_content aside {
        width: 100%;
        border-radius: 0;
    }
    
    .about_content aside p {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    .about_content iframe {
        width: 100%;
    }
    
    .wave_box_container {
        margin-top: 10%;
    }
    
    .wave_box_content {
        padding: 10% 0;
    }
    
    .wave_box_col_1 {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 10%;
    }
    
    .wave_box_col_1 p {
        font-size: 1rem;
    }
    
    .wave_box_col_2 {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    
    footer {
        margin-top: 10%;
        padding: 0;
        margin-bottom: 10%;
    }
    
    footer nav li {
        display: block;
        margin: 0;
        margin-bottom: 10%;
        font-size: 1.5rem;
    }
    

}