@import url('https://fonts.googleapis.com/css?family=Oswald|Lobster|Abril+Fatface|Shadows+Into+Light|Permanent+Marker|Satisfy');

html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f7f4ef;
}
/*MOBILE NAVIGATION BAR*/
.topnavmobile {
    background-color: #333;
    overflow: hidden;
}
.topnavmobile .name {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Lobster', cursive;
}
.topnavmobile .hamburger {
    background: none;
    float: right;
    top: 0;
    right: 0;
    line-height: 50px;
    padding: 5px 15px 0px 15px;
    color: #f2f2f2;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    outline: none;
    z-index: 10000000000000;
}
.topnavmobile .hamburger:hover {
    background-color: #76b3b1;
    color: white;
}
.topnavmobile .cross {
    background: none;
    float: right;
    top: 0;
    right: 0;
    line-height: 50px;
    padding: 5px 15px 0px 21px;
    color: #f2f2f2;
    border: 0;
    font-size: 3em;
    font-weight: bold;
    outline: none;
    z-index:10000000000000;
}
.topnavmobile .cross:hover {
    background-color: #76b3b1;
    color: white;
}
.hiddenmenu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100vw;
    background:#565656;
    float: right;
    text-align: right;
    font-size: 12px;
}
.hiddenmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.hiddenmenu li {
    display: block;
    padding:15px 20px 15px 0;
    border-bottom:#dddddd 1px solid;
}
.hiddenmenu li:hover{
    display: block;
    background: #76b3b1;
    padding: 15px 65px 15px 0;
}
.hiddenmenu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #f2f2f2;
}
.hiddenmenu ul li a:hover {
    color: #76b3b1;
    text-decoration: none;
}
.hiddenmenu a{
    color: #f2f2f2;
    text-decoration: none;
}
/*DESKTOP NAVIGATION BAR*/
.topnav {
    background-color: #333;
    overflow: hidden;
}
.topnav .name {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Lobster', cursive;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #76b3b1;
    color: white;
}
/*Large image intro class*/
.intro-test {
    width: 100vw;
    height: 100vh;
    margin: auto;
    background-color: blue;
    background: url(../img/alpha-serenity-testimonials.JPG) no-repeat 50% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.intro-test .big-white-bold {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    width: 100vw;
    max-width: none;
    font-size: 100px;
    font-family: 'Lobster', cursive;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 3px #000000;
    padding: 0px 5px 0px 5px;
}
.intro-test .small-white-bold {
    font-family: 'Lobster', cursive;
    color: #ffffff;
    font-size: 50px;
    text-shadow: 0px 2px #000000;
    padding: 0px 5px 0px 5px;
}
.intro-test .smallest-white-bold {
    font-family: 'Lobster', cursive;
    color: #ffffff;
    font-size: 1.9em;
    font-weight: lighter;
    text-shadow: 0px 2px #000000;
    padding: 0px 200px 0px 200px;
    text-align: center;
}
/*Button Style*/
.intro-test .btn {
    position: relative;
    font-family: 'Lobster', cursive;
    /*font-weight: 700;*/
    font-size: 30px;
    color: #ffffff;
    padding: 10px 20px;
    letter-spacing: 1px;
    border: solid #ffffff 3px;
    border-radius: 9px;
    /*text-transform: uppercase;*/
    overflow:hidden;
    padding: 0px 5px 0px 5px;
    z-index: 1;
    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}
/*Fill Transition*/
.intro-test .fill:hover {
  color: #ffffff;
}
.intro-test .fill:before {
  content: "";
  position: absolute;
  background: #76b3b1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.intro-test .fill:hover:before {
  top: 0;
}
/*CREAM HTML*/
.cream {
    width: 100vw;
    height: 70vh;
    margin: auto;
    background-color: blue;
    background: url(cbg.png) no-repeat 50% 50%;
    display: flex;
    flex-direction: column;
    background-size: cover;
}
.cream .b-red-bold {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 100vw;
    max-width: none;
    font-size: 100px;
    font-family: 'Lobster', cursive;
    color: #7a565f;
    text-align: center;
    text-shadow: 0px 3px #000000;
}
.cream .s-red-bold {
    font-family: 'Lobster', cursive;
    color: #7a565f;
    font-size: 50px;
    text-shadow: 0px 2px #000000;
}
/*redbutton*/
.btn {
  position: relative;
  font-family: 'Lobster', cursive;
  /*font-weight: 700;*/
  font-size: 20px;
  color: #5f8483;
  padding: 10px 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  border: solid #5f8483 3px;
  border-radius: 9px;
  /*text-transform: uppercase;*/
  overflow:hidden;
  z-index: 1;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
/*Fill Transition*/
.fill:hover {
  color: #ffffff;
}
.fill:before {
  content: "";
  position: absolute;
  background: #76b3b1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}
/*message content*/
.message {
    background-color: #f7f4ef;
    text-align: center;
    margin: 50px;
}
/*horizontal lines next to title*/
h1:before, h1:after {
  content: "";
  display: inline-block;
  width: 10%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #7ea3a2;
  /*border-style:*/
}
h1:after {
  margin: 0 -55% 0 .5em;
}
/*contact section*/
.leftfoot {
    position: relative;
    vertical-align: middle;
    float: left;
    width: 50vw;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: #7ea3a2;
    top: 10%;
    bottom: 10%;
}
.rightfoot {
    position: relative;
    vertical-align: middle;
    float: right;
    width: 50vw;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: #7ea3a2;
    border-left: 1px solid grey;
    top: 10%;
    bottom: 10%;
}
.bottomfoot {
    position: relative;
    width: 100vw;
    padding: 10px;
    text-align: center;
    background-color: #5f8483;
    border-top: 1px solid grey;
}
/*class for tabing content*/
.tab {
    text-indent: 20px;
}
.styleicon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3vw;
    height: 3vh;
}
.spectext {
    font-family: 'Lobster', cursive;
    color: #000000;
    font-size: 30px;
    text-shadow: 0px 2px #5f8483;
}

p {
    font-size: 18px;
    font-weight: 500;
}

.purchase {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#quantity {
    padding: 5px;
    min-width: 7vw;
    width: 7vw;
    height: 4vh;
    border: 1px solid #555;
}

.productimg {
    width: 50%;
}

/*Media Queries*/
/* @media only screen and (max-width : 480px) {
    p.tab { font-size: 15px;}
    h1 {font-size: 22px;}
    p.subfoot {font-size: 11px;}
    .intro .big-white-bold { font-size: 70px; }
    .intro .small-white-bold { font-size: 40px;}
    .cream .b-red-bold { font-size: 70px; }
    .cream .s-red-bold { font-size: 40px;}
    .productimg { width: 80%;}
}

@media only screen and (max-width : 568px) {
    p.tab { font-size: 15px; }
    h1 {font-size: 22px; }
    p.subfoot {font-size: 11px; }
    .intro .big-white-bold { font-size: 70px; }
    .intro .small-white-bold { font-size: 40px; }
    .cream .b-red-bold { font-size: 70px; }
    .cream .s-red-bold { font-size: 40px; }
    .productimg { width: 80%; }
} */

/* smart phones */
@media screen and (min-width : 319px) and (max-width: 812px) {
    p.tab { font-size: 15px;}
    h1 {font-size: 22px;}
    p.subfoot {font-size: 11px;}
    .intro-test .big-white-bold { font-size: 60px; }
    .intro-test .small-white-bold { font-size: 40px;}
    .cream .b-red-bold { font-size: 70px; }
    .cream .s-red-bold { font-size: 40px;}
    .topnav {display: none;}
    .productimg { width: 70%;}
    .intro-test .smallest-white-bold {display: none;}
}
/* Bigger than smartphones */
@media screen and (min-width : 812px) {
    .topnavmobile {display: none;}
    .productimg { width: 50%;}
}
