header {
  height: 170px;
  background: #ffae00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffae00 0%, #ff9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae00), color-stop(100%,#ff9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffae00 0%,#ff9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffae00 0%,#ff9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffae00 0%,#ff9600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffae00 0%,#ff9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff9600',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #c97600;

}
header h1 {
  margin-top: 60px !important;
  color: white;
  font-size: 40px;
  font-weight:300;
  font-family:"Helvetica Neue";
  text-shadow: 0px -1px 0px #c97600;
  padding-bottom:0;

}
header h1 b {
  font-family: "Montserrat Alternates";
}

header .logo {
  float:right;
  height: 145px;
  margin-top: 26px;
  opacity: 0.6;
}

header nav {
  
}

header nav ul {
  list-style: none;
  margin: 0;
  margin-top: 40px;
}

header nav li {
  float: left;
  margin-right: 20px;
}

header nav li a {
    color: white;
  text-shadow: 0px -1px 0px #c97600;
  font-size: 22px;
  font-weight:300;
  font-family: "Helvetica Neue";
}
header nav li a:hover {
  color: #ffd08c;
}

#content {
  margin-top:50px;
}
.main-img {
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.main-img a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.margin-top {
  margin-top: 40px;
}
h1 {
  font-size:40px;
  padding-bottom:40px;
}
h2,h1 {
  color: #ff9600;
  font-family: "Montserrat Alternates";
  margin-bottom: 20px;
  margin-top:50px;
}
h2:first-child {
  margin-top:0;
}

a:before {
  content: "" !important;
}