body {
    background-color:#FFFFFF;
    font-family: 'Droid Sans';
    font-size: 13px;
    line-height: 1.5em;
}
table {
    table-layout: fixed;
}
table td {
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif' !important;
    color: #482E20; /* very dark brown */
}
hr {
    border-color: #482E20; /* very dark brown */
}
h1 {
    font-size: 24px;
    line-height: 1em;
    color: #312820; /* brown */
    margin: 0;
}
#page_heading {
    padding: 25px 20px;
/* 
    background: url("/images/cloth.png") repeat scroll 0% 0% #7aa070;
 */
    background-color: #7aa070;
    border-bottom: 1px solid #DCD1C9;
}
#article {
    padding: 20px;
}
#article p:last-child {
    margin: 0px;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1400px; /* was 940px - Jay, changed 07/28/2018, then 1200px - changed 01/11/2021  */
    color: #645142; /* darker brown */
    padding: 0;
}
#logo {
/* 
    font-family: 'Chewy';
 */
/* 
    font-family: 'Oxygen', sans-serif;
 */
    font-family: 'Cinzel', serif;
/* 
    font-family: 'Bree Serif', serif;
 */
}
.text-logo {
    color:#0B4C5F; /* menu bar: slate blue */
    font-size: 27px; /* was 36 for Chewy font, 30 for Oxygen, 27 for Cinzel */
    letter-spacing: 2px;
    line-height: 1em;
    font-weight: bold;
}
.masthead {
    padding: 35px 0px;
}
.content-section, .container-fluid {
    background-color: #FBF9F4; /* slightly tan white */
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); */ /* disabled by Jay 01/11/2021 */
}
.content-section li {
    margin-bottom: 7px;
}
/* Navbar */
.navbar {
    margin-bottom: 0;
    border: 0;
}
.sr-only {
    color: #BDA599; /* off-white */
    clip: auto;
    width: auto;
    height: auto;
    left: 44px;
}
.navbar-default {
    background-color: transparent;
    border-bottom: 0;
}
.container-fluid .nav {
    background-color:#0B4C5F; /* menu bar: slate blue */
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.container-fluid > .navbar-header {
    margin-right: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;

}
#slides {
    background-color: transparent;
}
.slide_credit {
    position:absolute;
    bottom: 2%;
    right: 3%;
    display:table;
    text-align:right;
/* 
    font-size:1.3vw;
 */
    font-size: 12px;
    font-weight:normal;
    font-family: Droid Sans;
    width:100%;
    color:white;
    line-height: 1em;
}
/* 
.container-fluid .nav ul {
    padding-right: 2.5em;
}
 */
.container-fluid .nav li {
    background: url("/images/nav-divider.steelblue.png") no-repeat scroll right -1px #0B4C5F;
    /* #0B4C5F is slate blue */
}
.container-fluid .nav li a {
    color: #E6B85F; /* gold */
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}
.dropdown-menu {
    padding: 0;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    /* drop down menu top item */
    color: #E6B85F; /* gold */
    background-color:#0B4C5F; /* menu bar: slate blue */
    font-weight: bold;
}
.container-fluid .nav li a:hover, .container-fluid .nav li.active a:hover {
    background-color:#193747; /* darker slate blue */
    color: #E6B85F; /* gold */
    font-weight: bold;
}
.container-fluid .nav li.active a {
    background-color:#193747; /* darker slate blue */
    color: #E6B85F; /* gold */
    font-weight: bold;
}
.navbar-toggle {
    margin-top: 14px;
}
.navbar-default .navbar-toggle .icon-bar {
}

#mastersocial {
    position: absolute;
    right: 0px;
    top: 15px;
}
span#gos_header_text_large {
    display: inline;
}
span#gos_header_text_small {
    display: none;
}
#mastersocial li {
    float: left;
    display: block;
    margin-right: 7px;
}
#mastersocial li a {
    opacity: 0.8;
}
#mastersocial li a:hover {
    opacity: 1;
}
#masterhead {
    position: relative;
}
/*Donate Button*/
#header-donate {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 0;
	right: 20px;
	background: #d84a2f url("/images/donate-bg.png") repeat-x;
	color: #fff;
	font-family: Chewy !important;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);
	/*rounded corners*/
	border: 1px solid #b8020b;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#header-donate:hover {
	text-decoration: none;
}

#header-donate-inner {
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #e89585;
	/*rounded corners*/
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	/*animation*/
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#header-donate:hover #header-donate-inner {
	height: 40px;
	line-height: 40px;
}

#header-donate .fa {
	color: #960209;
	text-shadow: none;
}

/*footer bottom*/
#footer-botttom
{
    background-color:#0B4C5F; /* menu bar: slate blue */
	border-top: 1px solid #4f4135;
	font-size: 11px;
	color: #beb3a2;
/* 
	margin: 0 -20px;
 */
	padding: 12px 20px;
	/*rounded bottom corners*/
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/*copyright*/
#footer-copyright
{
	float: left;
	width: 50%;
    color: #E6B85F; /* gold */
}

#footer-copyright p {
    margin: 0;
}

/*footer menu*/
#footer-menu
{
	width: 50%;
	float: right;
	text-align: right;
	height: 20px;
}

#footer-menu li, #footer-menu a
{
	display: inline;
	color: #cda793;
}

#footer-menu a:hover
{
	color: #f1d9a8;
	text-decoration: none;
}

#footer-menu li {
    margin-right: 5px;
}

#footer-menu li:after
{
	content: "/";
	margin-left: 7px;
	opacity: 0.6;
}

#footer-menu li:last-child:after {
    display: none;
}

#footer-menu li:last-child
{
	padding: 0;
	margin: 0;
	background: none;
}

/* some formatting for tables */
td {
    padding: 4px;
    vertical-align: top;
}
tr:nth-child(even) {
    background: url("/images/cloth.png") repeat scroll 0% 0% #7aa070;
}

/* two-column format */
.left-column {
    float:left;
    width:65%;
}
.right-column {
    float:left;
    width:34%;
    padding-left:4px;
}   


@media only screen and (max-width: 767px) {
	.container-fluid { 
	    width: 100%; /* was 285px */
	}
    #mastersocial {
        display: none;
    }
    .masthead {
        margin-left: 0;
    }
    span#gos_header_text_large {
        display: none;
    }
    span#gos_header_text_small {
        display: inline;
    }
    .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .navbar {
        min-height: 44px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .navbar-default .navbar-toggle {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        background-color:#0B4C5F; /* menu bar: slate blue */
        width: 100%;
        border: 0;
    }    
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-toggle:hover {
        /* drop down menu top item */
        color: #E6B85F; /* gold */
        background-color:#0B4C5F; /* menu bar: slate blue */
    font-weight: bold;
    }
    .container-fluid .nav li a:hover, .container-fluid .nav li.active a:hover, .navbar-default .navbar-toggle:hover {
        background-color:#193747; /* darker slate blue */
        color: #E6B85F; /* gold */
        background-color:#0B4C5F; /* menu bar: slate blue */
    font-weight: bold;
    }
    .container-fluid .nav li.active a {
        background-color:#193747; /* darker slate blue */
        color: #E6B85F; /* gold */
    font-weight: bold;
    }
    .navbar-default .navbar-toggle .icon-bar {
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li {
        color: #BDA599; /* off-white */
        padding-top: 15px;
        padding-bottom: 15px;
        background-color:#0B4C5F; /* menu bar: slate blue */
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #BDA599; /* off-white */
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-toggle:hover {
        color: #E6B85F; /* gold */  
    font-weight: bold;
    }
/* 
    #header-donate {
        display: none;
    }
 */
    .slide_credit {
        font-size: 8px;
    }

    .left-column {
        width:100%;
    }
    .right-column {
        width:100%;
        padding-left:0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.container-fluid {
	    width: 100%; /* was 480px */
	}
    #mastersocial {
        display: inline;
    }
/* 
    #header-donate {
        display: none;
    }
 */
    .slide_credit {
        font-size: 10px;
    }

    .left-column {
        width:100%;
    }
    .right-column {
        width:100%;
        padding-left:0;
    }
}

@media only screen and (max-width: 767px) {
    #header-donate {
        right: 10px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    #header-donate:hover {
        text-decoration: none;
    }

    #header-donate-inner {
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
    }

    #header-donate:hover #header-donate-inner {
        height: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container-fluid {
	    width: 100%;   /* was 700px */
	}
    #mastersocial {
        display: inline;
    }
    #header-donate {
        display: inline;
    }
    .container-fluid .nav li a {
        padding-right: 10px;
        padding-left: 5px;
    }
    span#gos_header_text_large {
        display: none;
    }
    span#gos_header_text_small {
        display: inline;
    }
    .slide_credit {
        font-size: 12px;
    }
}
