@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: 100%;
    height: 100%;
    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: 100%;
    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;
}
/*CREAM HTML*/
.cream {
    width: 100%;
    height: 70%;
    margin: auto;
    background-color: blue;
    background: url(../img/serenity-antiaging-cream.png) no-repeat 50% 50%;
    display: table;
    background-size: cover;
}
.cream .b-red-bold {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    max-width: none;
    font-size: 700%;
    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: 30%;
    text-shadow: 0px 2px #000000;
}
.purchase {
    text-align: center;
}
.purchase-form {
    text-align: center;
}
/*.btn {
    border-radius: 9px;
    font-family: 'Lobster', cursive;
    color: #7a565f;
    font-size: 150%;
    padding: 10px 20px;
    border: solid #7a565f 3px;
    overflow: hidden;
}*/
.btn {
  position: relative;
  font-family: 'Lobster', cursive;
  /*font-weight: 700;*/
  font-size: 150%;
  color: #7a565f;
  padding: 10px 20px;
  letter-spacing: 1px;
  border: solid #7a565f 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;
}
.btn-small {
  position: relative;
  font-family: 'Lobster', cursive;
  /*font-weight: 700;*/
  font-size: 50%;
  color: #7a565f;
  padding: 10px 20px;
  letter-spacing: 1px;
  border: solid #7a565f 3px;
  border-radius: 9px;
  text-shadow: 0px 0px #5f8483;
  text-decoration: none !important;
  /*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: #7a565f;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}
/*EXPERIMENTAL CODE*/
/*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: 50%;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: #7ea3a2;
    top: 10%;
    bottom: 10%;
}
.rightfoot {
    position: relative;
    vertical-align: middle;
    float: right;
    width: 50%;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: #7ea3a2;
    border-left: 1px solid grey;
    top: 10%;
    bottom: 10%;
}
.bottomfoot {
    position: relative;
    width: 100%;
    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: 3%;
    height: 3%;
}
.spectext {
    font-family: 'Lobster', cursive;
    color: #000000;
    font-size: 30px;
    text-shadow: 0px 2px #5f8483;
}
p {
    font-size: 130%;
    font-weight: 500;
}

/* @media (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%;}
} */

/* Iphones */
@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 .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;}
    .btn-small { font-size: 30%;}
    .topnav {display: none;}
    .productimg { width: 70%;}
}
/* Bigger than Iphones */
@media screen and (min-width : 812px) {
    .topnavmobile {display: none;}
    .productimg { width: 50%;}
}
