body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
    color: black;
}

.text-primary {
    color: cadetblue;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: cadetblue;
}

a:hover,
a:focus,
a:active,
a.active {
    color: cadetblue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

.img-centered {
    margin-top: 0px;
    margin-bottom: 50px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #25ad79;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: cadetblue;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: white;
    color: #fff;
    background-color: cadetblue;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #25ad79;
    background-color: #25ad79;
}

.btn-primary .badge {
    color: #25ad79;
    background-color: #fff;
}
/*    this is the explore button/submit button*/

.btn-xl {
    padding: 20px 40px;
    border-color: #086A87;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #086A87;
    z-index: 150;
    margin-top: 50px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.open .dropdown-toggle.btn-xl {
    border-color: white;
    color: #fff;
    background-color: cadetblue;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: cadetblue;
    background-color: cadetblue;
}

.btn-xl .badge {
    color: cadetblue;
    background-color: #fff;
}

/*NAVIGATION */

.navbar-default {
    background-color: #086A87;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: white;
/*    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive*/
    font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #086A87
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #086A87;
    border-color: #086A87
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: cadetblue;
}

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: cadetblue;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #086A87
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: cadetblue
}

@media (min-width: 768px) {


    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {

        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #086A87;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;

    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 125;
}

header .intro-text .intro-lead-in {
    padding-top: 50px;
    color: white;
    font-family: "Kaushan Script", cursive;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    padding-bottom: 50px;
    z-index: 150;
    margin: 0 10px 0 10px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    /*    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/

    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 90px;
    font-weight: 700;
    line-height: 50px;
    z-index: 100;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-style: italic;
        line-height: 40px;
    }
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}
/*sections*/

section {
    padding: 100px 0b;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: none;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

@media(min-width: 360px) {
    section {
        padding: 30px 0px 30px 0px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}
/*Lakes Grid */

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

section#contact {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: black;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #086A87;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #086A87;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #086A87;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ACCEF7;
}

::selection {
    text-shadow: none;
    background: #ACCEF7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#video-bg {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -10;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

/*trying out the poster image on mobile - JUST DISPLAYS WHITE SCREEN TODO!*/

@media (max-width: 767px) {
  #video-bg {
    background: url('/img/headerPoster.jpg') center center / cover no-repeat;
  }

  #video-bg > video {
    display: none;
  }
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url('/img/headerPoster.jpg') center center / cover no-repeat;
}
}



/* 1. No object-fit support: */

@media (min-aspect-ratio: 16/9) {
    #video-bg > video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video-bg > video {
        width: 300%;
        left: -100%;
    }
}
/* 2. If supporting object-fit, overriding (1): */

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/*TODO style the font and make it pretty*/

.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 35%;
    width: 100%;
    bottom: 35%;
    text-align: center;
    color: #fff;
/*    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;*/
    font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif, italic;
    font-size: 40px;
}

.divider {
    height: 40px;
    display: inline-block;
    position: absolute;
}

.price-tile {
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    background-color: white;
    border-color: #086A87;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    border-style: solid;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fa-male,
.fa-car,
.fa-moon-o,
.fa-cutlery,
.fa-female,
.fa-fire {
    color: #086A87;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1.25em;
    float: left;
    display: block;
    text-align: center;
}

.icon {
    display: table-cell;
    vertical-align: middle;
}

.icon-text-container {
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
}

.pond-caption {
    margin-top: 15px;
    margin-bottom: 15px,
}
/*sendgrid example styling*/

form.contact p {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin: 0;
}

form.contact input,
form.contact textarea {
    font-family: Arial;
    font-size: 15px;
    margin: 0 0 20px 0;
}

form.contact textarea {
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

form.contact input {
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 15px;
    height:100%;
    width:100%;
}

form.contact input.send {
    padding: 20px 40px;
    border-color: #086A87;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #086A87;
    z-index: 150;
    margin-top: 50px;
    cursor: pointer;
    width: 200px;

}
/* End form.html's CSS */

form.contact input[type="radio"]:not(:checked) + label {
    color: #086A87;
}

form.contact input[type="radio"]:checked + label {
    color: white;
}
