/*
 -------------
     GLOBAL
 ---------------
 */

html {
  font-family: 'Inter', sans-serif;
}

body {
    /*
    background-image: url("../pics/back.jpg");
    */
    background-color: #ffffff;
}

h3 {
    font-family: 'Inter', 'Helvetica Neu', sans-serif;
}

/*
 -------------
     *** Special instructions for property ***
 ---------------
 */

.home-hero-text {
    margin-top: 0px;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    color: #ffffff;
}

.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}

@media screen and (min-width:2000px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -250px;
        margin-bottom: -250px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -500px;
        margin-bottom: 20px;
        width: 800px;
    }
}

@media screen and (max-width:1999px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -225px;
        margin-bottom: -225px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -350px;
        margin-bottom: 20px;
        width: 700px;
    }
}

@media screen and (max-width:1499px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -150px;
        margin-bottom: -150px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -325px;
        margin-bottom: 20px;
        width: 650px;
    }
}

@media screen and (max-width:1199px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -125px;
        margin-bottom: -125px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -250px;
        margin-bottom: 20px;
        width: 500px;
    }
}

@media screen and (max-width:959px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -250px;
        margin-bottom: 20px;
        width: 500px;
    }
}

@media screen and (max-width:639px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .community-logo-splash {
        line-height: 200px;
        margin-top: -200px;
        margin-bottom: 20px;
        width: 400px;
    }
}

@media screen and (max-width:400px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .community-logo-splash {
        left: 20%;
        right: 20%;
        width: 60%;
        line-height: 100px;
        margin-top: -40%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width:350px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .community-logo-splash {
        left: 20%;
        right: 20%;
        width: 60%;
        line-height: 100px;
        margin-top: -40%;
        margin-bottom: 5%;
    }
}


/*
 -------------
     HOME
 ---------------
 */

.background-wrapper {
    background-position: center -50px;
}

.container-splash .row {
    height: 0px;
    position: relative;
}


.home-image-postcard-1 {
    width: 100%;
    float: left;
    left: 5%;
    /* IE 9 */
    -ms-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(0deg);
    /* Standard syntax */
    transform: rotate(0deg);
    background-color: white;
    border: 10px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 6px 1px #181205;
    outline: 1px solid transparent;
    margin-top: 15%;
    margin-left: 10%;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(3deg);
    z-index: 1001;
}
.home-image-postcard-2 {
    width: 100%;
    float: left;
    /* IE 9 */
    -ms-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(0deg);
    /* Standard syntax */
    transform: rotate(0deg);
    background-color: white;
    border: 10px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 6px 1px #181205;
    outline: 1px solid transparent;
    margin-top: -10%;
    margin-left: -7%;
    margin-bottom: 15%;
    /* IE 9 */
    -ms-transform: rotate(-3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(-3deg);
    /* Standard syntax */
    transform: rotate(-3deg);
    z-index: 1000;
}


/* Tablet View */

@media screen and (max-width: 959px) {
    .home-image {
        display: none;
    }
    .container-splash .row {
        height: 450px;
    }
}


/* Mobile View */

@media screen and (max-width:639px) {
    .home-image {
        display: none;
    }
    .container-splash .row {
        height: 300px;
        text-align: center;
    }
    .home-image-postcard-1 {
        display: none;
    }
    .home-image-postcard-2 {
        display: none;
    }
}

/*
 -------------
     WELCOME PAGE - Main Content
 ---------------
 */
 
 /*
 Special instruction
 */
.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}

.content-splash-home-main {
    background-color: none;
    background: rgba(91, 95, 60, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    font-family: 'Inter', sans-serif;
}


.content-splash-home-sub {
    background-color: none;
    background: rgba(91, 95, 60, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Inter', sans-serif;
}

.content-splash-sidebar-home-section {
    background-color: none;
    background: rgba(91, 95, 60, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 10px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    font-family: 'Inter', sans-serif;
}


.content-splash-main {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sub {
    background-color: #fdfbcd;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sidebar-section {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

/* Tablet and Mobile View */

@media screen and (max-width: 959px) {
    .content-splash-home-main {
        background-color: none;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 50px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        font-family: 'Inter', sans-serif;
    }

    .content-splash-home-sub {
        background-color: none;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, .5);
    }

    .content-splash-sidebar-home-section {
        background-color: #5a9592;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 28px;
        margin-top: 50px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }
    
    .content-splash-main {
        background-color: none;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sub {
        background-color: #fdfbcd;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sidebar-section {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width:639px) {
    .content-splash-home-main {
        background-color: none;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 0px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        font-size: .85rem;
    }
    .content-splash-sidebar-home-section {
        background-color: none;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 50px;
        margin-top: 0px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }
}

/* 
 -------------
    USER BAR
 ---------------
 */

#user-bar {
    background-color: #5a9592;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #5a9592, #5a9591, #5a9592);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* Standard syntax */
    background: linear-gradient(to right, #5a9592, #5a9591, #5a9592);
    color: white;

}

/* 
 -------------
    NAVIGATION 
 ---------------
 */

.nav-section-header {
    border-radius: 0px 0px 0 0;
    background-color: #5a9592;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #5a9592, #5a9591, #5a9592);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* Standard syntax */
    background: linear-gradient(to right, #5a9592, #5a9591, #5a9592);
}

.nav-section-container {
    border-radius: 0 0 0px 0px;
    background-color: #FAFAF0;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* Standard syntax */
    background: linear-gradient(to right, #F0F0E6, #FAFAF0, #F0F0E6);
}


/* 
 -------------
    NEWSBOARD
 ---------------
 */

.newsboard-container.newsboard-container__banner {
    border-radius: 0 0 0px 0px;
    background: #5a9592;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #5a9592, #5a9591, #5a9592);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #5a9592, #5a9591, #5a9592);
    /* Standard syntax */
    background: linear-gradient(to right, #5a9592, #5a9591, #5a9592);
}

.newsboard-container.newsboard-container {
    border-radius: 0 0 0px 0px;
}
.nav-contact-container {
    border-radius: 0 0 0px 0px;
}

/* 
 -------------
    CALENDAR
 ---------------
 */

#calendar .weekdays {
    background: #5a9592;
}

#calendar-wrap.calendar-full-view thead tr td {
    background: #5a9592;
}

/* 
 -------------
    POPUPS
 ---------------
 */

.stand-alone-page .popup-header {
    background: #5a9592;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, #5a9591, #5a9592);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, #5a9591, #5a9592);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(bottom, #5a9591, #5a9592);
    /* Standard syntax */
    background: linear-gradient(to bottom, #5a9591, #5a9592);
    color: white;
}