body {
    position: relative;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}

.white-section a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #0277BD;
}

.white-section a:focus, .white-section a:hover {
    text-decoration: none;
    color: #029be8;
}

.blue-section a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FF9800;
}

.blue-section a:focus, .blue-section a:hover {
    text-decoration: none;
    color: #ffc400;
}

.orange-section a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #E0E0E0;
}

.orange-section a:focus, a:hover {
    text-decoration: none;
    color: #BDBDBD;
}

.blue-section a.image-link {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #E0E0E0;
}

.blue-section a.image-link:focus, .blue-section a.image-link:hover {
    text-decoration: none;
    color: #BDBDBD;
}

#mainNav {
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #37474F;
    background-color: #0277BD;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: whitesmoke;
    border: 1px solid whitesmoke;
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a {
    color: whitesmoke;
}

#mainNav a:hover {
    color: orange;
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
    /*color: fade(white, 80%);*/
    /*color: darkslategrey;*/
    /*color: orange;*/
    outline: none;
    background-color: transparent;
    /*background-color: cyan;*/
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: transparent;
    }

    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #37474F;
        background: #0277BD;
    }

    #mainNav .nav-link.active {
        outline: none;
        /*background-color: rgba(128, 128, 128, 0.3);*/
        background-color: rgba(0, 0, 0, 0.2);

    }

    /*#mainNav .nav-link.active:hover {*/
    /*color: white;*/
    /*}*/
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    /*color: #37474F;*/
    /*background: url("../img/water.jpg") no-repeat bottom center scroll;*/

    /*background: #0277BD;*/

    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.masthead .intro-body .brand-heading {
    font-size: 50px;
}

.masthead .intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }

    .masthead .intro-body .brand-heading {
        font-size: 100px;
    }

    .masthead .intro-body .intro-text {
        font-size: 22px;
    }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #37474F;
    border: 2px solid #E0E0E0;
    border-radius: 100% !important;
    background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
    /*color: #37474F;*/
    /*outline: none;*/
    /*background: rgba(0, 0, 0, 0.1);*/
}

.content-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.white-section {
    color: #37474F;
    background: whitesmoke;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.orange-section {
    color: #37474F;

    background: #FF9800;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blue-section {
    color: whitesmoke;

    background: #0277BD;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#map {
    width: 100%;
    height: 300px;
}

@media (min-width: 992px) {
    .content-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    #map {
        height: 350px;
    }
}

.btn {
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}

/*.btn-default {*/
/*color: darkorange;*/
/*border: 1px solid darkorange;*/
/*background-color: transparent;*/
/*}*/

/*.btn-default:focus, .btn-default:hover {*/
/*color: whitesmoke;*/
/*border: 1px solid darkorange;*/
/*outline: none;*/
/*background-color: darkorange;*/
/*}*/

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    font-size: 14px;
    margin: 0;
}

/*::-moz-selection {*/
/*background: #858585;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*text-shadow: none;*/
/*}*/

/*::selection {*/
/*background: #858585;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*text-shadow: none;*/
/*}*/

/*.dark-section ::-moz-selection {*/
/*background: #d7d7d7;*/
/*background: rgba(255, 255, 255, 0.2);*/
/*text-shadow: none;*/
/*}*/

/*.dark-section ::selection {*/
/*background: #d7d7d7;*/
/*background: rgba(255, 255, 255, 0.2);*/
/*text-shadow: none;*/
/*}*/

img::selection {
    background: transparent;
}

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