﻿@charset "utf-8";

/*@font-face {
    font-family: 'Carpe Diem Light';
    src: url('/fonts/Carpe Diem Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Carpe Diem';
    src: url('/fonts/Carpe Diem Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carpe Diem Bold';
    src: url('/fonts/Carpe Diem Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/
.fab.fa-twitter::before {
    content: "𝕏" !important;
    font-size: 1.2em;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.basic_topheader a, .footer a {
    text-decoration: none;
}


/* Footer Styles */

.footer .green a:hover {
    color: #5D685F /*#eda200*/ !important;
}

.footer .green > p {
    border-left: 2px solid black;
    padding-left: 20px;
    padding-top: 0px !important;
    margin-top: 60px;
}

.footer .green + div p:not(:last-child) {
    text-align: center;
}

.footer .green + div p:last-child {
    text-align: right;
    line-height: 24px;
}

.green, .green * {
    color: /*green*/ #FFFFFF !important;
}

.footer p.copy a {
    color: #000000 !important;
}

/*.footer p.copy {
    text-align: center !important;
}*/

.footer p, .footer li {
    font-family: 'Lato Light', sans-serif !important;
    font-weight: 400;
}

.footer {
    background-color: #B5C0B3;
    color: #FFFFFF;
    padding: 0; 
    text-align: center;
}

    .footer i {
        color: #FFFFFF;
    }

    .footer img {
        max-height: 55px; /*#trim the logo img to fit the design*/
        width: /*200px*/ 315px;
        height: auto;
        position: center;
        filter: invert(1) brightness(2);
        object-fit: cover;
        object-position: 50% 88%; /*#adjust the position be horizontal50% and vertical88%*/
        margin-bottom: 1em;
    }


/*#footer_body .row:first-child h4 {
    text-align: center;
    padding-top: 7px;
    border-top: 3px solid rgb(50,50,50);
}*/
#footer_body {
    color: #FFFFFF;
    background-color: #B5C0B3;
    padding: 3em 3em;
    text-align: left;
}

    #footer_body h4 {
        font-family: 'Lato Light' /*Carpe Diem Bold*/ ;
        color: /*green*/ #FFFFFF;
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.2;
    }

/*    #footer_body h4 [class *= 'accent'] {
        background-image: url("/images/yellow-accent.png");
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        display: inline-block;
    }*/

#footer_body p {
    margin-bottom: 1em;
}
    #footer_body a {
        color: #FFFFFF !important; 
    }

    #footer_body a:hover {
        color: #5D685F !important;
    }
/*    #footer_body > .row:not(:first-child) {
        max-width: 100%;
        padding: 60px 7%;
        margin: auto
    }*/
        
    #footer_body p {
        text-align: left;
        color: /*green*/ #FFFFFF;
    } 
    #footer_body .quick-links {
        text-align: left;
    }

        #footer_body .quick-links h4 {
            font-family: 'Lato Light', serif;
            color: #FFFFFF;
            font-weight: 900;
            margin-bottom: 10px;
        }

    #footer_body .quick-links ul {
        list-style: none;
        column-count: 2;
        padding: 0;
        column-gap: 20px;
    }

        #footer_body .quick-links ul li {
            margin-bottom: 5px;
        }

            #footer_body .quick-links ul li a {
                color: #FFFFFF;
                text-decoration: none;
            }

                #footer_body .quick-links ul li a:hover {
                    text-decoration: underline;
                    }

    #footer_body .sign-up {
        text-align: left;
    }

        #footer_body .sign-up h4 {
            font-family: 'Transcend Regular', sans-serif;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

        #footer_body .sign-up form {
            display: flex;
            flex-direction: column;
        }

        #footer_body .sign-up input[type="email"] {
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
            background-color: #B5C0B3;
            border-radius: 0;
            font-size: 1em;
            width: 100%;
        }
        #footer_body .sign-up input[type="email"]::placeholder {
            color: #FFFFFF; /* Placeholder color */
        }

        #footer_body .sign-up button {
            position: absolute;
            right: 1.2em;
            background-color: transparent;
            color: #FFFFFF;
            border: none;
            font-size: 1.5em;
            cursor: pointer;
            padding: 0;
        }
            #footer_copy {
                background-color: #FFFFFF; /* White background */
                padding: 20px 0;
            }

            #footer_copy .copy {
            font-family: 'Lato Light', sans-serif;
            font-size: 14px;
            color: #000000;
            margin: 0;
        }

            /*#footer_body.footer-copy .copy a {
                color: #5D685F;*/  
                /*text-decoration: none;
            }*/
             
/*Header*/
/*.header_social {
    clear: both;
    float: right;
}

    .header_social > a {
        color: #0083af;
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        top: 10px;
    }
*/
.header_logo {
    max-width: 100%;
    width: /*200px*/ 350px;
    height: auto;
    position: center;
    filter: invert(1) brightness(2);
    padding-bottom: 20px;
} 

.basic_topheader > .container {
    padding: 0px;
    max-width: 100%;
}
 
.basic_topheader {
    width: 100%;
    z-index: 2;
    top: 0;
    background-color: #5D685F;
    color: #B5C0B3;
    padding: 0;
    text-align: center
}

    .basic_topheader .container {
        background-color: #5D685F;
        color: #FFFFFF;
        padding: 0;
    } 

        .basic_topheader .container .row {
            padding: 0;
            margin: 0; 
            align-content:center;
        }
        .basic_topheader .container .row > .logo { 
            position: center;
            margin-bottom: 20px;
        }

            .basic_topheader .container .row
            a#applyNowBtn {
                background-color: #FFFFFF;
                color: #5D685F!important;
                padding: 10px 35px;
                border: none;
                cursor: pointer;
                font-family: 'Transcend Regular', serif;
                border-radius: 30px;
                width: auto;
                margin: 40px 0;
                font-size: 1.3em;
            }
    .basic_topheader h4 {
        font-family: 'Transcend Regular', serif;
        color: #5D685F;
        font-size: 2em;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        padding: 0;
    }
/* Navigation Styling */
    .basic_topheader .container .navbar {
        background-color: #5D685F;
        text-align: center;
        padding: 10px 0;
        font-family: 'Lato Light', serif;
        font-size: 1.7em; 
        margin-top: 15px;
    }

    .basic_topheader .container .nav-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }

        .basic_topheader .container .nav-links li {
            margin: 0 2em;
        }

        .basic_topheader .container .nav-links a {
            color: #B5c0b3 !important ;
            text-decoration: none;
        }

            .basic_topheader .container .nav-links a:hover {
                text-decoration: underline;
            }
/*.header_social > a {
    top: 0;
    color:*/ /*white*/ /*black;
}*/

   /* .header_social > a i::before {
        text-shadow: 0px 0px 5px rgb(130, 130, 130);
    }*/
    /*.header_social > a i:hover, .footer a i:hover {
        color: #666666 !important;
    }*/

/*.phone {
    color: #666666*//*#b1d4ef*/ /*!important
}*/


/*#bestviewed {
    color: #5D685F;
    text-align: right;
    padding: 5px 0;
    font-size: 0.9em;
}

    #bestviewed a {
        color: #5D685F;
        text-decoration: none;
    }*/
/* Responsive */
@media screen and (max-width:767px) {
/*    #footer_body > .row:not(:first-child) > div,
    .footer .green + div > p:last-of-type {
        text-align: center !important;
    }*/

    /*.basic_topheader > .container > .row {
        padding : 0*//*padding: 5px 15px;*/
    /*}*/
}

@media screen and (min-width:768px) { 
/*    .top-left .logo img {
        top: -30px;
        position: relative;
    }*/

    /*.offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .basic_topheader > .container > .row {
        padding: 0*/ /*padding: 5px 15px;*/
    /*}*/
}

@media screen and (min-width:992px) {
/*    #footer_body > .row:last-of-type {
        margin-top: -60px !important;
    }*/

/*    #footer_body h4 [class *= 'accent'] {
        height: 42px !important;
    }*/

  /*  #footer_body h4 {
        padding-bottom: 20px;
    }
*/
/*    .basic_topheader > .container:first-child {
        margin-bottom: -20px;
    }*/
}

@media screen and (max-width:991px) {
/*    #footer_body h4 [class *= 'accent'] {
        height: 28px !important;
    }*/ 

/*    #footer_body h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .basic_topheader > .container > .row:first-child * {
        font-size: 16px !important;
    } 
}*/
