* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 992px;
  font-family: "Helvetica";
}

.navbar {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar #logo {
  line-height: 60px;
}

.navbar #logo img{
  vertical-align: middle;
}

.navbar #menu {
  float: right;
  padding-right: 30px;
  padding: 0;
  margin: 0;
}

.navbar #menu li {
  float: left;
  list-style: none;
  margin-left: 30px;
  line-height: 60px;
}

.navbar #menu li a {
  text-decoration: none;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #545454;
}

.hero-header {
  height: 450px;
  background-image: url("../images/hero_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.products h3 {
  font-family: Helvetica;
  font-size: 24px;
  color: #545454;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom:60px;
}

.product-list {
  width: 735px;
  margin-left: auto;
  margin-right: auto;
}

.product {
  width: 225px;
  text-align: center;
  color: #545454;
  display: block;
  text-decoration: none;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 80px;
}

.product-name {
  margin-top: 20px;
  margin-bottom: 4px;
}

.clearfix {
  clear: both;
}

.footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.footer a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
