﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat');
@import url('https://fonts.googleapis.com/css?family=Exo');
@import url('https://fonts.googleapis.com/css2?family=Edu+QLD+Beginner:wght@500&display=swap');


/*Start Global*/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 12px;
}


    body.hide-scroll::-webkit-scrollbar {
        display: none;
    }

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

h2 {
    font-family: 'Edu QLD Beginner', cursive;
    font-size: 2.75rem;
    font-weight: normal;
    margin: 0 0 -15px;
    color: #f0dd32;
    background: -webkit-linear-gradient(#940000, #eb3b3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1, h3 {
    font-family: "Exo", sans-serif;
    font-size: 47px;
    /*font-weight: bold;*/
    letter-spacing: 9.4px;
    margin: 0 0 15px;
    color: #f0dd32;
    background: -webkit-linear-gradient(#f0dd32, #f0dd32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



p {
    color: #515151;
    line-height: 27px;
}

.a-CTA {
    border-bottom: 2px solid #de1a00;
    padding-bottom: 4px;
    letter-spacing: 1.5px;
    font-size: 18px;
}
/*End Global*/

/*Start Mutual*/
p, .a-CTA, input, header .navigation-bar a, .copyright li, .contact .form form label, .contact .form form button {
    font-family: Montserrat, sans-serif;
}

    .fa-asterisk, .a-CTA, h2, header .navigation-bar a:hover, header nav.active .navigation-bar a:hover, footer .social-media .links a:hover, .copyright .info li a, .copyright .CTA li a:hover {
        color: #de1a00;
    }

    header nav .navigation-bar .underline, header .text .button button:hover, .contact .form form button:hover, .contact .text i:hover {
        background-color: #de1a00;
    }

header .navigation-bar ul li, header .text, .about-us .text, .reservation .text, .menu .box-model, .menu .text, .fixed-image .text, footer, .copyright, .contact .text i {
    text-align: center;
}

    header nav, header .navigation-bar ul, .about-us, .reservation, .about-us .image-container, .reservation .image-container, .menu, .menu .menu-image-container, footer .contact-container, .copyright ul, .contact {
        display: flex;
    }

        header nav .toggle, header nav .toggle span, header .navigation-bar, header .navigation-bar ul, .menu .box-model .close, footer .social-media .links a, .copyright .CTA li a {
            transition: .3s;
        }

            header, header nav .toggle span, header .navigation-bar a, header .text, header .text .arrow .left, header .text .arrow .right, .recipes, .menu .box-image-container, .fixed-image .text, .copyright, .copyright .arrow-up {
                position: relative;
            }

                header nav .toggle, header .navigation-bar .underline, header .text .arrow .left:after, header .text .arrow .right:after, header .svg-down, header .arrow-down, .recipes .text, .menu .box-model .close, .menu .box-model .arrow .arrow-right, .menu .box-model .arrow .arrow-left, .menu .box-image-container .box-image, .copyright .svg-up {
                    position: absolute;
                }

                .recipes .text, .fixed-image .text, .menu .box-image-container, .menu .box-image-container .box-image {
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

                    header nav, header .navigation-bar a:hover .underline, header .navigation-bar li.active .underline, .menu .box-model, .menu .box-image-container, .menu .box-image-container .box-image {
                        width: 100%;
                    }

                        button, .dots > div, header nav .toggle, header .arrow-down, .menu .box-model .close, .menu .box-model .arrow .arrow-right, .menu .box-model .arrow .arrow-left, .menu .menu-image-container .image img, footer .newsletter i, .copyright .arrow-up {
                            cursor: pointer;
                        }

                            .dots .active, header nav.active, header nav.active .toggle.active span, header nav .toggle span, header .navigation-bar .underline, header .text .arrow .left, header .text .arrow .right, header .text .button button, .contact form button {
                                background-color: #fff;
                            }

                            h1, h3, header .navigation-bar a, header .text span, .menu .box-model .close:hover, footer .text h2, footer .text p, footer .social-media .links a, .contact .text i, .contact .form form button {
                                color: #fff;
                            }

                                header nav, header .navigation-bar.show, header .navigation-bar a:hover .underline, header .navigation-bar li.active .underline, header .text .arrow .left:after, .menu .box-model, .copyright .arrow-up {
                                    left: 0;
                                }

                header .text .arrow .left:after, header .text .arrow .right:after, header .text span, footer .social-media .links a, footer .newsletter i, .copyright .arrow-up, .contact .text i, .contact .form form label {
                    display: inline-block;
                }
/*End Mutual*/

/*Start Dots*/
.dots {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translate(0,-50%);
    z-index: 5;
}

    .dots > div {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        z-index: 20;
        margin-bottom: 10px;
        border: 2px solid #fff;
    }

    .dots .black {
        border-color: #000;
    }

    .dots .active.black {
        background-color: #000;
    }
/*End Dots*/

/*Start Home Page*/

/*Start Header*/
header {
    height: calc(100vh - 22px);
    background-size: cover;
    background: url("Images/ssmcabridgelighted.png") fixed no-repeat top;
    padding: 20px 70px;
}

    header nav {
        position: fixed;
        top: 0;
        padding: 36px 36px 20px;
        z-index: 999;
    }

        header nav .toggle {
            display: none;
            top: 26px;
            left: 20px;
            background-color: transparent;
            border: none;
            padding: 0;
            z-index: 999;
        }

            header nav .toggle:focus {
                outline: none;

            }

        header nav.active .toggle span {
            background-color: #000;
            
        }

        header nav .toggle.active {
            left: 32%;
        }

            header nav .toggle.active .first {
                top: 16px;
                transform: rotate(-45deg);
            }

            header nav .toggle.active .last {
                top: 0;
                transform: rotate(45deg);
            }

        header nav .toggle .hide {
            transition: 0s;
            visibility: hidden;
        }

        header nav .toggle span {
            display: block;
            width: 30px;
            height: 2px;
            border-radius: 40px;
        }

            header nav .toggle span:not(:last-of-type) {
                margin-bottom: 6px;
            }

        header nav .logo {
            flex-basis: 56%;
            padding-left: 50px;
        }

    header .navigation-bar.show {
        width: 40%;
    }

        header .navigation-bar.show a {
            color: #ccc !important;
        }

            header .navigation-bar.show a:hover {
                color: #fff !important;
            }

    header .navigation-bar ul li {
        flex: 1;
        padding: 0 10px;
    }

    header .navigation-bar a {
        text-decoration: none;
        transition: all .5s;
        font-size: 14px;
    }

    header nav.active .navigation-bar a {
        color: #000;
    }

    header .navigation-bar .underline {
        height: 2px;
        width: 0;
        left: 50%;
        bottom: -4px;
        transition: all .3s;
        display: block;
    }

    header .text {
        top: 24%;
    }

        header .text h1 {
            margin-bottom: 0;
        }

        header .text .arrow .left, header .text .arrow .right {
            height: 3px;
            width: 100px;
        }

        header .text .arrow .left {
            left: -4%;
        }

        header .text .arrow .right {
            right: -4%;
        }

            header .text .arrow .left:after, header .text .arrow .right:after {
                content: '';
                border: 10px solid transparent;
                border-left-color: #fff;
                top: -8px;
            }

            header .text .arrow .right:after {
                right: 0;
                border-color: transparent #fff transparent transparent;
            }

        header .text .arrow .fa-asterisk {
            vertical-align: super;
        }

        header .text span {
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            margin-bottom: 12px;
        }

        header .text .button button, .contact form button {
            border: none;
            padding: 9px 18px;
            letter-spacing: 2.4px;
            font-size: 12px;
            font-family: source_sans_problack, sans-serif;
            border-radius: 3px;
        }

            header .text .button button, .contact form button:focus {
                outline: none;
            }

    header .svg-down {
        bottom: 0;
        left: 50%;
        z-index: 5;
        margin-left: -96px;
        margin-bottom: -12px;
        color: #fff;
    }

    header .arrow-down {
        width: 70px;
        height: 50px;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 10;
        background: url("Images/expand.png") no-repeat center;
        
    }
/*End Header*/

/*Start About-Us*/
.about-us, .reservation {
    padding: 60px;
}

    .about-us .text, .reservation .text {
        flex: 50%;
        padding: 40px 52px 0 0;
    }

        .about-us .text h3, .reservation .text h3 {
            color: #000;
        }

        .about-us .text .fa-asterisk, .reservation .text .fa-asterisk {
            color: #9a9998;
        }

    .about-us .image-container, .reservation .image-container {
        flex: 50%;
    }

    .about-us .image, .reservation .image {
        margin-left: 20px;
    }
/*End About-Us*/


.recipes .image {
    height: 350px;
    background: url("Images/bkride1920.png") fixed center;
    background-size: cover;
}

.menu {
    padding: 60px;
}

    .menu .box-model {
        display: none;
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 20;
        background-color: rgba(0,0,0,.7);
    }

        .menu .box-model.active {
            display: block;
        }

            .menu .box-model.active body {
                overflow: hidden;
            }

        .menu .box-model .close {
            color: #ccc;
            right: 25px;
            top: 10px;
            z-index: 20;
        }

        .menu .box-model .arrow .arrow-right, .menu .box-model .arrow .arrow-left {
            width: 40px;
            height: 40px;
            right: 20px;
            top: 50%;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            transform: rotate(45deg);
            z-index: 20;
        }

        .menu .box-model .arrow .arrow-left {
            left: 20px;
            transform: rotate(-135deg);
        }

    .menu .box-image-container {
        height: 100%;
    }

        .menu .box-image-container .box-image img.active {
            animation: scale .5s;
        }

@keyframes scale {
    from {
        transform: scale(0,0)
    }

    to {
        transform: scale(1,1)
    }
}

.menu .menu-image-container {
    flex-wrap: wrap;
    flex: 60%;
}

    .menu .menu-image-container .image {
        margin: 0 20px 20px 0;
        flex: calc( 50% - 40px);
    }

.menu .text {
    flex: 55%;
    padding: 40px 0 0 62px;
}

    .menu .text h3 {
        color: #000;
    }

    .menu .text .fa-asterisk {
        color: #9a9998;
    }
/*End Menu*/

/*Start fixed-image*/
.fixed-image {
    background: url("Images/accounts1920.jpg") fixed center;
    background-size: cover;
}
/*End fixed-image*/

/*Start Footer*/
.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
/*End Footer*/

/*End Home Page*/

/*Start Home Page Responsive*/

@media (max-width: 1200px) {
    .menu, .about-us, .reservation {
        padding: 60px 40px;
    }

        .about-us .text, .reservation .text {
            padding: 0 32px 0 0;
        }

        .about-us .image-container, .reservation .image-container {
            align-items: center;
        }

        .menu .text {
            padding: 0 0 0 32px;
        }
}

@media (max-width: 992px) {
    body {
        padding: 0;
    }

    .dots {
        display: none;
    }

    header {
        height: calc(100vh - 10px);
    }

        header nav .logo {
            padding-left: 0;
        }

    .about-us {
        display: block;
        padding-top: 50px;
    }

        .about-us .text, .reservation .text {
            padding: 0 0 40px;
        }

        .about-us .image-container .image1, .reservation .image-container .image1 {
            margin-left: 0;
        }

    .menu {
        display: block;
        padding: 60px 20px 60px 40px;
    }

        .menu .text {
            padding: 20px 20px 0 0;
        }

    .reservation {
        display: block;
        padding: 30px 20px 60px;
    }

    .contact {
        display: block;
        padding: 78px 20px;
    }

        .contact .form {
            margin-left: 0;
            margin-top: 40px;
        }
}

@media (max-width: 768px) {
    header nav {
        display: block;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 25px;
    }

        header nav .toggle {
            display: block;
        }

    header .navigation-bar {
        position: fixed;
        top: 0;
        left: -174px;
        height: 100%;
        background-color: #262526;
        overflow: hidden;
        z-index: 20;
        padding: 40px;
    }

        header .navigation-bar ul {
            display: block;
            padding-top: 40px;
        }

            header .navigation-bar ul li {
                text-align: left;
                padding: 14px 0;
            }

    footer .contact-container {
        display: block;
    }

    footer .social-media {
        margin-bottom: 40px;
    }

    .copyright ul {
        display: block;
        margin-top: -20px;
    }

    .copyright li {
        margin-bottom: 5px;
    }

        .copyright li:not(:last-of-type):after {
            content: '';
        }
}

@media (max-width: 576px) {
    h3, h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 90px
    }

    header {
        padding: 0;
    }

        header nav .logo {
            padding-left: 0;
        }

        header nav .toggle.active {
            left: 36%;
        }

        header .navigation-bar.show {
            padding: 20px;
            width: 48%;
        }

    .about-us, .reservation {
        padding: 60px 20px;
    }

    .menu {
        padding: 60px 0 60px 20px;
    }
}




/*End Home Page Responsive*/

.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 99;
    /*background-color:#000;*/
}

    .nav div.logo {
        float: left;
        width: auto;
        height: auto;
        padding-left: 3rem;
    }

        .nav div.logo a {
            text-decoration: none;
            color: #fff;
            font-size: 1.0rem;
        }

            .nav div.logo a:hover {
                color: #ad190e;
            }

    .nav div.main_list {
        height: 65px;
        float: right;
        z-index: 99;
    }

        .nav div.main_list ul {
            width: 100%;
            height: 65px;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            z-index: 99;
        }

            .nav div.main_list ul li {
                width: auto;
                height: 65px;
                padding: 0;
                padding-right: 3rem;
            }

                .nav div.main_list ul li a {
                    text-decoration: none;
                    color: #fff;
                    line-height: 65px;
                    font-size: 0.8rem;
                }

                    .nav div.main_list ul li a:hover {
                        color: #ad190e;
                    }


.navTrigger {
    display: none;
}

.nav {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }

    .nav div.logo {
        margin-left: 15px;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .nav div.show_list {
        height: auto;
        display: none;
    }

    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }

        .nav div.main_list ul li {
            width: 100%;
            text-align: right;
        }

            .nav div.main_list ul li a {
                text-align: center;
                width: 100%;
                font-size: 2rem;
                padding: 20px;
            }

    .nav div.media_button {
        display: block;
    }
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

    .navTrigger i {
        background-color: #fff;
        border-radius: 2px;
        content: '';
        display: block;
        width: 100%;
        height: 4px;
    }

        .navTrigger i:nth-child(1) {
            -webkit-animation: outT 0.8s backwards;
            animation: outT 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

        .navTrigger i:nth-child(2) {
            margin: 5px 0;
            -webkit-animation: outM 0.8s backwards;
            animation: outM 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

        .navTrigger i:nth-child(3) {
            -webkit-animation: outBtm 0.8s backwards;
            animation: outBtm 0.8s backwards;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

    .navTrigger.active i:nth-child(1) {
        -webkit-animation: inT 0.8s forwards;
        animation: inT 0.8s forwards;
    }

    .navTrigger.active i:nth-child(2) {
        -webkit-animation: inM 0.8s forwards;
        animation: inM 0.8s forwards;
    }

    .navTrigger.active i:nth-child(3) {
        -webkit-animation: inBtm 0.8s forwards;
        animation: inBtm 0.8s forwards;
    }

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}





.myH1 {
    text-align: center;
    font-size: 4rem;
}

.myH2 {
    text-align: center;
    font-size: 3rem;
}

.myP {
    text-align: justify;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
}

@media all and (max-width:700px) {
    .myP {
        padding: 2%;
    }
}

#display-wait {
    width: 270px;
    border: 1px solid #e8e233;
    padding: 10px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgb(0, 0, 0,0.7);
    color: #e8e233;
    text-align: center;
    align-self: center;
    margin-top: 30px;
    font-weight: 600;
}

    #display-wait img {
        position: relative;
        bottom: 5px;
    }

#display-success {
    width: 400px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgb(236, 255, 216);
    color: green;
    text-align: center;
    align-self: center;
    margin-top: 30px;
    font-weight: 600;
}

    #display-success img {
        position: relative;
        bottom: 5px;
    }




#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 50px 0;
    text-align: center;
}

#contacth1 {
    color: #F96;
    display: block;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Caveat', serif;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact input[type="select"], #contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

#contact select {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

    #contact select:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #AAA;
    }

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact input[type="select"]:hover, #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #47a5fc;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

    #contact button[type="submit"]:hover {
        background: #81bef7;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #contact button[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

#contact select:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

#referral_header {
    color: #000;
    margin: auto;
    text-align: center;
    font-family: 'Edu QLD Beginner', cursive;
    font-size: 2.75rem;
    font-weight: 600;
}

