@charset "UTF-8";
#maincontainer {
}
/* CSS Document */

/*Media Queries*/
	/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	p {font-size: 16px}
	h1 {font-size: 32px }
	h2 {font-size: 26px}
	h3 {font-size: 22px}
	h4 {font-size: 18px}
	blockquote {font-size: 20px}
	input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
	.topnav a:not(:first-child) {display: none;}
  	.topnav a.icon {
    float: right;
    display: block;
  }
	.column {
		width:100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	p {font-size: 16px}
	h1 {font-size: 32px}
	h2 {font-size: 26px}
	h3 {font-size: 22px}
	h4 {font-size: 18px}
	blockquote {font-size: 20px}
	.column {width:100%}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	p {font-size: 16px}
	h1 {font-size: 40px}
	h2 {font-size: 32px}
	h3 {font-size: 24px}
	h4 {font-size: 18px}
	blockquote {font-size: 24px}
	
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	p {font-size: 16px}
	h1 {font-size: 48px}
	h2 {font-size: 36px}
	h3 {font-size: 28px}
	h4 {font-size: 18px}
	blockquote {font-size: 24px}
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	p {font-size: 16px}
	h1 {font-size: 48px}
	h2 {font-size: 36px}
	h3 {font-size: 28px}
	h4 {font-size: 18px}
	blockquote {font-size: 24px}
	
}
@font-face {
	font-family:"hind"; sans-serif;
	src:url(../fonts/Hind-Regular.ttf);
	src:url(../fonts/Hind-Medium.ttf);
	src:url(../fonts/Hind-Light.ttf);
	src:url(../fonts/Hind-Bold.ttf);
	src:url(../fonts/Hind-SemiBold.ttf);
}	
@font-face {
	font-family:"bitter";
	src:url(../fonts/Bitter-Regular.ttf);
	src:url(../fonts/Bitter-Bold.ttf);
	src:url(../fonts/Bitter-Italic.ttf);	
}
/* Body */
body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
	font-family: "Hind" Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#maincontainer {
	position:fixed;
	width:100%;
	height:100%;
	border: 2px;
	solid:#fff;
	box-sizing: border-box;
	overflow:hidden;
}
/*Landing Page Image*/
#building {
	position:absolute;
	height:auto;
	width:100%;
	background-size:cover;
	background-position:center;
}
/*Home page image*/
#interior {
	position: fixed;
	height: 100%;
	width: 100%;
	background-image: url(../images/interior.JPG);
	background-size: cover;
	background-position: center;
}
/*Landing Page and Button*/
.welcome .building{
    position: fixed;
    width: 100%;
    max-width: 400px;
}

.welcome img {
    width: 100%;
    height: auto;
	
}

.welcome .button {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    color: black;
    font-size: 36px;
    padding: 25px 50px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
	font-family:"Hind";
	text-transform:uppercase;
}

.welcome .btn:hover {
    background-color: black;
    color: white;
}

/* Navigation */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-transform: uppercase;
	position:center;
}

li {
    display:inline-block;
	padding:1%;
	color:#fff;
	font-size:22pt;
	border-bottom:1vh solid transparent;
	cursor:pointer;
	font-weight:500;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.navbar {
	font-family: "Hind";
	position:fixed;
	bottom:40px;
	margin:0 auto;
	left:10%;
	right:0;
	height:15%;
	cursor:pointer;
}
.logo {
	background-color: #893E24;
	float: right;
	margin-right: 10%;
}
#logo {
	width: 150px;
	height: 150px;
	z-index: 5;
	/* [disabled]padding-right: 15%; */
}
/* Logo */

/*Contact Form */
input[type=text], select, text area {
    width: 100%;
    padding: 12px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-face: "Hind";
	resize:vertical;
}

input[type=submit] {
    width: 50%;
    background-color:#893E24;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-face: "Hind";
}

input[type=submit]:hover {
    background-color: #46160D;
}

div {
    border-radius: 5px;
    background-color: #DFD9AB;
    padding: 20px;
}
* {
    box-sizing: border-box;
}
/*Contact Page*/
/* Style the container/contact section */
.container {
    border-radius: 5px;
    background-color: #DFD9AB;
    padding: 10px;
	font-family:"Hind";
	width:100%;
	height:100%;
}

/* Create two columns that float next to eachother */
#contact-coffee {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
	
}
#contact-form {
	float:left;
	width:50%;
	margin-top:6px;
	padding:20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#contactcoffee {
	width:100%;
	height:auto;
}
#method {
	font-size:0.8em;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0px;
}
#contactbody {
	font-face: "Hind";
}
/* Add a black background color to the top navigation */
.topnav {
	font-family:"Hind";
	text-transform:uppercase;
    background-color: #893E24;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #46160D;
    color: white;
}

/* Add an active class to highlight the current page */
.active {
    background-color:#46160D;
    color: white;
}

/* Hides the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
/* Footer */
.footer {
	;
	
}

/*Menu Page*/
/*Media Queries*/
@media only screen and (max-width: 600px) {
	.tablinks {
		width:100%;
	}
	#Menu {
		width:100%;
	}
	#Sandwiches {
		width:100%;
	}
	#Salads {
		width:100%;
	}
	#Drinks {
		width:100%;
	}
	#Coffee {
		width:100%;
	}
	#Desserts {
		width:100%;
	}
}
/* Style the tab */
.tab {
    float: right;
    border: 1px solid #DFD9AB;
    background-color: #DFD9AB;
	font-size: 17px;
    width: 25%;
    height: 100%;
	font-face:"Hind";
	text-transform: uppercase;
	font-weight:500;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: #1A1514;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
	text-transform:uppercase;
	font-face:"Hind"; 
	font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
	font-weight:700;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #555;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 75%;
    border-left: none;
    height: 100%;
	color:white;
}
#Sandwiches {background-color: #46160D;}
#Salads {background-color: #46160D;}
#Drinks {background-color: #46160D;}
#Coffee {background-color: #46160D;}
#Desserts {background-color:#46160D;}

#menubody {
	background-color:#dfd9ab;
}

/*Menu Images*/
#salad {
	width:100%;
	height:auto;
	
}
#drink {
	width:100%;
	height: auto;
}
#latte {
	width:100%;
	height: auto;
}
#wrap {
	width:100%;
	height:auto;
}
#sundae {
	width:100%;
	height: auto;
}
#eventcolumn1 {
	width:50%;
	height:auto;
	float:left;
}
#event-column2 {
	width:50%;
	height:auto;
	float:left;
}
#events {
	width:100%;
	height:auto;
}
.column {
	float:left;
	width:50%;
}
/*About page*/
#blessings {
	float:left;
	column-width: 50%;
}
#blessings-text {
	float:left;
	width:50%;
}
#kitchen {
	width:100%;
	height:auto;
}
#facebook {
	display:inline-block;
	width: 50px;
	height:50px;
		float:right;
	margin-left:10%;
}

.icon {
	width:50px;
	height:50px;
	float:right;
	position:absolute;
	margin-top:90%;
	margin-right:10%;
}