body {
  font-face: "Adobe Caslon Pro", Georgia, serif; }
  body img {
    width: 100%; }

header {
  background: url(images/hero_img.jpg) no-repeat center center fixed;
  height: 780px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

nav {
  background-color: #717f9d;
  opacity: 0.89;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 10;
  overflow-x: hidden;
  padding-left: 8%;
  padding-right: 8%; }
  nav h3 {
    float: left;
    font-size: 1.5em;
    color: white; }
  nav .nav_wrp {
    float: right;
    padding-right: 25%; }
    nav .nav_wrp h4 {
      color: white;
      display: inline-block; }
      nav .nav_wrp h4:nth-of-type(2) {
        margin: 0 2.3em; }

footer {
  display: inline-block;
  height: 3000px;
  border: 1px solid red; }

/*# sourceMappingURL=style.css.map */
