body
{
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    color: #1f1f1f;
}
a
{
    color: #c40920;
}

h1
{
    font-family: 'Gloria Hallelujah', cursive;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.9;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

h2
{
    color: #8f531f;
    font-weight: 500;
    font-size: 1.7em;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

h3
{
    color: #8f531f;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    text-align: left;
}

h4
{
    color: #8f531f;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
}

.pageTitlePanel
{
    /*display: flex;
    align-items: center;
    height: 300px;*/
}

    .pageTitlePanel .inner1280
    {
        height: 300px;
        position: relative;
    }

    .pageTitlePanel h1
    {
        position: absolute;
        text-align: right;
        bottom: 40px;
        right: 60px;

        color: white;
        font-style: italic;
        text-shadow: 2px 2px 4px black;
        line-height: 1;
        font-size: 3em;
    }

@media (max-width: 950px)
{
    .pageTitlePanel .inner1280
    {
        height: 100px;
    }
    .pageTitlePanel h1
    {
        position: initial;
        text-align: center;
        line-height: 100px;
        font-size: 1.4em;
    }
}

header
{
    background-image: url(../images2/BannerBGOuter2024.png);
    background-size: 100% 135px;
    background-repeat: no-repeat;
    background-color: white;
}
    header .inner1280
    {
        position: relative;
    }
    header .addressPhone
    {
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: right;
        display: flex;
        align-items: center;
    }
        header .addressPhone a
        {
            color: #3f3f3f;
        }
        header .addressPhone .address
        {
            margin-right: 20px;
        }
        header .addressPhone .phone
        {
            margin-right: 20px;
        }
        header .addressPhone .book
        {
        }
        header .addressPhone .book img
        {
            width: 100px;
        }

    header .mobileNav
    {
        margin-top: 88px;
        display: none;
    }

    header .desktopNav
    {
        margin-top: 92px;
    }

@media (max-width: 950px)
{
    header .desktopNav
    {
        display: none;
    }

    header .mobileNav
    {
        display: block;
    }
}

.footerTop
{
    background-image: url("../images2/FooterTop2024.png");
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-color: white;
}
footer
{
    background-image: url(../images2/WaterBG.jpg);
    background-size: cover;
    background-position: center center;
    color: white;
}
footer .overlay
{
    background-color: rgba(0,0,0,0.5);
}
    footer a, footer h1, footer h2, footer h3, footer h4
    {
        color: white;
    }
    footer .upper
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 1px white;
        margin: 0 20px;
        padding: 20px 0;
    }

        footer .upper .col
        {
            text-align: center;
            width: 25%;
        }

            footer .upper .col .container
            {
                display: inline-block;
                text-align: left;
            }

        footer .upper .gambling
        {
            font-size: 0.8em;
        }

        footer .upper h3
        {
            font-weight: 400;
            margin: 0;
        }

            footer .upper .gambling h3
            {
                margin: 0 0 5px 0;
            }


        footer .upper .icon
        {
            font-size: 2em;
            margin-right: 15px;
        }

        footer .tableCell
        {
            padding: 5px 6px 5px 0;
        }


    footer .lower
    {
        font-size: 0.8em;
        padding: 10px 20px;
    }
@media (max-width: 1100px)
{
    footer .upper .emailAddress
    {
        font-size: 0.8em;
    }
}
@media (max-width: 950px)
{
    footer .upper .col
    {
        width: 50%;
    }
}
@media (max-width: 500px)
{
    footer .upper .col
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
/****************************************************** Sailing Boat ***************************************************/
@keyframes sailBackground
{
    0%
    {
        background-position-x: -81px;
    }

    100%
    {
        background-position-x: 2000px;
        background-position-x: calc(100% + 81px);
    }
}

.headerSail
{
    background-image: url(../images2/HeaderSail2024.png);
    background-repeat: no-repeat;
    background-position: -1000px 0;
    animation: sailBackground 40s linear infinite;
}

.footerSail
{
    background-image: url(../images2/FooterSail2024.png);
    background-repeat: no-repeat;
    background-position: -1000px 0;
    animation: sailBackground 40s linear infinite;
    height: 48px;
}
/*******************************************************************************************************/
@media (max-width: 600px)
{
    header
    {
        background-size: 100% 50px;
    }
        header .addressPhone .address,
        header .addressPhone .phone
        {
            display: none;
        }
    .headerSail
    {
        background-image: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 50%);
        background-position: unset;
        background-repeat: unset;
        animation: none;
    }
    header .mobileNav
    {
    }
    header .logo
    {
        height: 50px;
    }
    header .mobileNav
    {
        margin-top: 4px;
    }
    header .addressPhone
    {
        top: 15px;
        right: 60px;
    }
    h1
    {
        font-size: 1.8em;
    }

    h2
    {
        font-size: 1.5em;
    }
}

.imagesHorizAligned
{
    margin: 0 5px 0 5px;
}

.imagesHorizAligned, .fullWidthImage
{
    margin-bottom: 20px;
}

    .imagesHorizAligned .middle
    {
        float: left;
        margin-left: 7.5px;
    }

    .imagesHorizAligned .middleleft, .imagesHorizAligned .middleright
    {
        float: left;
        margin-left: 5px;
    }

@media (max-width: 600px)
{
    .imagesHorizAligned
    {
        margin: 0;
    }

        .imagesHorizAligned .left, .imagesHorizAligned .middleleft, .imagesHorizAligned .middle, .imagesHorizAligned .middleright, .imagesHorizAligned .right
        {
            float: none;
            width: 100%;
            margin: 0 0 10px 0;
            text-align: center;
        }
}

/****************************************************************************************************************/
.whatsOnContainer
{
    padding: 10px;
    justify-content: space-between;
}
.whatsOn
{
    width: 49.5%;
    float: left;
}
.rightOfWhatsOn
{
    width: 49.5%;
    float: right;
}

    .whatsOn .day
    {
        margin-bottom: 5px;
    }

    .whatsOn .dayExpanded
    {
        border-bottom: solid 4px #8f531f;
    }

.whatsOn .dayHeader
{
    background-color: #ffffff;
    font-size: 1.1em;
    padding: 15px;
    color: #8f531f;
}

    .whatsOn .dayBody
    {
        border-top: solid 1px #7f7f7f;
        padding: 10px;
        background-color: white;
    }

    .whatsOn .fa-plus, .whatsOn .fa-minus
    {
        float: right;
        display: block;
        cursor: pointer;
    }

.whatsOnEditing .fa-minus
{
    display: none;
}

.whatsOn .dayExpanded .fa-plus
{
    display: none;
}

.whatsOn .dayCollapsed .fa-minus
{
    display: none;
}
.rightOfWhatsOnPanel
{
    height: 408px;
    background-size: cover;
    background-position: center center;
}
.rightOfWhatsOnPanel img
{
    display: none;
}
@media (max-width: 700px)
{
    .whatsOn
    {
        width: 100%;
        float: none;
    }

    .rightOfWhatsOn
    {
        display: none;
    }
}

/****************************************************************************************************************/
.fourPromosHorizontal
{
    margin: 9px;
    text-align: center;
    position: relative;
}

    .fourPromosHorizontal a:hover
    {
        text-decoration: none;
    }

    .fourPromosHorizontal img
    {
        width: 100%;
        display: block;
    }

    .fourPromosHorizontal h3
    {
        font-size: 1.5em;
        line-height: 1.8;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        color: white;
        width: 100%;
        text-align: center;
        background-color: rgba(0,0,0,0.67);
    }

@media (max-width: 1400px)
{
    .fourPromosHorizontal h3
    {
        font-size: 1.4em;
    }
}

@media (max-width: 1200px)
{
    .fourPromosHorizontal h3
    {
        font-size: 1.3em;
    }
}

@media (max-width: 1000px)
{
    .fourPromosHorizontal h3
    {
        font-size: 1.2em;
    }
}

@media (max-width: 900px)
{
    .fourPromosHorizontal h3
    {
        font-size: 1.1em;
    }
}

/************************/
.thirdWidthPromo
{
    float: left;
    margin: 1%;
    width: 31.3333333333%;
}
    .thirdWidthPromo .image
    {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
    }
        .thirdWidthPromo .image img
        {
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
        }
        .thirdWidthPromo h3
        {
            margin-top: 10px;
            text-align: center;
            color: #1f1f1f;
        }
@media (max-width: 950px)
{
    .thirdWidthPromo
    {
        width: 48%;
    }
}
@media (max-width: 500px)
{
    .thirdWidthPromo
    {
        margin: 0 0 20px 0;
        width: 100%;
    }
}
/********************************************/
.membersDraws
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 700px)
{
    .membersDraws .cash
    {
        display: none;
    }
}

/******************************/

.bookit iframe
{
    border: 0;
    display: block;
    width: 100%;
    height: 600px;
}

@media only screen and (max-width: 667px)
{
    .bookit iframe[data-id="nbi-widget"]
    {
        height: 900px;
        transition: height 0.6s ease-in-out;
    }
}