html, body, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #f08006;
}

a:hover 
{
    color: #555;
    text-decoration: none;
}

h1, h2, h3, h4, h5
{
    color: #514a6f;
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 2em;
}

@media (min-width: 768px) { 
    h1 {
        font-size: 2.4em;
    }
}



/*****
* Default / Standard
******/

.page-title-container
{
    background-color: #e6a500;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.page-title-container h1 {
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.page-title-dark .page-title-container
{
    background-color: #514a6f;
}

.default-content-container{
    background-color: #fff;
}

.carousel-indicators.circle li{
    border-radius: 12px;
    width: 12px;
    height: 12px;
}

.btn-donate {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 58px;
    margin-left: 10px;
    margin-right: 10px;
    color: #514a6f;
    border-color: #e6a500;
    background-color: #e6a500;
}

.btn-donate:hover {
    color: #00a6b3;
}

.home-body-container {
    min-height: 200px;
    padding-top: 30px;
    font-size: 1.5em;
    text-align: center;
    color: #514a6f;
}

.main-body-container {
    padding-top: 20px;
}

.main-body-image-container {
    text-align: center;
    margin-top: 40px;
}

.main-body-image {
    margin-bottom: 30px;
}

.banner-image-container {
    background-color: #c0c0c0;
}

.banner-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.pad-content {
    padding-left: 20px;
    padding-right: 20px;
}

p.section-title {
    margin: 0;
    font-weight: bold;
}

.news-item {
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.news-more a {
    color: #333;
    font-weight: bold;
}


@media (min-width: 768px) { 
    .banner-image {
        height: 350px;
    }

    .pad-content .main-body-text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/***** End Default / Standard *****/

/***** 
* Footer
*****/

.footer-container, .footer-donate-container {
    background-color: #514a6f;
    padding: 40px 0;
    color: #fff;
}

.footer-container {
    font-size: 0.8em;
}

.footer-container a {
    color: #fff;
}

.footer-container .footer-logo {
    height: 80px;
    margin-left: 5px;
}

.footer-donate-container {
    font-weight: bold;
    font-size: 1.4em;
}

.footer-donate-container .btn-donate {
    margin: 10px 0;
    font-size: 1.1em;
}

.footer-donate-container .paypal-logo {
    height: 25px;
}

.footer-donate-container p {
    text-align: center;
    margin-top: 20px;
}

.footer-social-container {
    background-color: #00a6b3;
    color: #fff;
    padding: 40px 0;
    font-size: 0.9em;
}

.footer-social-container a {
    color: #fff;
}

.footer-social-container .footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer-social-container .footer-logo img {
    height: 60px;
}

.footer-social-container p {
    margin: 0;
}

.footer-social-container p.section-title {
    font-weight: bold;
    color: #fff;
}

.footer-social-container .social-links {
    font-weight: bold;
    margin-top: 20px;
}

.social-link-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-social-container .fa-inverse {
    color: #00a6b3;
}

.footer-video-container {
    background-color: #f0ecda;
    text-align: center;
}

.footer-video {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
}

.footer-video iframe {
    width: 280px;
    height: 130px;
}

.footer-video-container h4 {
    color: #514a6f;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.footer-video-container h4 img {
    height: 30px;
}

.footer-logo-collection {
    text-align: center;
}

@media (min-width: 768px) { 

    .footer-video iframe {
        width: 560px;
        height: 350px;
    }

    .footer-video-container h4 {
        margin: 40px 0;
    }

    .footer-social-container .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-logo-collection {
        text-align: right;
    }

    .social-link-text {
        display: inline;
        margin: 0;
    }
}

@media (min-width: 992px) { 
    .footer-donate-container {
        font-size: 1.2em;
    }

    .footer-donate-container img {
        height: 60px;
        width: auto;
    }

    .footer-donate-container .btn-donate {
        margin: 0 60px;
    }

    .footer-social-container .social-links {
        margin-top: 0;
    }
}

@media (min-width: 1200px) { 
    .footer-donate-container {
        font-size: 1.4em;
    }
}

/***** End Footer *****/



/*****
* Header
*****/


.header-container {
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.header-container .btn-donate {
    background-color: #00a6b3;
    border-color: #00a6b3;
    color: #fff;
    margin-top: -8px;
    padding: 0 8px;
}

.header-container .btn-donate:hover {
    color: #e6a500;
}

.header-social-container {
    margin-top: 20px;
}

.header-logo img {
    height: 50px;
}

.social-container {
    color: #fff;
    overflow: hidden;
}

.social-icons li {
    margin-left: 8px;
}

.social-container a {
    color: #fff;
}

.social-container .fa-inverse {
    color: #3c3c3b;
}

.social-container ul {
    list-style-type: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: inline;
}

.social-container li {
    display: inline;
}

@media (min-width: 768px) { 
    .header-social-container {
        position: absolute;
        top: 38px;
        right: 0;
        margin-top: 0;
        text-align: right;
    }

    .header-container {
        padding-bottom: 20px;
    }

    .header-logo img {
        height: 100px;
    }
}

/***** End Header *****/


/***** 
* Menu
*****/

.menu-container .navbar-toggler
{
    border: 0;
    color: #514a6f;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

button.navbar-toggler:active {
    border: 0 !important;
}

.menu-container .navbar-toggler-icon {
    margin-top: -5px;
    color: #00a6b3;
    background-image: url("/img/hamburger.svg");
}

.menu-container .navbar-toggler-text
{
    padding-left: 10px;
}

.menu-container 
{
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 1500;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400; 
}

.menu-container .menu-open-container {
    position: relative;
    background-color: #00a6b3;
    overflow: hidden;
    margin-left: -2px;
    text-align: left;
}

.menu-title-bar {
    background-color: #514a6f;
    color: #fff;
    padding: 10px 20px 10px 40px;
}

.menu-content-container
{
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.menu-home-button
{
    border: 0;
    background-color: transparent;
}

.menu-home-button img {
    width: 50px;
}

.menu-close-bar 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
}

.menu-close-bar:hover {
    color: #818181;
}

.menu-container .nav-link {
    color: #fff !important;
    background-color: transparent;
    padding: 5px 20px 5px 0;
    border-bottom: solid 1px #fff;
}

.menu-container .nav-link:hover, .menu-container .nav-link.active  {
    color: #514a6f  !important;
    border-color: #514a6f;
}

.submenu {
    overflow: hidden;
}

.submenu .nav-link {
    border: 0;
    text-transform: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.submenu .nav-link:hover {
    color: #fff;
}

.submenu-title {
    color: #fff;
    border-bottom: solid 1px #514a6f;
    padding: 5px 20px 5px 0;
}

.submenu-container 
{
    background-color: #85809a;
}


@media (min-width: 768px) { 
    .menu-container 
    {
        top: 38px;
        width: auto;
        text-align: left;
    }
}

/***** End Menu *****/


/***** 
* Signposts
*****/

.signpost-container {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.signpost-col {
    margin-bottom: 30px;
}

.signpost-item {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-origin: content-box;
    cursor: pointer;
}

.signpost-item-wrapper
{
    overflow: hidden; 
    position: relative;
}
.signpost-item-wrapper .signpost-item
{
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
}
.signpost-item-wrapper .signpost-item:hover
{
    transform: scale(1.1);
}

.signpost-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.signpost-title a {
    color: #fff;
}

@media (min-width: 768px) { 
    .signpost-item {
        min-height: 400px;
    }
}

/***** End Signposts *****/


/***** 
* Main Carousel 
*****/
.main-carousel .carousel-indicators li
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-caption {
    min-height: 300px;
    padding-top: 100px;
    top: 20%;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    bottom: initial;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
}

.carousel-caption h3
{
    margin-bottom: 0;
    color: #f4b300;
    font-weight: bold;
    font-size: 2em;
}

.carousel-caption h3 a {
    color: #f4b300;
}


/***** End Main Carousel *****/


/***** 
* Page Nav
*****/

.page-nav-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.page-nav-col 
{
    margin-bottom: 30px;
}

.page-nav-item 
{
    position: relative;
    cursor: pointer;
}

.page-nav-link {
    display: block;
    background-color: #f4b300;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
}

.page-nav-image
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
}

.page-nav-disabled .page-nav-overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffbb;
}

@media (min-width: 768px) { 
    .page-nav-link {
        font-size: 1.2em;
        padding: 10px;
    }

    .page-nav-image
    {
        height: 150px;
    }
}

@media (min-width: 992px) { 
    .page-nav-link {
        font-size: 1.2em;
        padding: 15px;
    }
}

/***** End Page Nav *****/


/***** 
* Contact Page
*****/

.contact-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-container p.section-title
{
    color: #514a6f;
}

.contact-container .social-item a
{
    color: #514a6f;
}

.contact-container .section-link
{
    color: #514a6f;
}

.contact-container .map-image
{
    width: 100%;
}

/***** End Contact Page *****/


/***** 
* Newsletter Banner
*****/
.newsletter-container 
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #33a05a;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
}

.newsletter-container a
{
    color: #fff;
    display: block;
    padding-top: 20px;
}

@media (min-width: 992px) { 
    .newsletter-container a
    {
        padding-top: 50px;
    }
}

/***** End Newsletter Banner *****/
