/* Site-wide */
body, button, input, select, optgroup, textarea {
    color: black;
}

/* Header Styles */
.main-navigation.toggled .fa-navicon:before, .main-navigation.toggled .fa-reorder:before, .main-navigation.toggled .fa-bars:before {
    content: "\f00d";
}

header#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px;
    z-index: 100;
}

#intro .background-video:after {
    background-color: rgba(0,0,0,.5);
}

a, a:visited {
    color: #aaa;
}

a:hover, a:active {
    color: #666;
}

header#masthead .d-room {
    padding-top: 15px;
    flex-wrap: nowrap;
}

.main-navigation a {
    text-transform: uppercase;
}

.site-branding {
    /* width: 80px; 
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;*/
}

img.custom-logo {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

nav#site-navigation {
    padding-top: 15px;
}

.tribe-is-responsive main#main {
    margin-top: 240px;
}

aside#secondary {
    display: none;
}

#intro .container {
    /*top: 60%;
    width: 40%;*/
}

.current-menu-item a {
    color: red;
}

.page-id-35 #intro,
.page-id-33 #intro,
.page-id-20 #intro,
.page-id-16 #intro,
.page-id-14 #intro {
    height: 35vh;
    min-height: 500px;
}

.page-id-35 #intro .background-video:after,
.page-id-33 #intro .background-video:after,
.page-id-20 #intro .background-video:after,
.page-id-16 #intro .background-video:after,
.page-id-14 #intro .background-video:after {
    background-color: rgba(0,60,86,.0);
}

button.menu-toggle.fa.fa-bars {
    background-color: #666;
    color: white;
    border-radius: 0;
    border: none;
    padding: 10px 12px;
    font-size: 24px;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: flex;
    float: right;
}

body.home article.wp-show-posts-single.wpsp-clearfix {
    margin-bottom: 0 !important;
}

body.home .wp-show-posts-entry-content {
    display: none;
}

section.d-section-announcements h2.wp-show-posts-entry-title a:before {
    color: #666;
    content: "Upcoming: ";
}

@media screen and (min-width: 900px) {
	/*.menu-toggle {
		display: none;
	}
	.main-navigation ul {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }*/
}

@media screen and (max-width: 900px) {
	.main-navigation ul {
        flex-direction: column;
    }
}



/* Footer Styles */
div#mc_embed_signup_scroll {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

section.d-section-footer-1 {
    background-color: #aaa;
    text-align: center;
    color:#666;
    padding: 60px 0px;
}

footer ul {
    list-style: none;
    padding: 0;
}

ul.soc li {
    display: inline-block;
}

.d-area.col-2.contact {
    display: flex;
    flex-direction: row;
}

.d-area.col-2.contact p {
    margin: 0;
}

.d-area.col-2.contact ul li {
    padding: 0;
}

input#mce-FNAME, input#mce-EMAIL {
    border: none;
    border-radius: 0;
    color: black;
    padding: 10px;
    width: 250px;
    background-color: white;
}

.d-area.col-3.maha-footer-mailing-list {
    display: flex;
    flex-direction: column;
}

input#mc-embedded-subscribe {
    background-color: white;
    border-radius: 0;
    padding: 12px;
    width: 250px;
    font-size: 24px;
    color: black;
    text-transform: uppercase;
}

ul.soc {
    display: flex;
    justify-content: center;
}

ul.soc li {
    font-size: 70px;
    display: flex;
    padding-right: 30px;
}





/* 404 */
body.error404 div#primary {
    margin-top: 150px;
}