
/*
GENERAL
*************************************************/
html {
    font-size:1em;
}

a:hover {
    text-decoration: underline;
    color:#0018ff;
}

a {
    color:#2e63ac;
    text-decoration: underline;
}

img {

    max-width: 100%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color:#e6e9ed;
    color: #434a54;
}

hr {
    border-top: 1px solid #cfd1d4;
}

.jumbotron {
    padding:40px;
    border-radius:5px 20px 5px;
    margin:0px;
    margin-bottom:25px;
    background-color:#e3e8ec;
}

.btn {
    text-decoration:none;
}

/*Sticky widget that contains the escape button*/
/* bootstrap 3 helpers */
.navbar-form input, .form-inline input {
    width:auto;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    margin-top:25px;
    width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:25px;
    width:228px;
  }
}

.affix,.affix-top {
   position:static;
}

#wrapper{
    max-width:960px;
    margin: 0 auto;
    padding-bottom:40px; /*controls whitespace between content and footer*/
    background-color: #f5f7fa;
    overflow: hidden; /*This fixed the wrapper background color problem that happened bc floating content*/
    min-height:100%;
}


#content img {
    border-radius:5px 20px 5px;
    border:0px;
    margin:10px;
}

#content {
    padding:25px 20px 30px 20px;
}
#content p {
    margin-left:1.1em;
    margin-bottom:1.5em;
}

#content ul, #content ol {
    margin-left:50px;
}


#content ul.slideshow, #content ol.slideshow {
    margin-left:0px;
}

#content li {
    padding-bottom:.75em;
}

#content a {
    font-weight:bold;
}

#content h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #0D47A1;
}

#content .breadcrumb, #content .breadcrumb a {
    margin-left:0;
    font-weight:normal;
}

#banner {
    margin-left: auto;
    margin-right:auto;
    padding: 0;
    display:block;
    clear:both;
}

.btn-group a {
  text-decoration:none;
}
.selected {
   color:#0B108C;
   text-decoration: none;
}

/*For emphasizing text in red*/
.em {
    color:#c13021;
}

/*
HEADER - Top image strip above banner
*************************************************/

.navbar-brand {
    margin-top:-5px;
}

#header {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 auto;
    max-width:960px;
}

/*
NAVIGATION - Main site navigation
*************************************************/
#navlogo {
    margin-top:-5px;
}

.container {
    margin:0 auto;
    max-width:990px;
}

.row {
    margin-left, margin-right: 0px;
}

.navbar {
    margin-bottom:0px;
    min-height:50px;
    border-radius:0px;
    border:none;
    font-weight:normal;
}

.navbar a {
    text-decoration:none;
}

.donate-nav { /*Styles the donate button*/
    font-size: 15px;
    font-weight: bold;
    margin-top:4px;
}  

.donate-nav a {
    color:white;
}

.donate-nav a:hover {
    text-decoration:none;
}

.donate-nav a:link, .donate-nav a:link, .donate-nav a:hover, .donate-nav a:visited, .donate-nav a:active {
    color:white;
    text-decoration:none;
}

.btn-link { /*Styles the link buttons*/
    font-size: 15px;
    font-weight: bold;
    margin-top:4px;
}  

.btn-link a:link, .btn-link a:hover, .btn-link a:visited, .btn-link a:active {
    color:white;
    text-decoration:none;
}
/*
FOOTER
*************************************************/
footer {
    font-family: 'Open Sans', sans-serif;
    max-width:960px;
    background-color:#434a54;
    font-size:0.75em;
    clear:both;
    color:#e6e9ed; overflow:auto;
    margin: 0 auto;
    padding:20px 0 0 0;
}

footer h3{
    padding-left: .9em;
    font-family: 'Open Sans', sans-serif;
}
footer ul {
    display:inline-block;
    list-style-type: none;
    line-height: 1.7em;
}
footer ul li{
    list-style:none;
    text-decoration:none;
    margin-left: 1em;
}
footer ul li a{
    color:#e6e9ed;
    text-decoration:none;
}

footer a:hover, footer a:visited, footer a:link, footer a:active {
    color:#FFFFFF; /*Change hover color to make it more prominent*/
    font-weight:normal;
}


/*
RIGHT SIDE OF FOOTER - Contains links and social media icons
*************************************************/
#footer-right {
    float:right;
    margin-right:15px;
}

#footer-right li:nth-child(1) { /*Styles footer headers*/
    font-weight:bold;
    font-size:1.2em;
    padding-bottom:4px;
}

.social-icon {
    display:inline-block;
    width:24px;
    height:24px;
    margin-bottom:62.7px; /*controls height of "follow us" in footer*/
    padding:1px;
    border-radius: 20%;
}

/*
LEFT SIDE OF FOOTER - Contains copyright and slogan
*************************************************/
#footer-left {  
    float:left;
    padding-left: 2em;
    text-align:left;
    font-size: 1.35em;
    display:inline-block;
    line-height: 1.5em;
}

/*To fix the footer issue. It happens (I think) when it is around 800px*/

@media screen and (max-width: 800px){
  #footer-right{
    float:left;
    margin-left: 15px;
}
/*align footer-right to footer-left*/
#footer-right ul{
    padding-left: 20px;
    padding-right: 20px;  
}
}

#footer-slogan {
    font-family: 'Georgia', 'Droid Serif', sans-serif;
}

#copyright{
    font-size: .75em;
    text-align:left;
    margin-top: 5px; 
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
}


/*
CONTENT TEMPLATE - CSS Template for all other pages (not homepage)
*************************************************/
.content-banner {
 border-top: #71a2db solid 1px;
 border-bottom: #71a2db solid 1px;
}

#content-nav {
    margin-top:1.5em;
    line-height:1.5em;
    font-size:1em;
    border-left:solid #cfd1d4 1px;
}


#content-nav ul {
   list-style: none;
   font-weight: 600;
   margin-left:0;

}


#content-nav li {
    padding-bottom: 1.7em;
    margin-left: -28px;
}

#content-nav li:before { /*Custom navigation list bullet points*/
    content: "• ";
    margin-right: 5px;
    color: red;
    text-decoration:none;
}

#content-nav h4 {
    font-weight:bold;
}

.highlight {
    font-size:1.5em;
    line-height: 1.5em;
    font-weight:bold;
    display:block;
    padding:10px;
}

.breadcrumb {
    background-color:#f5f7fa;
}


/*
Customize content navigation links
*************************************************/

#content-nav a:link {
    text-decoration:none;
}

#content-nav a:hover {
    text-decoration:none;
    color:#0018ff;
}

/*
The following code is to style table in alternate row colors
*************************************************/
.schedule-table
{
    max-width:600px;
    border-collapse: collapse;
    margin-left:auto; 
    margin-right:auto;
}

/*Styles table borders*/
.schedule-table td {
    padding: 5px 3px 5px 3px;
    border:#4e95f4 1px solid;
}

/*Simple styling for each table row (tr) for browsers IE8 & below*/
.schedule-table tr {
    background: #b8d1f3;
}

/*  Define the background color for all the ODD background rows  */
.schedule-table tr:nth-child(odd){ 
    background: #b8d1f3;
}
/*  Define the background color for all the EVEN background rows  */
.schedule-table tr:nth-child(even){
    background: #dae5f4;
}
/*End alternating color code for table*/

/*Style for chat schedule items "On Hold" in table*/
.hold
{
    font-style:italic;
    color:#879bb3;
    font-weight:normal;
}

/*Styles all important table headers for columns and rows*/
.table-header {
    font-weight: bold;
    color:#254d82;
    text-align:center;
}

/*
Board of Directors and Advisory Board
*************************************************/
         #board-members h2 {
            border-bottom:1px solid #cfd1d4;
          }
         #board-members .title {
            display:block;
            font-weight:bold;
            margin-bottom:1em;
          }
          #board-members .occupation {
            font-style:italic;
          }
         #board-members .member {
            font-weight:bold;

          }


/*
RIGHT COLUMN MAIN PAGE - Right column class on main index.html page
*************************************************/
#content .announcements {
    background-color:#eceef1;
    border-radius:10px;
}

#content .announcements h3 {
    
    
}