
/* ------------------------------------
  Typography / Util
--------------------------------------- */
html,body {
  height: 100%;
}

body {
  position: relative;
  background-color: #f9f9f9;
  font-family: 'Merriweather Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
}

.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-primary {
  background-color: #404A75 !important;
}

.text-primary {
  color: #404A75 !important;
}

.text-secondary {
  color: #64B246 !important;
}

.btn-primary {
  background-color: #404a75;
  border-color: #404a75;
}
  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active  {
    background-color:#2e3554;
    border-color: #21273d;
  }
  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 39, 61, 0.5)
  }

.border-primary {
  border-color: #404A75 !important;
}

.border-secondary {
  border-color: #64B246 !important;
}

a {
  color: #404A75;
}
  a:hover {
    color: #64B246;
  }

hr {
  border-color: #404A75;
}

.page-header {
  padding-bottom: 0.5rem;
}
  .page-header .lead {
    margin-bottom: 0;
  }

.col-list {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 19px;
}
.well-inverse {
  background-color: #fff;
  border-color: #404A75;
}

/* ------------------------------------
  Layout
--------------------------------------- */
#topNavbar,
#bottomNavbar {
  font-family: 'Lato', sans-serif;
}
#topNavbar {
  font-size: 0.875rem;
  font-weight: 200;
  padding: 0.5rem 0;
}
  #topNavbar a {
    color: #fff;
  }

  #topNavbar .list-inline-item {
    margin-left: 1rem;
    margin-right: 0;
  }

@media screen and (min-width: 728px) {
  #topNavbar .list-inline-item:not(:first-child) {
    border-left: 1px solid #64B246;
    padding-left: 1rem;
  }
}

#bottomNavbar {
  position: relative;
  border-bottom: 1px solid #404A75;
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,0.1);
  color: #404A75;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 20;
}

.navbar-brand {
  max-height: 6.25rem;
  padding: 0.75rem 0;
}
  .navbar-brand > img {
    height: 5rem;
  }

.navbar .navbar-nav .nav-link {
  color: #404A75 !important;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 728px) {
  .navbar .navbar-nav .nav-link {
    padding: 1rem;
  }
}

#bottomNavbar .navbar-nav .nav-link::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #64B246;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all .2s ease-out;
}

#bottomNavbar .navbar-nav > .nav-item.active > .nav-link::after,
#bottomNavbar .navbar-nav > .nav-item:hover > .nav-link::after {
  opacity: 100;
  transform: scale(1, 1);
}

#footer {
  position: relative;
  min-height: 200px;
  margin-top: -200px;
  background-color: #404A75;
  color: #ffffff;
  border: none;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0;
  border-top: 4px solid #64B246;
}
  #footer a {
    color: #fff;
  }

#pageWrap {
  min-height: 100%;
}
#content {
  overflow:auto;
  padding-bottom: 200px;
}

#pageHeader{
  background-color: #78939b;
  box-shadow: inset 0 -0.25rem 0.25rem rgba(0,0,0,0.1);
  color: #fff;
  padding: 1.5rem 0;
}

section {
  background-color: #f9f9f9;
  border-bottom: 1px solid #333;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
  section:last-of-type {
    border-bottom: none;
  }

@media screen and (min-width: 728px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ------------------------------------
  Homepage
--------------------------------------- */
body.index section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#introWrap {
  z-index: 10;
  position: relative;
}
  #introWrap .jumbotron {
    margin: 0;
    padding: 0;
    background: url('/static/img/hero.jpg') no-repeat center center fixed;
    background-size: cover;
  }

  #intro {
    bottom: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }

  @media screen and (min-width: 768px) {
    #intro {
      position: absolute;
      left: 10%;
      width: 80%;
      box-shadow: 0 0 0.5rem rgba(0,0,0,0.8);
    }

    #introWrap .jumbotron {
      min-height: 525px;
    }
  }

  @media screen and (min-width: 992px) {
    #intro {
      left: 6%;
      width: 65%;
    }
  }

  @media screen and (min-width: 1200px) {
    #intro {
      left: 8%;
      width: 50%;
    }
  }

  #introContent {
    padding: 6% 6% 3% 6%;
  }
    #introContent h1 {
      font-size: 3rem;
      line-height: 1;
    }
      #introContent .brand-icon {
        height: 3.5rem;
        margin-top: -0.5rem;
      }

body.index #about {
  background-color: #f9f9f9;
  border-top: 2px solid #404A75;
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20;
}

body.index #testimonials {
  background-color: #78939b;
  color: #fff;
}

/* ------------------------------------
  Services
--------------------------------------- */

/* ------------------------------------
  Request
--------------------------------------- */
body.request {
  background-color: #ffffff;
}

/* ------------------------------------
  About
--------------------------------------- */
body.about {
  background-color: #ffffff;
}

/* ------------------------------------
  Contact
--------------------------------------- */
body.contact {
  background-color: #ffffff;
}

body.contact iframe {
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0 0 0.25rem rgba(0,0,0,0.1);
}
