html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
    height: auto !important;
}

.float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.orangetext {
    color: #C47000;
}

.browntext {
    color: #A85400;
}

.yellowtext {
    color: #E0A81C;
}

p {
    font-size: 0.9em;
}

    p a {
        color: #212529;
    }

        p a:hover {
            color: #C47000;
        }

.homelogo img {
    max-width: 130px;
}

.topbg {
    background-image: url('/media/23yp05rj/top_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

ul.nav {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9em;
}

ul.nav a {
    color: black;
}

    ul.nav a:hover {
        color: #8283A7;
    }

h1.sitetitle {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #566B80;
    letter-spacing: 3px;
    font-size: 4.8em;
}

h2.sitesubtitle {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #26445B;
    letter-spacing: 2px;
}

.btn-rccscontact {
    color: white;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.7em;
    letter-spacing: 1px;
    background-color: #26445B;
    border-radius: 50px;
    padding: 8px 20px;
    border-width: 0;
}

    .btn-rccscontact:hover, .btn-rccscontact:focus {
        background-color: #566B80;
    }

.topdotline {
    height: 100px;
    background-image: url('/media/kxub32xs/dots_tan.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left top;
}

h2.lineheader {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    h2.lineheader::before {
        content: "";
        display: block;
        border-bottom: 3px solid black;
        width: 50px;
        position: relative;
        bottom: 10px;
        left: 48%;
    }

.bodytext h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.snakedotline {
    height: 250px;
    background-image: url('/media/le4h0bhc/snake_part.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left top;
}

.lowertext p, footer p {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.strokeline {
    height: 150px;
    background-image: url('/media/1lbax0ji/stroke_line.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left top;
}

footer {
    background-color: #EEE3DC;
}

footer p {
    font-size: 0.8em;
}

.brownbg {
    background-color: #B9733F;
    width: 100%;
    height: 100%;
}

.lightbg {
    background-color: #EEE3DC;
    width: 100%;
    height: 100%;
}


    .lightbg h2 {
        font-family: 'Josefin Sans', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #B9733F;
        margin-bottom: 20px;
    }

        .lightbg h2::after {
            content: "";
            display: block;
            border-bottom: 3px solid #B9733F;
            width: 50px;
            position: relative;
            bottom: 0px;
            left: 0;
        }

.aboutusbg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.mapbg {
    background-image: url('/media/g2zbyl4m/asset-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.whitebg {
    background-color: white;
}

.form-group input, .form-group textarea {
    text-transform: uppercase;
    color: black;
    border-left-width: 0;
    border-top-width: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 2px solid #EEE3DC;
    font-size: 0.9em;
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
    font-size: 0.9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

.submit.btn {
    border-radius: 50px;
    background-color: #26445B;
    font-size: 0.8em;
}

label {
    color: black;
    opacity: 1; /* Firefox */
    font-size: 0.8em;
    text-transform: uppercase;
    color: black;
}