/***************
Fonts

Temporary on Landing Page
font-family: 'Roboto', sans-serif;

On Design if we purchase
Neue Helvetica 55 Roman
Neue Helvetica 56 Italic
Neue Helvetica 75 Bold
Neue Helvetica 85 Heavy
***************/

/***************
Colors

Red: eb202c
Blue: 28b6dd
Black: 050505
Gray: 565045
***************/

body {
    max-width: 1920px;
    margin: auto;
    background-color: #565045;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.25;
}

h1 small {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h1 {
        line-height: 0.9;
    }
}

/***************
Links
***************/
a {
    color: #28b6dd;
    text-decoration: none;
}

a:hover {
    color: #28b6dd;
    text-decoration: underline;
}

/***************
Lists
***************/
ul {
    margin: 0;
    list-style: none;
    list-style-position: outside;
}

ul > li {
    line-height: 1;
    padding-bottom: 0.5rem;
}

ul li::before {
    content: '\2022';
    color: #eb202c;
    margin-left: -30px;
    padding-right: 0.5rem;
    font-size: 3rem;
    line-height: 0.75;
    vertical-align: middle;
}

/***************
Header
***************/
header {
    background: #050505 url("/img/header_bkgd.jpg") no-repeat top center;
    background-size: cover;
}

header .container {
    min-height: 1130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

@media (min-width: 768px) {
    header .container {
        padding-bottom: 11rem;
    }
}

/***************
Features
***************/
.features {
    padding-bottom: 3rem;
    max-width: 1000px;
    margin-top: -8rem;
    margin-left: auto;
    margin-right: auto;
}

.features-carousel {
    position: relative;
}

.features-carousel .owl-item.active ~ .owl-item.active {
    border-left: 1px solid #FFFFFF;
}

.features-carousel .item {
    padding: 1rem 2rem;
    text-align: center;
}

.features-carousel .item img {
    border-radius: 15px;
    margin-bottom: 1rem;
}

.features-carousel .item .caption {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.features-carousel .owl-nav .owl-prev,
.features-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.features-carousel .owl-nav .owl-prev .fa-stack:focus,
.features-carousel .owl-nav .owl-next .fa-stack:focus {
    outline: none;
}

.features-carousel .owl-nav .owl-prev .fa-circle,
.features-carousel .owl-nav .owl-next .fa-circle {
    color: #28b6dd;
}

.features-carousel .owl-nav .owl-prev:hover .fa-circle,
.features-carousel .owl-nav .owl-next:hover .fa-circle {
    color: #1fa2c7;
}

.features-carousel .owl-nav .owl-prev .icon,
.features-carousel .owl-nav .owl-next .icon {
    color: #fff;
}

.features-carousel .owl-nav .owl-prev {
    left: -2rem;
}

.features-carousel .owl-nav .owl-next {
    right: -2rem;
}

/***************
Modals
***************/
.main-modal .modal-content {
    position: relative;
}

.main-modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: none;
}

.main-modal .modal-body {
    padding: 0;
}

/***************
Content
***************/
main {
    background-color: #050505;
}

.content {
    position: relative;
    z-index: 50;
}

.open-to-members {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.open-to-members .open {
    font-weight: 900;
    font-size: 1.4375rem;
}

.open-to-members .open-days,
.open-to-members .bullet {
    font-weight: 700;
    font-size: 1.6875rem;
}

.open-to-members .bullet {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.content-features {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .content-features {
        margin-bottom: 0;
    }
}

/*Disclaimer*/
.disclaimer {
    background: url("/img/pool_game_bkgd.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -5rem;
    position: relative;
}

.disclaimer .container {
    min-height: 755px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8rem;
}

.disclaimer p {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1;
}

/***************
Footer
***************/
footer .pre-footer {
    background: url("/img/interior_wall.jpg") no-repeat 27% top;
    background-size: cover;
    min-height: 397px;
}

@media(min-width: 768px) {
    footer .pre-footer {
        background: url("/img/interior_wall.jpg") no-repeat 37% top;
        background-size: cover;
    }
}

@media(min-width: 992px) {
    footer .pre-footer {
        background: url("/img/interior_wall.jpg") no-repeat center top;
        background-size: cover;
    }
}

footer .main-footer {
    background-color: #fff;
    color: #565045;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer .main-footer img {
    border-radius: 15px;
    margin-bottom: 1rem;
}

footer .main-footer .caption {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.125rem;
}

footer .main-footer p {
    line-height: 1.25;
    font-size: 1.125rem;
}

footer .main-footer .open {
    font-weight: 900;
    font-size: 1.625rem;
    letter-spacing: 3px;
}

footer .main-footer .open-days {
    font-weight: 700;
    font-size: 1.34rem;
    letter-spacing: 1.5px;
}

footer .map-thumbnail img {
    transition: box-shadow .3s ease;
}

footer .map-thumbnail:hover img {
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
}