* {
    border-radius: 0 !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    color: #0b7743;
    text-transform: uppercase;
    margin: 20px auto;
    font-weight: 700;
}

a, a:visited {
    color: #0b7743;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0b7743;
    text-decoration: underline;
}

.intro-section a, .intro-section a:visited {
    color: #fff;
}

.intro-section a:hover, .intro-section a:focus {
    color: #fff;
}

.intro-section img {
    width: 100%;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.slide-control{
    color: #fff;
    font-size: 80px;
    left: 30px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}

.slide-control.right {
    left: auto;
    right: 30px;
}

.italic {
    font-style: italic;
}

.bolder {
    font-weight: 700;
}

.title {
    background: #FFD700;
    padding: 20px;
}

footer {
    background: #0b7743;
    text-align: center;
    color: #FFD700;
    padding: 20px;
}

hr {
    margin-top: 0;
    margin-bottom: 50px;
    width: 80%;
    border-top: 1px solid #0b7743;
}

.embed-responsive-16by9 {
    padding-bottom: 23%;
}

.maps iframe{
    pointer-events: none;
}

@media(max-width: 992px) {
    .embed-responsive-16by9 {
        padding-bottom: 50%;
    }
}

.parallax-window {
    min-height: 500px;
    background: transparent;
    position: relative;
    -webkit-box-shadow: 0px 0px 104px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 104px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 104px -9px rgba(0,0,0,0.75);
    z-index: 1002;
}

@media(max-width: 768px) {
    .parallax-window {
        min-height: 250px;
    }
}

.copy {
    font-size: 12px;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    box-shadow: 0 0 10px rgba(0, 75, 5, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 215, 0, 0.8) url('../images/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1200;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #FFD700;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    left: 30px;
    bottom: 20px;
  }
}

#headercontent span {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1002;
    font-size: 50px;
    color: #fff;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.relative {
    position: relative;
}

.logo {
    position: relative;
    top: -25px;
    max-width: 300px;
}

@media(max-width:767px) {
    .logo {
        max-width: 150px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
  .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 200px;
    }
}

.mission {
    font-style: italic;
}

.navbar {
     margin-bottom: 0; 
}

.navbar-default {
    background-color: #FFD700;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    /*border-bottom: 1px solid #0b7743;*/
    font-family: 'Merriweather', serif;
    font-size: 16px;
}

@media(min-width: 768px) and (max-width: 1200px) {
  .navbar-default {
    font-size: 12px;
  } 
  .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
    }
}

@media(min-width: 768px) {
    .navbar-brand,
    .navbar-nav li a {
        line-height: 50px;
        height: 50px;
        padding-top: 0;
    }
}

.navbar-brand img {
    margin-top: 15px;
}


.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited{
    color: #0b7743;
    text-decoration: none;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #0b7743;
    text-decoration: none;
    font-weight: 700;
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0b7743;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:visited, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFD700 !important;
    background-color: #0b7743;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.services-section h2 {
    margin-top: 0;
}

.fRight {
    float: right;
    padding: 7px;
}

@media(max-width: 768px) {
    .fRight {
        float: none;
        padding: 0;
        margin: 20px auto;
    }
}

.btn {
    border: 0;
}

.btn-default {
    color: #FFD700;
    background-color: #0b7743;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
    color: #0b7743;
    background-color: #FFD700;
}

.error-message {
    color: #721c24;
    font-size: 12px;
}

#contact-form .error {
    color: #721c24;
    font-size: 12px;
    font-weight: 400;
}

.btn-submit {
  width: auto !important;
}

.form-check-label {
    font-size: 12px;
}

#agree-error {
    margin-left: 3px;
}