body {
  font-family: 'Avenir-Light', sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #111;
  font-family: 'Avenir-Light', serif;
  text-transform: uppercase;
}
p {
  margin: 15px 15px;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: 17px;
}
a {
  color: #111;
}
a:hover {
  color: #4c5454;
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.navbar-nav {
  margin: 0px 30px;
  text-transform: uppercase;
}
.navbar-default .navbar-brand {
  color: #111;
}
.navbar-header {
  position: relative;
}
.navbar-brand {
  width: 250px;
  background-image: url(../assets/logo.png) !important;
  background-size: contain;
  background-position: 50%;
  padding: 15px 0;
  position: absolute;
  background-repeat: no-repeat;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #f9f9f9;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-primary {
  color: #fff;
  background: #111;
  border: 0.125rem solid #111;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 6rem;
  margin: 25px 0px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover {
  color: #111;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.jumbotron {
  background-color: #f1f1f1;
  border-radius: 0px !important;
}
.jumbotron h2 {
  font-size: 3.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
.jumbotron p {
  text-align: center;
}

textarea[type='text'],
input[type='text'],
input[type='number'],
input[type='phone'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='search'],
textarea {
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background-color: #dbd8d7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 2.8125rem 0 1.25rem;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #111;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}
textarea[type='text'] {
  resize: none;
  height: 10rem;
}
input[type='text']:hover,
input[type='number']:hover,
input[type='phone']:hover,
input[type='tel']:hover,
input[type='password']:hover,
input[type='email']:hover,
input[type='search']:hover,
textarea:hover {
  background-color: #d2d2d2;
}
input[type='text']:active,
input[type='number']:active,
input[type='phone']:active,
input[type='tel']:active,
input[type='password']:active,
input[type='email']:active,
input[type='search']:active,
textarea:active {
  background-color: #d2d2d2;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='phone']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.5);
}
.about {
  padding: 34vh 75px;
  margin: 50px 0;
  background: #e7e7e7;
  color: #676767;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 3rem;
  margin-top: 50px;
}

footer {
  background-color: #f1f1f1;
  color: #111;
  border-top: 1px solid #e7e7e7;
  border-bottom: 20px solid #111;
}
footer .fnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 50px 0;
}
.fnav li {
  padding: 15px 0px;
}

.productheader {
  height: 100vh;
}
.xzoom-thumbs ul li {
  list-style: none;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.blog {
  margin-top: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin: 30px 0px;
  padding-bottom: 15px;
}
#googleMap {
  width: 100%;
  height: 430px;
  margin-top: 30px;
}

@media screen and (min-width: 360px) and (max-width: 1366px) {
  .productheader {
    width: 100%;
    height: 100%;
  }
}
