/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
/** {
     -moz-box-sizing: border-box; /* Firexfox */
     /*-webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
     /*box-sizing: border-box; /* IE */
}

/* Clear fix hack */
/*.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
  clear: both;
}

/*.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

/*.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/
html{
  margin: 0 auto;
}
body {
  margin: 0px auto;

}


/******************************************
/* LAYOUT
/*******************************************/

/* Center the container */
/*#container {
  width: 100%;
  margin: auto;
  background-color: white;
  position: relative;
}*/



header {
  height: 125px;
  background-color: black;
  width: 100%;
}
.logo{
  width: 100px;
  height: 100px;
  float: left;
  padding-top: 10px;
  margin-left: 50px;
}

.name{
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 62px;
  padding-top: 20px;
  font-weight: 200;
}
.name a{
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 62px;
  padding-top: 20px;
  font-weight: 200;
}
.active{
  display: block;
}

.toggle-nav{
  color: white;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: -72px;
  margin-right: 50px;
}
/*.menu ul.active{
  display: none;
}*/
nav ul {
  text-align:center;
  display: none;
}
nav ul li {
  float:right;
  display:inline;
}
nav ul li:hover {
  background:#E6E6E6;
}
nav ul li a {
  display:block;
  padding:15px 25px;
  font-family: "Old Standard TT", sans-serif;
}
nav ul li ul {
  position:absolute;
  width:110px;
  background: black;}
nav ul li ul li {
  width:110px;
}
nav ul li ul li a {
  display:block;
  padding:15px 10px;
  /*color:#444;}
nav ul li ul li:hover a {
  /*background:#F7F7F7;*/
  opacity: 0.3;
}
nav ul li ul.active {
  display:none;
}
nav ul li:hover ul.active {
  display:block;
}

.menu{
  display: inline;
  width: 100%;
  height: 75px;
  background-color: ;
  font-family: 'Old Standard TT', serif;
  font-size: 22px;
  color: black;
}
/* ---------- HOME PAGE ---------- */
#homeTitle{
	text-transform: uppercase;
	font-weight: bold;
  font-family: 'Oswald', sans-serif;
	text-align: center;
	color: white;
	position: absolute;
	margin: 15% 15% 0 15%;
	padding: 0 2%;
	font-size: 500%;
  transition: .5s all ease;
	opacity: 0.45;

}

#homeTitle:hover{
	color: white;
	opacity: .75;
}

.bgImage{
	min-height: 100vh;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: ;
}

.imagesection{
  background: url("img/coverpic.JPG") no-repeat center top rgb(134,141,157);
  background-size: cover;
  height: calc(100vh);
  margin: 0 0px 0;
}
.floralimg{
  height: 400px;
  float: left;
  width: 50%;
}
.lineone{
  height: 400px;
  width: 100%;
  margin: 0px;
  background-color: black;
  display: inline-block;
  text-align: right;
}
.flavorcategory{
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  margin: 0 20% 0 20%;
  color: white;
}
.flavorlist{
  margin: 0 15% 0 15%;
}
a{
  text-decoration: none;
  font-family: 'Old Standard TT', serif;
  color: white;
}
.flavortext{
  /*margin: 0 10% 0 10%;*/
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: white;
}
.linetwo{
  height: 400px;
  width: 100%;
  margin: 0px;
  background-color: black;
  display: inline-block;
  text-align: left;
}
.herbalimg{
  height: 400px;
  float: right;
  width: 50%;
}
.linethree{
  height: 400px;
  width: 100%;
  margin: 0px;
  background-color: black;
  display: inline-block;
  text-align: right;
}
.linefour{
  height: 400px;
  width: 100%;
  margin: 0px;
  background-color: black;
  display: inline-block;
  text-align: left;
}
.toastyimg{
  height: 400px;
  float: left;
  width: 50%;
}
.stickyfooter{
  flex: 1;
}
footer{
  height: 125px;
  width: 100%;
  margin: 0px;
  background-color: black;
}
footer ul {
  margin: 0 0px;
}
footer ul li{
  margin: 45px 0 0 0;
  display: inline;
  font-family: 'Old Standard TT', serif;
  font-size: 28px;
  color: white;
  float: left;
  list-style: none;
}
.footerlinks{
  text-decoration: none;
  font-family: 'Old Standard TT', serif;
  color: white;
}
.footerbean{
  height: 50px;
  margin: 0px 20px 0px 20px;
}

/* --------- FLORAL --------- */
.floralimagesection{
    background: url("img/floralcover.JPG") no-repeat center top rgb(134,141,157);
    background-size: cover;
    height: calc(100vh);
    margin: 0 0px 0;
}

/* ---------- HERBAL ---------- */

.herbalimagesection{
  background: url("img/herbal.JPG") no-repeat center top rgb(134,141,157);
  background-size: cover;
  height: calc(100vh);
  margin: 0 0px 0;
}

/* ---------- TOASTY ---------- */

.toastyimagesection{
  background: url("img/toasty.JPG") no-repeat center top rgb(134,141,157);
  background-size: cover;
  height: calc(100vh);
  margin: 0 0px 0;
}
/* ---------- ABOUT ---------- */
.aboutContainer{
  height: 500px;
	min-width: 1024px;
	width: 100%;
	background-color: #e1e1e1;
	top: 0;
	left: 0;
	opacity: ;
}

/* ---------- MEDIA QUERY ---------- */
@media only screen and (max-width: ){}

@media only screen and (max-width: 780px) {
  header {
    height: 75px;
    background-color: black;
    width: 100%;
  }
  .logo{
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 5px;
    margin-left: 25px;
  }

  .name{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: white;
    font-size: 31px;
    padding-top: 10px;
    font-weight: 200;
  }
  .name a{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: white;
    font-size: 31px;
    padding-top: 10px;
    font-weight: 200;
  }
  .active{
    display: block;
  }

  .toggle-nav{
    color: white;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -36px;
    margin-right: 25px;
  }
  /*.menu ul.active{
    display: none;
  }*/
  nav ul {
    text-align:center;
    display: none;
  }
  nav ul li {
    float:right;
    display:inline;
  }
  nav ul li:hover {
    background:#E6E6E6;
  }
  nav ul li a {
    display:block;
    padding:15px 25px;
    font-family: "Old Standard TT", sans-serif;
  }
  nav ul li ul {
    position:absolute;
    width:110px;
    background: black;}
  nav ul li ul li {
    width:110px;
  }
  nav ul li ul li a {
    display:block;
    padding:15px 10px;
    /*color:#444;}
  nav ul li ul li:hover a {
    /*background:#F7F7F7;*/
    opacity: 0.3;
  }
  nav ul li ul.active {
    display:none;
  }
  nav ul li:hover ul.active {
    display:block;
  }

  .menu{
    display: inline;
    width: 100%;
    height: 75px;
    background-color: ;
    font-family: 'Old Standard TT', serif;
    font-size: 22px;
    color: black;
  }
  /* ---------- HOME PAGE ---------- */
  #homeTitle{
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: white;
    position: absolute;
    margin: 15% 15% 0 15%;
    padding: 0 2%;
    font-size: 250%;
    transition: .5s all ease;
    opacity: 0.45;

  }

  #homeTitle:hover{
    color: white;
    opacity: .75;
  }

  .bgImage{
    height: calc(50vh);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: ;
  }

  .imagesection{
    background: url("img/coverpic.JPG") no-repeat center top rgb(134,141,157);
    background-size: cover;
    height: calc(50vh);
    margin: 0 0px 0;
  }
  /* --------- FLORAL --------- */
  .floralimagesection{
      background: url("img/floralcover.JPG") no-repeat center top rgb(134,141,157);
      background-size: cover;
      height: calc(50vh);
      margin: 0 0px 0;
  }

  /* ---------- HERBAL ---------- */

  .herbalimagesection{
    background: url("img/herbal.JPG") no-repeat center top rgb(134,141,157);
    background-size: cover;
    height: calc(50vh);
    margin: 0 0px 0;
  }

  /* ---------- TOASTY ---------- */

  .toastyimagesection{
    background: url("img/toasty.JPG") no-repeat center top rgb(134,141,157);
    background-size: cover;
    height: calc(50vh);
    margin: 0 0px 0;
  }
  .floralimg{
    height: 400px;
    float: left;
    width: 100%;
  }
  .lineonemobile{
    height: 400px;
    width: 100%;
    margin: 0px;
    background-color: black;
    display: inline-block;
    text-align: right;
  }
  .flavorcategory{
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    margin: 0 20% 0 20%;
    color: white;
  }
  .flavorlist{
    margin: 0 15% 0 15%;
  }
  a{
    text-decoration: none;
    font-family: 'Old Standard TT', serif;
    color: white;
  }
  .flavortext{
    /*margin: 0 10% 0 10%;*/
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: white;
  }
  .linetwo{
    height: 400px;
    width: 100%;
    margin: 0px;
    background-color: black;
    display: inline-block;
    text-align: left;
  }
  .herbalimg{
    height: 400px;
    float: right;
    width: 100%;
  }
  .linethree{
    height: 400px;
    width: 100%;
    margin: 0px;
    background-color: black;
    display: inline-block;
    text-align: right;
  }
  .linefour{
    height: 400px;
    width: 100%;
    margin: 0px;
    background-color: black;
    display: inline-block;
    text-align: left;
  }
  .toastyimg{
    height: 400px;
    float: left;
    width: 100%;
  }
}
