body {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 16px !important;
}

hr {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.navbar a {
  font-size: 24px;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a.active_link {
  color: #F8EC45 !important;
}

.navbar-default .navbar-nav > li > a.active_link:hover {
  color: #F8EC45 !important;
}

.navbar-default .navbar-nav > li > a:not(.active_link) {
  color: #FFFEFD;
}

.navbar-default .navbar-nav > li > a:not(.active_link):hover {
  color: #FFFEFD;
}

.navbar .divider-vertical {
  height: 24px;
  margin: 13px 0;
  border-right: 1px solid #FFFEFD;
}

.navbar .icon-bar {
  background-color: #FFFEFD !important;
}

.navbar-toggle {
  border: 0 !important;
  transform: scale(1.9);
}

.navbar-collapse {
  margin-top: 10px;
}

.home {
  background: url('/images/carousel_1.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: background 1.5s linear;
  height: 811px;
}

.home .purple_angle {
  background: url('/images/purple-angle.png');
  background-repeat: no-repeat !important;
  height: 811px;
}

.home .container.inner {
  padding: 0 0 50px 30px;
}

.home h1, .about h1 {
  color: #F8EC45;
  font-weight: bold;
  font-size: 42px;
}

.home h2, .about h2 {
  color: #FFFEFD;
  font-weight: bold;
}

.marine .image_column img {
  margin: 50px 0 10px;
}

.land .land_images img {
  margin-top: 50px;
}

div.services {
  padding-bottom: 50px;
}

.about h3 {
  color: #FFFEFD;
  font-weight: bold;
}

.about p {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.9;
}

.about hr {
  color: #FFFEFD !important;
}

.sections {
  color: #5A5652;
  background-color: #E9E8E7;
  margin-bottom: 70px;
  font-size: 18px;
}

.sections h1 {
  color: #3B2E56;
  font-size: 42px;
  font-weight: bold;
}

.sections h3 {
  color: #3B2E56;
  font-weight: bold;
}

.sections ul {
  margin-left: -20px;
  padding-bottom: 25px;
}

.sections a {
  text-decoration: underline;
  color: #3B2E56;
}

.sections hr {
  border-top: 1px solid #5A5652 !important;
}

.map_header {
  color: #3B2E56;
  font-weight: bold;
}

.legend img {
  margin-right: 8px;
}

.legend span {
  display: inline-block;
  vertical-align: middle;
}

.accordion h2 {
  color: #F8EC45;
  display: inline;
}

.accordion .glyphicon {
  color: #F8EC45;
  font-size: 30px;
}

.accordion .border_line {
  border-top: 2px solid #FFFEFD;
  width: 100%;
}

.accordion_link {
  padding: 15px 0 10px;
  cursor: hand;
}

.accordion_content {
  padding-bottom: 5px;
}

.accordion .col-md-8 {
  padding-bottom: 5px;
}

.gm-style .gm-style-iw {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 18px !important;
}

.gm-style-iw > div {
  padding: 5px 50px 5px 0;
}

div.logos {
  color: #3B2E56;
  padding: 50px 0 60px;
  background-color: #3B2E56;
  background-image:url('/images/wave.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 992px) {

  .legend img {
    margin-right: 1px;
  }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

  .navbar-brand {
    padding: 5px 15px !important;
  }

  .navbar-brand img {
    width: 150px;
    padding-top: 4px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  h1 {
    /*font-size: 33px !important;*/
    font-size: 27px !important;
  }

  h2 {
    /*font-size: 25px !important;*/
    font-size: 23px !important;
    line-height: 1.3 !important;
  }

  h3 {
    /*font-size: 23px !important;*/
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .home {
    height: auto;
  }

  .home .container.inner {
    padding: 0 0 50px 0;
  }

  .home .purple_angle {
    height: auto;
    background: #3B2E56;
  }

  .accordion_link h2 {
    font-size: 20px !important;
  }

  .accordion_link .glyphicon {
    top: -2px !important;
  }

  div.services {
    padding-bottom: 20px;
  }

  div.logos {
    background-image:url('/images/mobile-wave.png');
    background-size: cover;
  }

  .marine, .land, .services, .contact {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact {
    background-color: #FFFEFD !important;
    padding: 0px 0px 50px !important;
  }

  .contact .inner_fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact h1 {
    padding-bottom: 20px;
  }

} /* /@media */
