body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 37px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #9ea8a4;
  font-size: 14px;
  line-height: 23px;
}

.button {
  display: inline-block;
  padding: 14px 26px;
  background-color: #25c485;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #b5b5b5;
}

.header {
  height: 530px;
  background-image: url('../images/11822284_682171198550327_5012641087815533961_n.jpg');
  background-position: 50% 0px;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 3px 0 0 #000;
}

.header.sub-page {
  background-image: url('../images/profile-dude-blue.jpg');
  background-position: 50% 100%;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.green {
  background-color: #f2f7f6;
}

.nav-link {
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #a89f32;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #166bcc;
}

.navigation {
  position: fixed;
  z-index: 10;
  padding: 33px 19px 38px;
  border-top: 3px solid #25c485;
  background-color: transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.logo {
  margin-bottom: 22px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image {
  position: static;
  overflow: visible;
  margin-bottom: 20px;
  background-color: transparent;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.journal-entry {
  display: block;
  margin-bottom: 19px;
  padding: 18px 20px;
  border: 1px solid #dce6e4;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: inset 0 1px 0 0 transparent;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px 0 transparent;
}

.field.comments {
  height: 101px;
}

.success {
  padding: 47px;
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .align-right {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    background-attachment: scroll;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .navigation {
    position: static;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 1px transparent;
  }

  .align-right {
    text-align: left;
  }

  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }
}

