body {
    font-family: 'Montserrat', sans-serif;
    padding:0 !Important;
    color:#000;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:300;
}
h1, h2, h3, h4, h5 {

    color:#003c7c;
}
h2 {
    font-weight:700;
    font-size:33px;
}
@media screen and (max-width:440px) {
    h2 {
        font-size: 27px;
    }
}
h2.oreganoFont {
    font-family: 'Oregano', cursive;
}
h3 {
    font-size:22px;
    font-weight:700;
}
h4 {
    font-size:19px;
    font-family: 'Open Sans', sans-serif;
}
.blackFont {
    color:#000 !important;
}
.btn-primary.active {
    background-color:#045973 !Important;
}
.btn {
    background-color:#045973 !Important;
    background-image:none;
    color:#fff !important;
    border:0px !important;
    transform:scale(1);
    transition: all .2s ease-in-out;
    text-shadow:none;
    text-transform:uppercase;
    padding:25px;
    font-size:20px;
    white-space:inherit;
}
.btn:hover {
    transform:scale(1.05);
    transition: all .2s ease-in-out;
}
a.btn {
    font-weight:600;
}
h3 a.btn {
    font-size:19px;
}
.container {
    position: relative;
    z-index:9;
    width:100%;
    max-width:100%;
    padding-left:0;
    padding-right:0;
}
.section {
    width:100%;
    display:flex;
}
.row {
    background:#fff;
    margin-left:0;
    margin-right:0;
}
@media screen and (max-width:1180px) and (min-width:768px) {
    .row {
        padding-left:25px;
        padding-right:25px;
    }
}
.row.no-bg {
    background:transparent;
}
.wrapperdiv {
    max-width:1170px;
    margin:auto;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.wrapperdiv.vpadding {
    padding-top:50px;
    padding-bottom:50px;
}
.wrapperdiv.vmiddle {
    align-items: center;
}
.bpadding {
    padding-bottom:50px;
}
.tpadding {
    padding-top:25px;
}
.fixedbg {
    background:url(/images/fixed-bg-img.jpeg) no-repeat top center #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index:1;
    background-size:cover;
}

/* NAV BAR */
@media screen and (min-width:768px) {
    .navwrapper {
        display: inline-block;
        width: 50%;
    }
}
.navbar-inner > .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    max-width:1170px;
    width:100%;
}
@media screen and (max-width:1190px) {
    .navbar-inner > .container {
        padding-left:25px;
        padding-right:25px;
    }
}

.navbar-inner ul > li:last-child a {
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width:580px) {
    .navbar-inner > .container {
        flex-wrap:wrap;
        justify-content:center;
        text-align:center !important;
    }
    .navbar-inner > .container ul li a {
        text-align:center !important;
    }
}
.navbar-inner > .container:before, .navbar-inner > .container:after {
    content:inherit;
}
.navbar.navbar-inverse.navbar-fixed-top {
    position:relative;
    padding:0;
    display:block;
    margin:0;
}
.navbar-inverse .navbar-inner {
    background-color: #003c7c;
    background-image:none;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color:#fff;
}
.headerLogo {
    max-height:60px;
    width:auto !important;
    max-width:100%;
}
@media screen (min-width:768px) {
    .navbar .brand {
        padding: 20px 0;
        margin: 0;
        width: 50%;
    }
}
@media screen and (max-width:979px) {
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding-left:20px;
        padding-right:20px;
    }
}
@media screen and (max-width:700px) {
    .navbar-inner ul.nav {
        display: inline-flex;
        flex-wrap: wrap;
        text-align: right;
    }
    .navbar-inner ul.nav li {
        width:100%;
    }
}
.navbar .nav {
    margin:0;
    display:flex;
    width: 100%;
    justify-content:space-between;
}
.navbar .nav > li > a {
    padding:0;
}
@media screen and (max-width:990px) {
    .navbar .nav {
        flex-wrap:wrap;
    }
    .navbar .nav li {
        widtH: 100%;
        text-align: right;
        margin: 10px 0;
    }
}
span.telIcon:before {
    content: '\f2a0';
    font-family:'Font Awesome 5 Free';
    font-weight: bold;

}

@media screen and (max-width:890px) and (min-width:768px) {
    a.brand, .navwrapper {
        width:50%;
    }
}


.hero-wrap {
    position: relative;
    display:flex;
    justify-content: center;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    background:#000;
}
.hero-bg {
    position:absolute;
    height:100%;
    width:100%;
    background:url(/images/header-img.jpeg) no-repeat top center #fff;
    background-position: 50%!important;
    background-size: cover!important;
    z-index:9;
    opacity:.8;
}
.hero-content {
    position: relative;
    z-index:999;
    color:#fff;
    text-align:center;
    padding-top:80px;
    padding-bottom:80px;

}
.hero-content h1 {
    font-size:30px;
    color:#fff;
    font-weight:700 !important;
}
@media screen and (max-width:820px) {
    .hero-content h1 {
        width: 400px;
        margin: auto;
        line-height: 45px;
    }
}

@media screen and (max-width:520px) {
    .hero-content h1 {
        width: 100%;
        margin: auto;
        line-height: 45px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width:460px) {
    .hero-content h1 {
        font-size:25px;
    }
}
.hero-content h2 {
    font-size:30px;
    margin-top:25px;
    color:#fff;
    font-weight:700 !important;
}
.hero-content a.btn {
    font-size:20px;
    padding:25px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 5px rgb(0 0 0 / 70%);
    font-weight:700;
    margin-bottom:20px;
}
@media screen and (max-width:580px) {
    .hero-content a.btn {
        font-size:18px;
    }
}
@media screen and (max-width:460px) {
    .hero-content h2 {
        font-size:22px;
    }
    .hero-content {
        padding-left:25px;
        padding-right:25px;
    }
    .hero-content a.btn {
        font-size:15px;
    }
}
@media screen and (max-width:340px) {
    .hero-content a.btn {
        font-size:13px;
        padding:15px;
    }
}
.scheduleBtn:before {
    content: '\f073';
    font-family:'Font Awesome 5 Free';
    font-weight: bold;
}

@media screen and (min-width:767px) {
    .block1 {
        width: 10%;
        flex-basis: 80%;
        flex-wrap: wrap;
        margin: auto;
    }

}
.block1 h2 {
    margin-bottom:20px;
}

.block1 h4 {
    margin-bottom: 40px;
}

.block1 p {
    color: #000;
}




@media screen and (max-width:767px) {
    .col-icons > div {
        margin-bottom: 50px;
    }
    .col-icons > div:last-child {
        margin-bottom: 0;
    }
}
.col-icons img {
    margin-bottom:25px;
}

.ytwrap {
    position:relative;
    width:75%;
    height:0;
    /*padding-bottom:56.27198%;*/
    padding-bottom:42.203985%;
    margin:100px auto;
}
@media screen and (max-width:767px) {
    .ytwrap {
        margin:25px;
        width:100%;
    }

}
.ytwrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-with-icons {
    margin-bottom:50px;
}
.wrapperdiv > .list-with-icons:last-child, .row > .wrapperdiv.list-with-icons {
    margin-bottom:0;
    padding-bottom:0;
}
.left-icons {
    width:90px;
}
.right-content {
    width:80%;
}
.list-with-icons img {
    width:80%;
    max-width:60px;
    height:auto !important;

}
@media screen and (max-width:767px) {
    /*.list-with-icons img {*/
        /*margin-right: 25px;*/
    /*}*/
    /*.left-icons {*/
        /*width:auto;*/
    /*}*/
}
@media screen and (min-width:768px) {
    .list-with-icons .left-list {
        padding-right: 25px;
    }

    .list-with-icons .right-list {
        padding-left: 25px;
    }
    .show-for-small {
        display:none;
    }
}
.calculator-icon:before {
    content: '\f1ec';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}
.contactDiv {
    padding:100px 0;
    text-align:center;
}
.contact-icon:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}
.contact-banner > .wrapperdiv:first-child {
    border-top:4px solid #045973;
    align-items:stretch;
}
@media screen and (min-width:768px) {
    .contact-banner > .wrapperdiv:first-child > .col-md-6:first-child {
        background: url(/images/pool-table.jpeg) no-repeat top center transparent;
        background-size: cover;
    }
}
.address h3 {
    font-weight:normal;
    color:#000
}


/* FOOTER */

footer {
    background-color:#045973 !Important;
    color:#fff;
    text-align:center;
}
footer a {
    text-align: center;
    width: 100%;
}
footer h2 {
    font-weight:300;
    color:#fff;
    font-size:22px;
    width:100%;
}

@media screen and (max-width:767px) {
    .mobile-tpadding {
        padding-top:50px;
    }
    .mobile-bpadding {
        padding-bottom:25px;
    }
    .mobile-fullimg {
        width:100% !important;
        height:auto;
    }
    .mobile-text-center {
        text-align:center;
    }
}