body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

#cover {
  height: 200px;
  position: relative;
  top: -80px;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-size: 500px;
}
.img{
	display:block;
	margin-left:320px;
	margin-right:200px;
}

.navigation {
  background-color: #A2A2A2;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

ul {
  padding: 0;
}

li {
  color: #14213D;
  display: inline-block;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 16px 20px;
  text-transform: uppercase;
}

#logo {
  color: red;
  font-family: 'Amatic SC', cursive;
  font-size: 32px;
  padding: 0px 50px;
}

.cover-content {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 170px;
  width: 70%;
}

h1 {
  color: #FFF;
  font-family: 'Amatic SC', cursive;
  font-size: 72px;
  line-height: 60px;
  padding: 20px 10px;
  text-align: center;
  background: black;
}

h2 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

h3 {
  color: #14213D;
  font-family: 'Abel', sans-serif;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  color: #FCA311;
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  margin: 0px 0px 50px 0px;
}

p {
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

.btn {
  background-color: #14213D;
  color: #FFF;
  font-family: 'Amatic SC', cursive;
  font-size: 26px;
  padding: 14px;
  background-image: -webkit-linear-gradient(#FFD194, #Bc1324);
}

.products {
  position: relative;
  text-align: center;
  top: 100px;
  background: #A2A2A2;
  box-sizing: border-box;
  width: 60%;
  margin: 0px auto;
  padding: 0px 0px;
  text-align: center;
  
}
.text{
	display: block;
	margin-left: 300px;
	margin-right: 300px;
}
.product {
  display: inline-block;
  margin: 20px 2% 80px 2%;
  text-align: center;
  width: 7%;
}

.product img {
  width: 100%;
}

.blue {
  color: #14213D !important;
}

