
* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
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, 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;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
}
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;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}


/* ----------------------- nav code below ------------------------------- */

.smicon ul li{
	display: inline-block;
	margin: 10px 20px;
}

.smicon ul li:hover {
	color: #000;
	opacity: .6;
}

#nav-bar {
  display: none;
}

.current {
	color: #45b649;
}

nav a:hover {
	opacity: .8;
	color: #45b649;
}

nav {    
  width: 100%;
  z-index: 10;
  position: fixed;
}

nav ul {
  margin: 10px 0;
  text-align: center;
  list-style: none;
}

nav ul li {
  display: inline-block;
  padding: 0 30px;
}

nav a:hover {
  text-decoration: none;
}

nav a {
  /* text-shadow: 1px 1px 2px #e7c50c; */
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-transform: uppercase;
  text-decoration: none;
}

/* ----------------------- header code below ------------------------------- */

#header {
  text-align: center;
}

#logo {
  margin-top: 5px;
  height: 50px;
  width: 75px;
	left: 5px;
	position: absolute;
	padding: 5px;
}

#logo-top {
  display: none;
}

#intro {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/92.jpg");
  box-shadow: 0 1px 2px 1px #444;
  font-size: 18px;
  color: #e7c50c;
}


#intro h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 20px;
  font-size: 40px;
}

img {
  max-width: 100%;
  height: auto;
}

#container {
  margin: 0px auto;
}

/* ----------------------- aboutus code below ------------------------------- */

#aboutus {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/92.jpg");
  box-shadow: 0 1px 2px 1px #444;
  font-size: 16px;
  color: #e7c50c;
}

#aboutus h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-shadow: darkgrey;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 18px;
}

#aboutus-intro {
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 55%;
  background-color: black;
  opacity: 0.8;
}

#aboutus-intro p {
  text-indent: 20px;
  line-height: 1.5;
  padding: 20px;
  text-align: left;
}


/* ----------------------- contact code below ------------------------------- */


#reach-me {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/92.jpg");
  box-shadow: 0 1px 2px 1px #444;
  font-size: 16px;
  color: #e7c50c;
}

#reach-me h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c; 
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 18px;
  margin-top: 80px;
}

.adrs {
	padding: 20px;
	font-weight: bold;
	background-color: black;
	opacity: 0.8;
	letter-spacing: 3px;
	border: 1px solid #000;
  border-radius: 4px;
  max-width: 100%;
}

.adrs a {
	text-decoration: none;
	color: #e7c50c;
}

.social a {
	display: inline-block;
	margin-top: 20px 40px;
}

.opts {
  margin-top: 5px;
  width: 0 auto;
}

form {
  width: 800px;
}

input[type=text], select, textarea {
    width: 100%;
    height: 40%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: vertical;
    font-size: .7em;
}

label {
    padding: 10px 10px 10px 0;
    display: inline-block;
    font-size: .7em;

}

button[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

button[type=submit]:hover {
    background-color: forestgreen;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}




/* ----------------------- catering code below ------------------------------- */

#menu-sections {
  line-height: ;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: gray;
  width: 100%;
}

#menu-sections .box { 
  flex-wrap: wrap;
  margin: 20px 20px;
  box-shadow: 0 1px 2px 1px darkgray;
  width: 0 auto;
  overflow: hidden;
  width: 95%;
}

.box1234 {
  margin: 20px 20px;
  box-shadow: 0 1px 2px 1px darkgray;
  overflow: hidden;
  width: 0 auto;
  max-width: 85%;
}

.box1234 {
  padding: 2px;
  background-color: darkgray;
}

.box1234 img {
  margin: 0;
  background-color: darkgray;
}

.box li {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  list-style-type: none;
  line-height: 1.5;
  padding: 0 10px;
  font-size: 14px;
}

.box p {
  text-align: center;
  line-height: 1.4;
  padding: 0 10px;
  font-size: 16px;
  width: 0 auto;
}

#menu-sections h5 {
  font-size: 18px;
  flex-direction: row;
  text-align: center;
  max-width: 100%;
  text-transform: uppercase;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
  letter-spacing: 8px;
  color: white;
  padding: 10px;
  margin: 40px 40px;
}


#catering-intro {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/92.jpg");
  box-shadow: 0 1px 2px 1px #444;
  color: #e7c50c;
  font-size: 20px;
}

#catering-intro h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 20px;
}

#catering-intro p {
  color: #e7c50c;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}

/* ----------------------- meal-prep code below ------------------------------- */


#meal-prep-intro {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/9949.jpg");
  box-shadow: 0 1px 2px 1px #444;
  font-size: 20px;
  color: #e7c50c;
}

#meal-prep-intro h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 20px;
  font-size: 40px;
}


#wrapper {
  /* max-width: 1024px; */
	width: 100%;
	margin: 0 auto;
}

#wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}

#wrapper img:hover {
  opacity: .5;
}

/* ---- below is the old meal prep code --
.one-third {
	width: 18%;
	float: left;
	margin: 7px 10px;
	clear: all;
  padding: 2px;
  background-color: darkgray;
  box-shadow: 0 1px 2px 1px #444;

    margin: 10px 0 0 12px;

      margin: 7px 5px;
}

.mppinfo {
 float: right;
  margin: 5% 10%;
  box-shadow: 0 1px 2px 1px darkgray;
  width: 0 auto;
}
*/


.one-third {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 9%;
  float: left;
  margin: 10px 5px 5px;
  clear: all;
  padding: 2px;
  background-color: white;
  box-shadow: 0 1px 2px 1px #444;
  margin-bottom: 20px;
}

.mppinfo {
  float: right;
  margin: 5% 10%;
  box-shadow: 0 1px 2px 1px darkgray;
  width: 0 auto;
}



/* ----------------------- gallery code below ------------------------------- */

#food-gallery-intro {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/92.jpg");
  box-shadow: 0 1px 2px 1px #444;
  font-size: 20px;
  color: #e7c50c;
}

#food-gallery-intro h1 {
  text-shadow: 1px 1px 2px #000;
  color: #e7c50c;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 20px;
}


#fd-container {
  display: flex;
}


#fd-container { 
  padding: .5vw;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

#fd-container div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  margin: .5vw; 
}

/* -------------------------------- footer code below ------------------------------- */

footer a {
 color: #45b649;
 text-align: center;
 text-decoration: none;
 letter-spacing: 5px;
 margin-bottom: -50px;
 font-size: .9em;
}

footer {
	max-width: 100%;
 	background-color: none;
 	margin: 0;
 	padding: 0;
  float: right;
}

footer p {
  text-shadow: 1px 1px 3px darkgray;
  padding: 15px;
  font-size: 12px;
  color: forestgreen;
}

footer p:hover {
  color: black;
}

.disclam { 
  color: #fff;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
  text-align: center;
  text-decoration: none;
}

.disclam h4 {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

/* -------------------------------- back to top code below ------------------------------- */


#myBtn {
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	opacity: 0.7;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
	color: #E5C100; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/* -------------------------------- responsive code below ------------------------------- */






/* ------------------------------------   media screen 1024 ------------------------------ */

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

  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
	color: #E5C100;
	background-color: black;
	opacity: 0.7;
}

#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

}

/* ------------------------------------   media screen 860 ----------------------------------------- */

@media (max-width: 860px){
  html{
    font-size: 12px;
  } 

form {
  width: 500px;
}

#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}

  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
  color: #E5C100;
  background-color: black;
  opacity: 0.7;
}
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
  
}

/* ------------------------------------   media screen 780 ----------------------------------------- */

@media (max-width: 780px){
  html{
    font-size: 11px;
  } 

form {
  width: 550px;
}

#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}

  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
  color: #E5C100;
  background-color: black;
  opacity: 0.7;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* ------------------------------------   media screen 724 ----------------------------------------- */

@media (max-width: 724px){
  html{
    font-size: 12px;
  } 

form {
  width: 550px;
}


.one-third {
	width: 48%;
	margin: 1%;
}

#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}
  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
  color: #E5C100;
  background-color: black;
  opacity: 0.7;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


/* ------------------------------------   media screen 702 ----------------------------------------- */

@media (max-width: 702px){
  html{
    font-size: 12px;
  } 

  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
  color: #E5C100;
  background-color: black;
  opacity: 0.7;
}

#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

#reach-me h1 {
	font-weight: bold;
	text-shadow: darkgrey;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	letter-spacing: 18px;
}

/* ------------------------------------   media screen 623 ------------------------------ */

@media (max-width: 623px){
  html{
    font-size: 12px;
  }  

form {
  width: 350px;
}


#logo {
  display: none;

}

#logo-top {
  display: inline-block;
}

#logo-top {
  margin-top: 60px;
  height: 50px;
  width: 75px;
  left: 5px;
  position: absolute;
  padding: 5px;
}
  #nav-bar {
  display: flex;
  flex-direction: block;
  padding: 10px;
  background: #dce35b; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dce35b, #45b649); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dce35b, #45b649); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

nav {
  display: none;
}

  nav ul li {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
  }

nav {
  color: #E5C100;
  background-color: black;
  opacity: 0.7;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }


#reach-me h1 {
	font-weight: bold;
	text-shadow: darkgrey;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	letter-spacing: 16px;
}


 #aboutus h1 {
  font-weight: bold;
  text-shadow: darkgrey;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  letter-spacing: 18px;
}

#aboutus-intro {
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 95%;
  background-color: black;
  opacity: 0.8;
}

#aboutus-intro p {
  text-indent: 20px;
  line-height: 1.5;
  padding: 20px;
  text-align: left;
}   
}

/* ------------------------------------   media screen 480 ------------------------------ */

@media (max-width: 480px){

#intro h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 15px;
  margin: 0 auto;
  font-size: 40px;
}

	.one-third {
		width: 98%;
		margin:1%;
	}



.one-third {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 45%;
  float: left;
  margin: 10px 0 0 12px;
  clear: all;
  padding: 2px;
  background-color: white;
  box-shadow: 0 1px 2px 1px #444;
  margin-bottom: 20px;
}


form {
  width: 280px;
}

#reach-me h1 {
  color: forestgreen;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 18px;
  margin-top: 80px;
}

.adrs {
  padding: 15px;
  font-weight: bold;
  background-color: black;
  opacity: 0.8;
  letter-spacing: 3px;
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 100%;
}

.adrs a {
  text-decoration: none;
  color: #e7c50c;
}

.social a {
  display: inline-block;
  margin-top: 20px 40px;
}

.form-sections {
  width: 100%;
  margin: 0 auto;
  padding: 10px;

}

}




