body {
    font-family: "Raleway", Helvetica;
    font-size: 12pt;
    background-color: #FFFCFC !important;
}

h1 {
    font-family: 'Robot', Arial;
}

h2 {
    font-family: "Tangerine", Arial;
    font-weight: 700;
    font-size: 36pt;
}

h3 {
    font-family: "Tangerine", Arial;
    font-weight: 700;
    font-size: 28pt;
}

h4 {
    font-family: "Josefin Slab", Arial;
    font-weight: 600;
    font-size: 24pt;
}

h5 {
    font-family: "Josefin Slab", Arial;
    font-weight: 600;
    font-size: 20pt;
}

.card {
    background-color: #fffcfc;
    border-radius: 20px;
    border: solid 1px #cccccc;
    text-align: center;
    padding: 10px;
    #margin: 2px;
}

footer {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    display: none;
    min-height: 300px;
}

.banner-image {
    height: 75%;
    #margin-top: -100px;
}

.home-banner-image {
    height: 75%;
    z-index: -1000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: bottom right;
    background-image: url('/images/header-home.jpg');
}

.service-banner-image {
    height: 60%;
    z-index: -1000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-image: url('/images/header-services.jpg');
}

.gift-banner-image {
    height: 60%;
    z-index: -1000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: bottom center;
    background-image: url('/images/header-gift.jpg');
}



.banner-message {
    left: 150px;
    top: 150px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    background-color: rgba(108, 108, 108, 0.3);
    color: #FFFFFF;
    padding: 50px;
    font-size: 20pt;
}

.banner-message h1 {
    font-size: 28pt;
}

.fullpage {
    min-height: 800px;
}

.btn-primary {
    background-color: #444283;
    color: #FFFFFF;
    font-family: "Raleway", Helvetica;
    font-size: 12pt;
    padding: 6px 8px;
}

.btn-primary:hover {
    color: #444283 !important;
    background-color: #ffffff !important;
    font-size: 12pt;
    padding: 6px 8px;
}

.navbar-nav>li>a:hover {
    background-color: #333283 !important;
}


.book-now-button {
    margin-top: 5px;
}

.image-main-content {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 20px;
}

.image-main-content h2 {
    color: #FFFFFF;
}

.navbar {
    #background-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(109, 184, 189, 1);
    color: #444283;
    z-index: 10000;
}

.navbar-brand {
    padding: 0px;
    margin-top: 5px;
    margin-left: -20px;
}

.navbar-nav>li>a {
    #color: #444283 !important;
    color: #FFFFFF !important;
    font-size: 14pt;
}

.navbar-nav>li>a.btn-primary {
    color: #ffffff !important;
    font-size: 12pt;
    padding: 8px;
}

.navbar-brand {
    color: #444283 !important;
}

.page-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-section h3 {
    margin: 0px;
    padding: 10px 0px;
}

.contact a {
    color: #fFFFFF;
}

.large-text {
    font-size: 120%;
}

@media (max-width: 768px) {
    .banner-image {
        height: 400px;
        #margin-top: -20px;
    }

    .banner-message {
        left: 50px;
        right: 50px;
        top: 100px;
        font-size: 18pt;
        padding: 20px;
    }

    .banner-message h1 {
        font-size: 24pt;
    }

    .page-section h3 {
        margin: 0px;
        padding: 10px;
        font-size: 24pt;
    }

    .large-text {
        font-size: 110%;
    }
}

@media (max-width: 420px) {
    .banner-image {
        height: 350px;
    }

    .banner-message {
        left: 10px;
        right: 10px;
        font-size: 14pt;
        padding: 20px;
    }

    .banner-message h1 {
        font-size: 20pt;
    }

    .page-section h3 {
        margin: 0px;
        padding: 10px;
        font-size: 24pt;
    }

    .large-text {
        font-size: 110%;
    }
}

@media (max-width: 360px) {
    .banner-image {
        height: 300px;
        #margin-top: -20px;
    }

    .banner-message {
        left: 0px;
        right: 0px;
        font-size: 14pt;
        padding: 20px;
    }

    .banner-message h1 {
        font-size: 18pt;
    }

    .page-section h3 {
        margin: 0px;
        padding: 10px;
        font-size: 24pt;
    }

    .large-text {
        font-size: 110%;
    }
}

