@font-face {
font-family: Montserrat;
src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face{
  font-family: Anton;
src: url("../fonts/anton/Anton-Regular.ttf");
}
.header {
	background-color: #f4c805;
	width:100vw;
	height: 8vw;
margin-top: -1vw;
}
.header a {
color: #f4c805;
}

.header a:hover {
  background-color: #f4c805;
  color: black;
}
.logo {
  float:left;
  margin-top:-7%;
  margin-left: 1vw;
  margin-right: 0px;
  width: 25%;
  height: auto;
}
.top {
  float:center;
  margin-top:-7%;
  margin-left: -2vw;
  margin-right: -2px;
  width: 30%;
  height: auto;
  padding-left: 5vw;
}
.flogo {
  float:center;
  margin-top: -5%;
  margin-left: 15vw;
  width: 15%;
  height: auto;
  padding-left: 5vw;
}
.flogo2 {
  float:center;
  margin-top: -5%;
  margin-left: -35vw;
  width: 15%;
  height: auto;
  padding-left: 18vw;
}
.socials {
  margin-left: 0vw;
  width: 5vw;
  height: auto;
  padding-left: 1vw;
}
.socials2 {
  margin-left: 0vw;
  margin-top: 1vw;
  width: 5vw;
  height: auto;
  padding-left: 1vw;
  float: left;
}
.download {
    margin-left: 75vw;
    width: 17vw;
    height: auto;
}
.download2 {
    margin-left: 76vw;
    width: 15vw;
    height: auto;
}
.download3 {
    margin-left: 75vw;
    width: 17vw;
    height: auto;
    margin-top: -15vw
}
.download4 {
    margin-left: 75vw;
    width: 15vw;
    height: auto;
    margin-top: -1vw;
}
.cart {
  margin-left: 80.7vw;
  margin-top: 1vw;
  width: 3vw;
  height: auto;
}
 
img {
  width: 100%;
  height: auto;
}
 
section#one {
	width:100vw;
	height:1.5vw;
	float:left;
	color: #eb001e;
	margin-top: 8%;
}
.red{
	background-color:#eb001e;
}
.button {
  background-color: #eb001e;
  border-radius: 8px; 
  color: #eb001e;
  border: .2vw solid #000; 
  float: left;
  padding: .5vw 2vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin-left: 80%;
  margin-top: -9vw;
}
.button2 {
  background-color: #eb001e;
  border-radius: 8px; 
  color: #eb001e;
  border: .2vw solid #000; 
  float: left;
  padding: .5vw 2vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 5vw;
  margin-left: 10%;
  margin-right: 7%;
  margin-top: 0%;
}
.button2 a {
color: #f4c805;
  }
.button2 a:hover {
  color: #020001;
 
  
}
.home
{
	background: white;
}

/* SEARCH BAR */
	/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: transparent;
  margin-left: 40vw;
  margin-top: -5vw;
  float:left;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: .5vw .5vw;
  text-decoration: none;
  font-size: 1.5vw;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #e0b701;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #eb001e;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 1px;
  border: none;
  margin-top: .5vw;
  margin-right: 1vw;
  font-size: 1.5vw;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}
/* Photo Carousel Figure */

figure {
	width: 100%;
	height:100%;
	margin: 10vh auto;
	margin-top: -3.4vw;
}

h1{
	font-size: 5vw;
	color:#020001;
	background-color: #003be1;
	background-size: 2vw;
	padding: 4vw 1vw;
	font-family: Lucida Grande; 
	text-align: center;
	margin-top: 1vw;
position: top;	
}
h2{
	font-size: 5vw;
	color:#020001;
	background-size: 2vw;
	padding: 4vw 1vw;
	font-family: SF Compact Text; 
	text-align: center;
	margin-top: -12vw;
	
}
h3{
	font-size: 5vw;
	color:#020001;
	background-size: 2vw;
	padding: 4vw 1vw;
	font-family: SF Compact Text; 
	text-align: center;
	margin-top: 10vw;
	margin-bottom: -4vw;
}
h4{
	font-family: 'Montserrat', sans-serif;
  font-size: 2vw;
	color:#020001;
	padding: 4vw 1vw;
	text-align: center;
	margin-top: 1vw;
	margin-bottom: -4vw;
	margin-left: -81vw;
}
h5{
	font-family: 'Montserrat', sans-serif;
  font-size: 2vw;
	color:#020001;
	padding: 4vw 1vw;
	text-align: right;
	margin-top: -16.5vw;
	margin-bottom: -4vw;
	margin-right:2vw;
}
h6{
font-size: 8vw;
  color:#020001;
  font-family: 'Anton', sans-serif; 
  text-align: center;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  margin-right:2vw;
  margin-left: 1vw;
  transition: transform .5s;
   -moz-transition: transform .5s;
   -ms-transition: transform .5s;
   -o-transition: transform .5s;
   -webkit-transition: transform .5s;  
}
h6:hover {
  transform: scale(1.5)
   -moz-transform: scale(1.5)
   -ms-transform: scale(1.5)
   -o-transform: scale(1.5)
   -webkit-transform: scale(1.5)
}
.h7{
font-size: 2vw;
  color:#020001;
  font-family: SF Compact Text; 
  text-align: center;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  margin-right:2vw;
  margin-left: 15vw;  
}
p{
	font-size: 2vw;
	color:#020001;
	font-family: helvetica;
	text-align: left;
	margin-top: 1vw;
	margin-left: 2vw;
	margin-right: 2vw;	
}
p.middle{
  float: center;
  margin-left: 30vw;
  color: #020001;
}
p.middle2{
  float: center;
  margin-left: 42vw;
  color: #020001;
}
p.middle3{
  float: center;
  margin-left: 35vw;
  color: #020001;
}
p.middle4{
  float: center;
  margin-left: 33vw;
  color: #020001;
}
p.middle5{
  float: center;
  margin-left: 38vw;
  color: #020001;
}
p.middle6{
  float: center;
  margin-left: 24vw;
  color: #020001;
}
p.jtf{
  font-size: 1.2vw;
}
h3.au{
  margin-top:-2vw;
  color:#020001;
  font-size:3vw;
}
h3.au2{
  margin-top:-5vw;
  color:#020001;
  font-size:3vw;
}
h3.au3{
  margin-left:-.5vw;
  font-size:2.9vw;
  margin-top:-3vw;
}
h2.ab{
  margin-left:-.5vw;
  font-size:1.9vw;
  margin-top:-2vw;
  font-family:Helvetica;
  text-align: justify;
  background-color:#003be1;
  color:#e0b701;
}
p.mid{
font-size:2vw;
font-family: Helvetica;
text-align: left;
margin-top:2vw;
}
p.mid2{
font-family: Helvetica;
font-size:1.5vw;
margin-top:-1vw;
}
.paragraph{
	width:100%;
	color: #e4be73;
	background-color: #e4be73;
	size: 15vw;
	margin-top: 3vw;
	padding-bottom: 5vw;
	padding-left: 1vw;
}
.p2 {
  font-size: 1.5vw;
  color:#020001;
  font-family: helvetica;
  text-align: left;
  margin-top: -1vw;
  margin-left: 35vw;  
}
.p3 {
  font-size: 1.5vw;
  color:#020001;
  font-family: helvetica;
  text-align: left;
  margin-top: -4vw;
  margin-left: 35vw;  
}
.h3 {
  margin-top: 1vw;
}
.h4 {
  margin-top: 12vw;
}
.paragraph2{
  width:100%;
  height: 86.5vw;
  color: #e4be73;
  background-color: #e4be73;
  margin-top: -8vw;
  padding-bottom: -1vw;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.menu {
  margin-left: -1vw;
  margin-top: 8vw;
  margin-bottom: -28vw;
  width: 15vw;
  height: auto;
  
 }
 .add {
  margin-left: 80vw;
  margin-top: -8.8vw;
  width: 3vw;
  height: auto;
 }
.footer {
	background-color: #f4c805;
	width:100vw;
	height: 20vw;
margin-top: 15vw;
margin-bottom: -1vw;
}
.footer a {
color: #f4c805;
  }

.footer a:hover {
  background-color: #f4c805;
  color: black;
}
.form {
  width:33vw;  
  background-color:#f4c805; 
  border:medium solid #020001; 
  padding:20px; 
  font-family: Helvetica; 
  font-size:1.2vw;
  height: 36.5vw;
  margin-top: 2vw;
  margin-left:30vw;
}

label {
  float:left; 
  text-align:left; 
  width:20vw; 
  margin-right:1vw;
  margin-left:0vw;
}

input,textarea
{
  margin-top:0.1vw;
margin-bottom:1.2vw;
/*determines margin between input boxes*/
padding:0.8vw 0.8vw; 
/*determines padding inside input boxes*/
border:thin solid #020001; 
/*sets border of input boxes*/ 
border-radius:4px;
font-size:1.4vw;
}

/*sets style when box is active*/
input:focus, 
textarea:focus {
  outline:0; 
  border-color:#f4c805;
} 

/*sets styles of submit button*/
input[type="submit"]
{
background-color:#eb001e; 
border:thin solid #020001;
padding:0.8em; 
outline:0; 
color:white; 
border-radius:5px; 
width:10vw;
}
::-moz-placeholder {
  color:#e4be73;
}
::-webkit-input-placeholder {
  color:#eb001e;
  font-size: 1.1vw;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color:#003be1;
}
 .center{
  width:30%;
  margin:0 auto;
  margin-top:30px;
}
}
