body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

 #cover {
   height: 900px;
   position: relative;
   top: -55px;
   width: 100%
  }
  
  .navigation {
    background-color: #556B2F;
	overflow-y: auto;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	
  }
  
  ul {
    padding: 0;
  }
  
  li {
    color: #FFFAF0;
    display: inline-block;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin: 16px 20px;
    text-transform: uppercase;
  }

  #logo {
    color: #FFFAF0;
	font-family: 'Abel', sans-serif;
	font-size: 90px;
	padding: 0px 50px;
  }
  
  .cover-content {
    box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50px;
	width: 75%;
	background-color: #191970;
  }
  

  
  h2 {
    color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
  }

  h3 {
    color: #FFFAF0;
	font-family: 'Abel', sans-serif;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
  }
  
  h4 {
	color: #FFF;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
  }
  
  h5 {
    color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
  }
  
  h1 {
	color: #000;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
  }
	
  p {
    color: #FFFAF0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
  }
  
  a {
	border: 1px solid #FFFAF0;
	color: #FFFAF0;
	text-decoration: none;
	border-radius: 7px;
  }
  
  .dropbtn {
	background-color: #191970;
	color: #FFFAF0;
	padding: 16px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	font-family: 'Abel', sans-serif;
	border-radius: 10px;
  }
  
  .dropdown {
	position: relative;
    display: inline-block;
	bottom: 800px;
  }

  .dropdown-content {
    display: none;
	position:absolute;
	right: 0;
	background-color: #556B2F;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  .dropdow:hover .dropbtn {
	background-color: #FCA311;
  }	
  
  * {box-sizing:border-box}
    body {font-family: Verdana,sans-serif;}
	
  .mySlides {display:none}

/* Slideshow container */
  .slideshow-container {
    max-width: 600px;
    position: relative;
    margin: auto;
  }

/* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

/* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

/* The dots/bullets/indicators */
  .dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #FFFAF0;
  }

/* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

/* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
  
  #footer{
	  display: block;
	  position: relative;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  padding: 4rem;
	  background-color: #A9A9A9;
	  
  }  
  
  .footerinfo {
	  box-sizing: border-box;
      text-align: center;
	  position: relative;
	  bottom: 250px;
}
  
  
  /* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.product {
  display: inline-block;
  margin: 0px 2% 80px 2%;
  text-align: center;
  width: 30%;
  border-style: solid;
}

.product img {
  width: 95%;
}

.btn {
  background-color: #14213D;
  color: #FFF;
  font-family: 'Amatic SC', cursive;
  font-size: 20px;
  padding: 14px;
  background-image: -webkit-linear-gradient(#FFD194, #BC1324);
}