﻿body
{
    background-color: #fafafa;
    margin: 0px 0px 0px 0px;
    max-width: 1200px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main {
    background-color: #fafafa;
}

main {
    padding: 15px;
}


#top_bar {
    background-color: #2b325f;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

#top_bar a {
    text-decoration:none;
    color:white;
    font-weight:bold;
    letter-spacing: 1px;
}
    #top_bar a:hover {
    text-decoration:underline;
    }


#top_bar #top_menu {
    width: 900px;
    padding: 0px 0px 0px 200px;
    margin: 0px auto 0px auto;
}

#top_bar #top_menu span {
    display: inline-table;
    padding: 0px 15px 0px 15px;
}

#header {
    background-color:#f0f0f0;

    max-width: 1200px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Old Standard TT", serif;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
}

#header span {
    display: inline-table;
    color: #EAEAEA;
    text-align:center;
    font-size: 18px;
}

#header span#menubar {
    margin: 0px auto 0px auto;
    width: 100%;
}

#header span.logo {
    height: 75px;
    width: 300px;
    text-align: center;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

#header span.logo img {
    position: relative;
    top: 12px;
}

#header span.menu_item {
    position: relative;
   
    padding: 25px 5px 26px 5px;
    cursor: pointer;
    text-align: center;
    width: 114px;
    top:-31px;
    background-color: #f0f0f0;
    color: #00002b;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    margin: 0px -4px 0px 0px;
}

#header span.menu_item:hover {
    background-color: #ffffff;
}

#header span.empty {
    background-color: #f0f0f0;
}

#header span.empty:hover {
    background-color: #f0f0f0;
}

#header span.donate {
    background-color: #2b325f !important;
    color: #f0f0f0;
}

#header span.donate:hover {
    background-color: #343c71 !important;
    color: #f0f0f0;
}

#hero {
    margin: 0px 0px 0px 0px;
    background-image: url('hero.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    height:600px;
    position: relative;
}
#hero #learn {
    max-width: 500px;
    height: 200px;
    position: absolute;
    bottom: 40px;
    left: 10%;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 30px 0px 40px 0px;
    background-color: rgba(0,0,0,0.85);
  
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#hero #learn #america {
    display: block;
    font-size: 68px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

#support_call {
    height: 82px;
    text-align: center;
    background-color: #2b325f;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}
#support_call span.content {
    width: 800px;
    margin: auto;
}

#support_call span.content span {
    display: inline-table;
    padding: 6px 20px 0px 20px;
    font-size: 24px;
    color: white;
}

#support_call span.content button {
    padding: 14px 20px 14px 20px;
    background-color: #b00909;
    font-size: 32px;
    border: 3px groove white;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#support_call span.content button:hover {
    border-bottom: 4px groove white;
    border-right: 4px groove white;
    border-left: 2px groove white;
    border-top: 2px groove white;
}

div.content {
    background-color: #FAFAFA;
    color: #222222;
    max-width: 984px;
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.5em;
}

div.topic {
    box-shadow: 3px 3px 20px 1px #b0b0b0;
    padding: 20px 20px 20px 10px;
    margin: 20px 20px 20px 20px;
    width: 415px;
    height: 300px;
    font-size: 14px;
    display:inline-table;
    position: relative;
}

#quotebox {
    padding: 0px 0px 0px 0px; 
    position: absolute; 
    right: 50px; 
    top:10px;
    height: 150px; 
    width: 500px;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
}

div.masthead {
    background-image: url('position_header.jpg');
    width:100%;
    min-width: 1200px;
    padding: 50px 0px 50px 0px;
    height:100px;
    background-size: 100% auto;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto', serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0px auto 0px auto;
}

#main .content {
}


#main .content .topic_title {
    padding: 10px 0px 30px 50px;
    font-size: 28px;
    font-weight: bold;
    color: #2b325f;
    text-align: left;
    letter-spacing: 3px;

}

#main .content ul {
    text-align: left;
}


.content iframe {
    margin: auto;
}

.content a {
    text-decoration: none;
    font-weight: bold;
    color: dodgerblue;
}

.content a:hover {
    text-decoration: underline;
}

.more-button {
    width: 414px;
    margin: 40px auto 10px auto;
    padding: 10px 0px 10px 0px;
    border: 1px solid #bababa;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.more-button:hover {
    background-color: #ffffff;
    color: #3a3a3a;
    border-color: #dadada;
}

#menubar a {
    text-decoration: none;
}

.media img {
    height: 32px;
}