body {
    font-size: 20px;
    color: #212529;
    font-family: 'Lora', 'Times New Roman', serif;
}


html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#content {
    padding-top: 20px;
    background-color: #e3f2fd;
    flex: 1;
}

footer {
    background: rgba(70, 130, 180, 0.2);
    padding: 10px 0 5px;
    text-align: center;
}

    footer h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    footer p {
        font-size: 15px;
        text-align: unset;
        margin-bottom: 0px;
    }

    footer.container {
        margin-right: 0;
        margin-left: 0;
    }

@media (min-width: 768px) {
    footer.container {
        margin-right: auto;
        margin-left: auto;
    }
}


.hero {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    /* even if we dont declare this the image will still be centered */
    z-index: 1;
}

@media (min-width: 768px) {
    .hero {
        height: 500px;
    }
}



p {
    line-height: 1.5;
    margin: 30px 0;
}

    p a {
        text-decoration: underline;
    }

h1.mainHeader {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    color: #7f8c8d;
    margin-top: 30px;
}

h2.subHeader {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    text-align: center;
    color: #acb4b5;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.2 !important;
}


@media (min-width: 400px) {
    h1.mainHeader {
        font-size: 38px
    }

    h2.subHeader {
        font-size: 30px
    }
}

@media (min-width: 600px) {
    h1.mainHeader {
        font-size: 44px
    }

    h2.subHeader {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    h1.mainHeader {
        font-size: 51px
    }

    h2.subHeader {
        font-size: 33px
    }
}





h1.mainHeader p, h2.subHeader p {
    margin: 0;
    line-height: 1;
}


h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 1.5rem;
}

a {
    color: #212529;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    a:focus, a:hover {
        color: #0085A1;
    }

blockquote {
    font-style: italic;
    color: #868e96;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
}

.caption {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

::-moz-selection {
    color: #fff;
    background: #0085A1;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #0085A1;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 10000;
    width: 100%;
    padding-right:0;
}

#mainNav.show {
    background: linear-gradient(white,95%, transparent);
}
@media only screen and (min-width: 768px) {
    #mainNav.show {
        background: inherit;
    }}

    /*   #mainNav .navbar-brand {
        font-weight: 800;
        color: #343a40;
    }
*/
    #mainNav .navbar-toggler {
        font-size: 12px;
        font-weight: 800;
        padding: 13px 5px;
        text-transform: uppercase;
        color: #343a40;
    }

@media only screen and (min-width: 331px) {
    #mainNav .navbar-toggler {
        padding: 13px;
    }
}

.navbar-nav {
    padding-top: 10px;
}





footer {
    padding: 20px 0 15px;
    margin-top: 50px;
}

    footer .list-inline {
        margin: 0;
        padding: 0;
    }

    footer .copyright {
        font-size: 14px;
        margin-bottom: 0;
        text-align: center;
    }

.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
    background-color: #0085A1;
    border-color: #0085A1;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #00657b !important;
        border-color: #00657b !important;
    }

.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}

span.field-validation-error {
    color: red;
}

button.search-button {
    float: right;
}

div.container div.row #paging div.paging-block {
    width: 33%;
    display: block;
    float: left;
}

    div.container div.row #paging div.paging-block span {
        display: block;
        padding-top: 12px;
    }

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
}

    .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

h2 {
    margin-top: 30px;
}

img.img-fluid {
    height: auto !important;
    padding: 5px;
    border: 1px solid gray;
    /*margin: 5px; this is causing off-centre images on small screens */
    width:100%;
}

h2 a:after {
    content: '\f0c1';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    color: #0085A1;
    font-size: 0.8em;
}

    h2 a:after:hover {
        text-decoration: none;
    }




.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-margin {
    margin-top: 14px;
}


/* new CSS */
*, ::after, ::before {
    box-sizing: border-box;
}

.dropdown-toggle::after {
    border-top-width: .4em;
    border-right-width: .4em;
    border-left-width: .4em;
    vertical-align: 0.18em;
}

.navbar-nav .dropdown-menu {
    padding: 0 0 0 20px;
    margin: 0 -15px;
    border-radius: 0;
    border: 0;
}

.dropdown-item {
    padding: .4rem 1rem;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #f8f9fa;
        color: inherit;
    }

.nav-dialogue {
    display: block;
    margin-top: -1px;
    font-size: 0.8rem;
}

.status h2 {
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
}

@media (min-width:331px) {
    .nav-dialogue {
        font-size: 0.9rem;
    }
}

@media (min-width:376px) {
    .nav-dialogue {
        font-size: 1.1rem;
    }
}

@media (min-width:410px) {
    .nav-dialogue {
        font-size: 1.25rem;
    }
}


.galleryDiv {
    height: 230px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

.galleryImage {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 80%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.img-responsive {
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
}


@media (min-width: 576px) {
    .galleryDiv {
        height: 195px;
    }

    .galleryImage {
        min-height: 100%;
        min-width: 100%;
    }

    .img-responsive {
        max-height: 100%;
        max-width: 100%;
        padding: 3px;
    }
}



@media (min-width: 768px) {
    .galleryDiv {
        height: 135px;
    }
}

@media (min-width: 990px) {
    .galleryDiv {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .galleryDiv {
        height: 210px;
    }
}

.fader {
    background: white;
    height: 0;
    margin-top: 65px;
}

@media (min-width: 992px) {
    .fader {
        height: 100%;
        /*padding-bottom: 0; */
    }
}

.fader .fade-panel {
    width: 100%;
    position: absolute;
    top: 65px;
    transition: opacity .7s ease-in;
}

    .fader .fade-panel img {
        height: 100%;
        object-fit: cover;
    }



.dummy-fade-panel {
    width: 100%;
    position: relative;
    visibility: hidden;
}

    .dummy-fade-panel img {
        height: 100%;
        object-fit: cover;
    }

@media (min-width: 992px) {
    .slider-outer-wrap .fader .fade-panel .caption {
        background: rgba(255, 255, 255, 0.8);
        color: black;
        display: block;
        padding: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
        width: auto;
    }
}

.Paragraph {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #7f8c8d;
    font-size: 1rem;
    font-weight: normal !important;
    line-height: 1.6;
    display: block;
    width: 100%;
}


/**umb_name:Large Text*/
.ParagraphLarge {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #7f8c8d;
    font-size: 1.21rem;
    font-weight: normal !important;
    line-height: 1.6;
    display: block;
    width: 100%;
}


/**umb_name:H2*/
.Header2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.3rem;
    color: #7f8c8d;
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    display: table;
    white-space: nowrap;
    margin: 1em 0 0 0;
}


    .Header2:before {
        border-right: 0.75em solid transparent;
    }

    .Header2:after {
        border-left: 0.75em solid transparent;
    }

    .Header2:after, .Header2:before {
        background-image: -webkit-linear-gradient(transparent 40%, #bdc3c7 40%, #bdc3c7 60%, transparent 60%);
        background-image: -moz-linear-gradient(transparent 40%, #bdc3c7 40%, #bdc3c7 60%, transparent 60%);
        background-image: -ms-linear-gradient(transparent 40%, #bdc3c7 40%, #bdc3c7 60%, transparent 60%);
        background-image: -o-linear-gradient(transparent 40%, #bdc3c7 40%, #bdc3c7 60%, transparent 60%);
        background-image: linear-gradient(transparent 40%, #bdc3c7 40%, #bdc3c7 60%, transparent 60%);
        content: '';
        display: table-cell;
        width: 50%;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding;
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



    .navbar-brandz em {
        font-color: #216894;
    }

    .navbar-brandz:hover {
        text-decoration: none;
    }

.footerLink {
    color: white;
    font-style:italic;
    background-color: #3DA4AB;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    min-width: 80%;
    text-align: center;
    margin-top: 50px;
}

    .footerLink:hover {
        background-color: #4682b433;
        text-decoration: none;
    }




.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        font-size: 1.5em;
        position: relative;
        z-index: 1;
        padding: 0;
        resize: none;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-family: 'Lora', 'Times New Roman', serif;
        padding-left: 10px;
        border: 1px lightgray solid;
        border-radius: .5rem;
    }

        .floating-label-form-group input::-webkit-input-placeholder,
        .floating-label-form-group textarea::-webkit-input-placeholder {
            color: #868e96;
            font-family: 'Lora', 'Times New Roman', serif;
        }

    .floating-label-form-group label {
        font-size: 0.85em;
        line-height: 1.764705882em;
        position: relative;
        z-index: 0;
        top: 2em;
        display: block;
        margin: 0;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease;
        transition: top 0.3s ease, opacity 0.3s ease;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
    }

    .floating-label-form-group .help-block {
        margin: 15px 0;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
    border-top: 1px solid #dee2e6;
}

.brandImage {
    width: 150px;
}

@media (min-width: 600px) {
    .brandImage {
        width: 200px;
    }
}

.flatpickr-calendar.inline {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.flatpickr-day {
    background-color: #009879 !important;
    color: white;
    font-weight: bold;
}

.flatpickr-disabled {
    background-color: lightgrey !important;
}

.endHalfBooked {
    background: -moz-linear-gradient(-45deg, darkgray 50%, #009879 50%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, darkgray), color-stop(50%, #009879)) !important;
    background: -webkit-linear-gradient(-45deg, darkgray 50%, #009879 50%) !important;
    background: -o-linear-gradient(-45deg, darkgray 50%, #009879 50%) !important;
    background: -ms-linear-gradient(-45deg, darkgray 50%, #009879 50%) !important;
    background: linear-gradient(135deg, darkgray 50%, #009879 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='darkgray', endColorstr='$#009879',GradientType=1 ) !important;
}

.fullBooked {
    background-color: darkgray !important;
    color: white !important;
}

.startHalfBooked {
    background: -moz-linear-gradient(-45deg, #009879 50%, darkgray 50%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #009879), color-stop(50%, darkgray)) !important;
    background: -webkit-linear-gradient(-45deg, #009879 50%, darkgray 50%) !important;
    background: -o-linear-gradient(-45deg, #009879 50%, darkgray 50%) !important;
    background: -ms-linear-gradient(-45deg, #009879 50%, darkgray 50%) !important;
    background: linear-gradient(135deg, #009879 50%, darkgray 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009879', endColorstr='darkgray',GradientType=1 ) !important;
}

.today {
    border-bottom-color: #e9e9e9 !important;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.7em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    table th, table td {
        padding: 12px 15px;
    }

    table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }


.tableKey {
    margin-top: 30px;
    list-style: none;
    width: 70%;
    margin: auto;
    font-size: 16px;
}

@media (min-width: 768px) {
    .tableKey {
        width: 90%;
    }
}

@media (min-width: 1000px) {
    .tableKey {
        width: 70%;
    }
}


.tableKey li {
    display: inline-flex;
}

.tableCaption {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 10px;
}

.booked {
    background: darkgray;
}

.available {
    background: #009879;
}

.captionText {
    margin-top: auto;
    margin-bottom: auto;
}

.contactSubmit {
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    min-width: 100%;
    text-align: center;
    margin-top: 50px;
    border: none;
    color: white;
    font-style: italic;
    background-color: #3DA4AB;
}



    .contactSubmit:focus, .contactSubmit:hover {
        color: #0085A1;
    }

    .contactSubmit:hover {
        background-color: #4682b433;
        text-decoration: none;
    }


#mainNav .container {
    max-width: inherit;
}

footer p {

    margin-top: 5px !important;
}
footer h2 {
    font-size: 24px !important;
    margin: 0 0 5px !important;
    font-weight: normal !important;
}
.collapse.navbar-collapse.show {
    padding-bottom: 70px;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 12px;
    /* font-weight: 800;*/
    letter-spacing:1px;
    text-transform: uppercase;
}


@media (min-width: 768px) {

    #mainNav .navbar-nav > li.nav-item > a {
        font-size: 10px;
        letter-spacing: 0px;
    }
}


@media (min-width: 860px) {

    #mainNav .navbar-nav > li.nav-item > a {
        font-size: 11px;
    }
}


@media (min-width: 920px) {

    #mainNav .navbar-nav > li.nav-item > a {
        letter-spacing: 1px;
        font-size: 12px;
    }
}



@media (min-width: 768px) {
    .collapse.navbar-collapse.show{
        padding-bottom:0;
    }
    #mainNav {
        padding-bottom: 10px;
    }
    #cmdShowHideNav{
        display:none;
    }

    .navbar-collapse{
        display:block !important;
        flex-grow:inherit;
        flex-basis:inherit;
    }

    .navbar-nav{
        flex-direction:row;
        padding-top:0;
    }

    .nav-item{
        padding: 10px;
    }
}

.navbar{
    padding-right:10px;
}

.navbar .container{
    padding-right: 10px;
}

.spinner {
    background: #DDD;
    display: none;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#spinnerInner {
    background-image: url(/images/spinner.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #DDD;
    background-position-x: center;
    background-position-y: center;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

#spinnerContent {
    background-color: white;
    border: 2px solid darkblue;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    cursor: wait;
    display: none;
    left: 50%;
    margin: 0;
    min-height: 100px;
    padding: 30px 10px 30px 10px;
    position: fixed;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 40000;
}
@media (min-width: 768px) {
    #spinnerContent {
        width:24%;
    }
}

    .tingle-modal {
        background: rgba(0,0,0,.3) !important;
    }

    .tingle-modal-box {
        border: 4px solid #3DA4AB !important;
    }

    .tingle-modal-box__content {
        padding: 1rem 3rem !important;
    }

        .tingle-modal-box__content p {
            margin: 0 0 16px 0;
        }

    .tingle-btn--primary {
        color: white !important;
        font-style: italic !important;
        background-color: #3DA4AB !important;
        text-decoration: none !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        font-family: Georgia, 'Times New Roman', Times, serif !important;
        font-size: 18px !important;
        text-align: center !important;
    }

        .tingle-btn--primary:hover {
            background-color: #4682b433;
            text-decoration: none;
            color: #0085A1;
        }


    @media (min-width: 540px) {

        .tingle-modal-box {
            max-width: 400px !important;
        }
    }

    .tingle-modal--visible .tingle-modal-box {
        animation: scale .4s cubic-bezier(.68,-.55,.265,1.55) forwards !important;
    }


    @media (max-height:500px) {

        .slbContentOuter {
            font-size: .5em;
        }
    }


    .fade-panel-background {
        height: 4px;
        width: 100%;
        position: absolute;
        top: 65px;
        z-index: 2000;
    }

    .fade-panel-timer {
        height: 100%;
        width: 0%;
        opacity: 0.6;
        background: white;
    }

    .carouselcaption {
        top: -120px;
        position: relative;
        background: rgba(0, 0, 0, .6);
        width: 45%;
        padding: 8px;
        color: white;
        border-radius: 5px;
        transition: opacity .7s ease-in;
    }

    .carouselImage {
        object-fit: cover;
        width: 100%;
        max-height: 569px;
        min-height:250px;
    }

    @media (max-height: 700px) and (min-width: 1200px) {
        .carouselImage {
            max-height: 509px
        }
    }

    @media (max-height: 390px) and (min-width: 800px) {
        .carouselImage {
            max-height: 260px
        }
    }

    @media (max-height:670px) {

        .slbContentOuter {
            font-size: .5em;
        }
    }



    .carouselcaption.left {
        margin-left: 5px;
        margin-right: auto;
    }

    .carouselcaption.right {
        margin-left: auto;
        margin-right: 5px;
        text-align: right;
    }

    .text1 {
        display: block;
        font-size: 16px;
        line-height: 1.3;
    }

    .text2 {
        display: block;
        font-size: 12px;
    }

    @media (min-width: 450px) {
        .carouselcaption {
            top: -150px;
            width: 35%;
        }
    }

    @media (min-width: 600px) {
        .carouselcaption {
            top: -190px;
        }

        .text1 {
            font-size: 20px;
            line-height: inherit;
        }

        .text2 {
            font-size: 14px;
        }
    }

    @media (min-width: 768px) {
        .carouselcaption {
            top: -250px;
            width: 30%;
        }

        .text1 {
            font-size: 24px;
            line-height: inherit;
        }

        .text2 {
            font-size: 16px,
        }
    }



    @media (min-width: 992px) {
        .carouselcaption {
            top: -350px;
            width: 20%;
        }

            .carouselcaption.right {
                margin-right: 25px;
            }

            .carouselcaption.left {
                margin-left: 25px;
            }

        .text1 {
            font-size: 28px;
            line-height: inherit;
        }

        .text2 {
            font-size: 20px,
        }
    }


    @media (min-width: 1200px) {

        .carouselcaption.right {
            margin-right: 10%;
        }

        .carouselcaption.left {
            margin-left: 10%;
        }
    }



