@charset "UTF-8";

* {
	box-sizing: border-box;
}
body {
	font-family: cursive, sans-serif, Helvetica, Arial;
	margin: 0;
	background-image:url("img/dna1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	overflow: auto;
}
#MainHeader {
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	text-shadow: -1px 5px 10px white;
}
#headercontainer {
	
}
.but-nav {
	width: 30%;
	padding:5px 15px;
	font-size: 20px;
	text-shadow: -1px 5px 10px white;
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #e6d9cc;
	box-shadow: 0 4px 8px 0 white;
	position: sticky;
}
.but-nav:hover {
	cursor: pointer;
	background-color: #000000;
	color: white;
	box-shadow: 0 4px 8px 0 #000000;
}
#navcontainer {
	position: sticky;
}
#navcontainer, #featuredproducts, #menu, #modal-flex, #contactmodal-flex {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-evenly;
}
.contactmodal, .featuredmodal {
	display: none;
	position: fixed; 
	z-index: 1; 
	padding-top: 5%; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;  
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
}
.contactmodal-content, .featuredmodal-content {
  position: relative;
  background-color: #e6d9cc;
  margin-top: 10%;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.smallcaps {
	font-variant: small-caps;
}
.close {
  color: black;
  position: fixed;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  background-color: white;
  padding: 2px 5px;
  margin: 3px;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  background-color: black;
}

.modal-header {
  padding: 2px 16px;
  background-color: #000000;
  color: white;
  text-align: center;
}

.modal-body, .contactmodal-body {
	padding: 2px 16px;
	border-radius: 5px;
	text-align: center;
}
#menu {
	margin: 10px;
}
.img {
	text-align: center;
	border-radius: 5px;
	border: 2px solid #000000;
	margin: 10px;
	display: none;
	box-shadow: 0 4px 8px 0 white;
	align-content: center;
	justify-content: center;
}
.img:hover {
	cursor: pointer;
	opacity: .2;
}
#statement {
	text-align: center;
	border-radius: 5px;
	border: 2px solid #000000;
	margin-top: 10%;
	background-color: #e6d9cc;
	width: 100%;
}
#livemenu {
	display: flex;
	width: 100%;
	flex-flow: column;
	align-content: center;
	justify-content: center;
	margin: 10px;
}
#productname {
	width: 90%;
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #e6d9cc;
	box-shadow: 2px 4px 8px 0 white;
	color: green;
	text-align: center;
	align-content: center;
	justify-content: center;
	margin: auto;
	font-size: 25px;
}
.livemenucontainer {
	border-radius: 5px;
	border: 2px solid #000000;
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-around;
	margin: 5px auto;
	box-shadow: 0 4px 8px 0 white;
	overflow: scroll;
}
.livemenu {
	border-radius: 5px;
	border:2px solid #000000;
	margin: 10px 5px;
}
.menudivs {
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #e6d9cc;
	box-shadow: 2px 4px 8px 0 white;
	width: 300px;
	height: 200px;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
	overflow: auto;
}
.menudivs span {
	font-size: 14px;
}
.menudivs h4 {
	font-style: italic;
	text-decoration: underline;
}
.menudivs h2 {
	color: blue;
	text-decoration: underline;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  box-shadow: 0 4px 8px 0 white;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.f {
	position: relative;
	margin: 0 50px;
}
.test {
	position: absolute;
	text-align: center;
	bottom: 10%;
	border-radius: 5px;
	border: 1px solid #000000;
	background-color: white;
	padding: 5px 10px;
	left: 40%;
	display: none;
	z-index: -1;
}
.featured {
	margin: auto;
}
#updatetime {
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #e6d9cc;
	box-shadow: 2px 4px 8px 0 white;
	padding: 5px;
	display: none;
}
#pagetop {
	position: sticky;
	top: 0;
	right: 5px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #e6d9cc;
	padding: 5px 15px;
	width: 5%;
}
@media screen and (max-width: 400px) {
	#navcontainer {
		flex-flow: column wrap;
	}
	.but-nav {
		width: 100%;
	}
}