/* Set some defaults */

/*Font*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*Colors*/
 /*cream*/
 /*red*/
 /*black*/

 /*green*/
 /*cream*/


* { margin: 0; padding: 0; }

img { border: 0; max-width:100%; }

html { 
    position: relative;
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1.3em;
    font-family: 'Droid Sans', sans-serif;
    color: #000000;
    height: 100%;
    background: #FCFAD6;
}

h1 {     
    text-align: center;
    font-size: 2.5em;
    line-height: 2em;
    color: #770D05; }

h2 { 
    font-size: 1.2em;  
    line-height: 1.2em; 
    color: #770D05; 
}

a, a:visited, a:hover { text-decoration: underline; }

ul, ol { list-style-position: outside; margin-left: 25px;}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

/* Structural bits */
div.page {
    background: rgba(255,255,255,0.5);
    max-width: 1000px;
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 0 70px 0;
}

div#header {
    background: #033B24 url(/uploads/images/layout/header3green_1000x195.jpg) top no-repeat;
}

div#logo {
    display: inline-block;
    margin: 1em;
}

div#donate {
    display: inline-block;
    margin: 1em;
}

#socials{
    margin-top: 0;
    margin-bottom: 1em;
}

#socials a {
    margin-left: 1em;
}

.search-input {
    /*background-color: ;*/
    border: 1px solid #770D05;
    /*border-radius: 10px;*/
    height: 2em;
    box-sizing: border-box;
    vertical-align: bottom;
}

div.search .search-input{
    /*color: ;*/
    font-size: 1.15em;
    font-weight: bold;
    line-height: 2em;
    padding-left: 1em;
    text-decoration: none;
    /*font-family: ;*/
    width: 200px;
}

/*div.search .fa-search {
    color: ;
    font-size: 1.6rem;
    line-height: 2em;
    position: absolute;
    right: 1em;
    top: 0;
}

#search label {
    font-weight: bold;
    color: #770D05;
}

input.search-button {
    display: none;
}*/

div#content {
    width: 70%;
    margin: 1em auto 3em auto;
}

div#content img {
    max-width: 100%;
    height: auto;
}

div#footer {
    color: #000000;
    font-size: 0.8em;
    width: 96%;
    min-height: 36px;
    margin: 2em auto 0;
    padding: 0 1% 0 1%;
    border-top: solid 5px #770D05;
    padding-top: 1em;
}

div#footer a, .footerlinks a:visited{
    color:#033B24;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-transform: lowercase;
}

div.footerlinks{
    display:inline-block;
    vertical-align: top;
}

.footerlinks a:hover, #info a:hover{
    text-decoration: underline;
}

div#footer ul{
    margin-left: 0;
    list-style-type: none;
}

.left, .right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.right {
    text-align: right;
}


/* Classes for toggleMenu.js */
/* This is for the responsive drop down menu used for smaller screens */

.show-menu {
    position: relative;
    visibility: visible;
}

.hide-menu {
    position: absolute;
    visibility: hidden;
}

.show-menu-arrow {
    display: none !important;
}

.hide-menu-arrow {
    display: block !important;
}

/*** Page/template specific styling and tweaks ***/

h1#title {
    width: 96%;
    font-weight: normal;
    text-align: center;
}


/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Home page stuff */
.home-content {
    font-size: 2em;
    line-height: 1.5em;
}

div.column {
    height: 40em;
    margin: 0 0 30px 0;
    margin-left: 1%;
    margin-right: 1%;
    font-size: .9em;
}

img.col-img {
    max-width: 100%;
    margin: 0 0 1em 0;
}

div.column p {
    margin-top: 1em;
    height: 12em;
}

a.read-more {
    display: inline-block;
    margin-top: 1em;
    background: #033B24;
    color: #FCFAD6;
    text-decoration: none;
    padding: 0.3em 1em;
    font-weight: bold;
}

div#tag-line-and-header {
    margin: 0 0 1.5em 0;
}

div#main-image-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

img#main-image {
    display: block;
    width: 100%;
}

div#nav,
ul#primary-nav a,
ul#primary-nav a:visited {
    color: #E2DEB7;
    text-decoration: none;
    text-transform: uppercase;
}

ul#primary-nav a:hover { text-decoration: underline; }

ul#primary-nav a.menuactive, 
ul#primary-nav a.menuactive:hover, 
ul#primary-nav a.menuactive:visited {
    color: #E2DEB7;
    text-decoration: none;
}

/*** Media Queries ***/
/*** DEFAULT NAVIGATION FOR LARGER SCREENS ***/
@media screen and (min-width: 651px) {

    span#mobile-menu,
    #menu-down,
    #menu-up {
        display: none !important;
    }

    div#nav {
        min-height: 2em;
        line-height: 2em;
        display: inline-block;
        margin-left: -2em;
    }

    div#nav ul li {
        display: block;
        font-weight: bold;
        font-size: .9em;
    }

    div#nav a {
        text-decoration: none;
    }

    .nav-delimiter {
        display: inline-block;
        color: #E2DEB7;
    }

    div#menuwrapper > ul ul { margin-left: 0; }

    ul#primary-nav {
        visibility: visible;
        position: relative;
        display: inline-block;
        margin-left: 0;
    }

    ul#primary-nav li {
        font-size: 1em;
        list-style-type: none;
    }

    ul#primary-nav > li {
        float: left;
    }

    ul#primary-nav li ul {
        background: #033B24;
        visibility:hidden;
        position:absolute;
        /*top: 0px;*/
        min-width: 100%;
    }

    ul#primary-nav li:hover { position:relative; }

    ul#primary-nav li:hover > ul { 
        visibility: visible; 
        z-index: 1000; 
        /*        padding: 5px 0; 
                margin-top: 36px; */
    }

    ul#primary-nav a {
        display: inline-block;
        white-space: nowrap;
        margin: 0 10px 0 10px;
        font-weight: bold;
    }
}

@media screen and (max-width: 900px) {
    h1{
        font-size: 2em;
        line-height: 1.4em;
    }
}

@media screen and (min-width: 400px) and (max-width: 750px) {
    h1{
        font-size: 1.5em;
        line-height: 1.8em;
    }

    div#nav {
        margin-left: 2em;
    }

    div#donate {
        float: right;
        margin-top: -5em;
        margin-right: 2em;
    }

    /* 2 columns */
    div.column {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; 
    }
    div.float-even { float: left; }
    div.float-odd { float: right; }
    .gallery .img {
        width: 23%
    }

    #footer div.left {
        width: 69%;
    }

    #footer div.right {
        width: 29%;
    }
}

@media screen and (min-width: 750px) {
    /* 4 columns */
    div.column {
        width: 22.5%;
        margin-left: 1%;
        margin-right: 1.6666666%; 
    }
    div.float-even { float: left; }
    div.float-odd { float: left; }
    div.last { margin-right: 1%; }

    /*    .gallery .img {
            width: 14.65%;
            height: auto;
        }*/
}


/* SMALL SCREENS: smaller background image for mobile, single column and dropdown nav */
@media screen and (max-width: 650px) {
    #footer div.left,
    #footer div.right {
        width: 99%;
    }

    div#donate {
        position: absolute;
        margin: 0;
        right: 1em;
        top: 1em;
    }

    .gallery .img {
        width: 48%
    }

    /* Dropdown navigation */

    div#menuwrapper {
        cursor: pointer;
    }

    #menu-down, #menu-up {
        float: right;
        margin: 8px 2% 8px 0;
    }

    span.nav-delimiter {
        display: none;
    }

    span#mobile-menu {
        margin: 0 0 0 2%;
    }

    div#nav {
        width: 98%;
        margin: 0 auto 15px auto;
        font-size: 1em;
        min-height: 36px;
        line-height: 36px;
        font-weight: bold;
    }

    div#nav ul li {
        width: 100%;
        display: block;

    }

    div#nav ul {
        margin: 0 0 0 0;
    }

    ul#primary-nav li {
        list-style-type: none;
    }

    ul#primary-nav li ul {
        margin: 0 0 0 10px;
    }

    ul#primary-nav a {
        display: inline-block;
        width: 96%;
        height: 100%;
        white-space: nowrap;
        padding: 0 2% 0px 2%;
    }

    /*    div#footer{
            display: block; 
            text-align: left;
        }
    
        div#footer div{
            width: 46%;
            padding: 1%;
        }*/
}


/* YouTube TinyMCE plugin */
div.mce-video {    padding-bottom: 60%; /* This controls the aspect ratio */  }
div.mce-video iframe {    border: 0;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;  }

/* Modal dialogue */

div.modal-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    display: none;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

div.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #999999;
    position: fixed;
    top: 20% !important;
    width: 1000px;
    max-width: 96%;
}

img#home-video-close {
    position: relative;
    float: right;
    top: -10px;
    right: -10px;
    left: initial;
    width: 20px;
    height: 20px;
    z-index: 99;
}

@media screen and (max-height: 700px) {
    div.modal-dialog {
        height: 80%;
        width: 80%;
        top: 10% !important;
        left: 10%;
    }
}

/* YouTube TinyMCE plugin */
div.mce-video {    padding-bottom: 60%; /* This controls the aspect ratio */  }
div.mce-video iframe {    border: 0;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;  }

/* Stylesheet: site Modified On 2024-12-06 13:12:21 */
