/*
	Theme Name: SMCM Focused Theme
	Description: A more condensed header and footer for pages where we want attention focused on something specific
	Author: Jacob Zyla
	Author URI: http://www.smcm.edu/
	Version: .1

 	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/
html {
    font-size: 62.5%;
}
body {
    font-family: 'Roboto', sans-serif;
    background: white;
    color: #333;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.625;
}
p {
    margin: 0;
    margin-bottom: 0.5em;
}
a, a:hover, a:visited {
    color: #00205C;
}
ul {
    padding: revert;
}
header {
    background-color: #00205C;
    border-bottom: 1.5px rgba(255, 255, 255, 0.25) solid;
}
header .wrap {
    display: flex;
    justify-content: center;
}
header.entry-header {
    border-bottom: none;
}
header .logoMenu {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
}
header img {
    width: 200px;
    padding-block: 1.5em;
}
header .menu-main-container ul {
    list-style-type: none;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
}
header .menu-main-container ul a {
    color: white;
    font-weight: 600;
    font-size: 1.05em;
    text-transform: uppercase;
    text-decoration: none;
}
header .menu-main-container ul li.current_page_item a {
    color:#F3C10D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00205C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.6em;
}
h2 {
    font-size: 5rem;
}
h3 {
    font-size: 4rem;
}
h4 {
    font-size: 3rem;
}
.site-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 1em;
    padding-top: 3em;
}
.footer-widgets {
    display: table;
    width: 100%;
    background-color: #00205C;
    color: white;
    font-size: 1em;
}
.footer-widgets a, .footer-widgets a:hover {
    color: white;
}
.footer-widgets .wrap {
    margin: 0 auto;
    max-width: 1200px;
}
h2.widget-title {
    font-size: 1.55em;
    font-weight: 800;
    text-transform: uppercase;
    color: #F3C10D !important;
}
.site-footer {
    border-top: 1.5px rgba(255, 255, 255, 0.25) solid;
    background: #00205C;
}
.footer-widgets .nph-logo {
    width: 280px;
    padding-bottom: 2em;
}
.below-footer.copyright-section {
    color: rgba(255, 255, 255, 0.9);
    background: unset;
    padding-bottom: 0;
    font-size: 0.75em;
}
.below-footer.human-trafficking-hotline {
    background: unset;
    padding-top: 0.5em;
}
.below-footer nav ul {
    padding: 0;
    margin: 0;
}
nav.copyright a {
    color: white;
}

.top-photo {
    background-color: #00205c !important;
    background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: relative;
}
.top-photo .wrap {
    position: relative;
    height: 265px !important;
    max-width: 1200px;
}
.top-photo .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00205c76 !important;
}
.site-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: start;
    margin-block: 2em;
}
.site-title h1 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 7rem;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: #000000 2px 2px 2px;
    margin: 0;
}
.breadcrumb, .breadcrumb a {
    color: white;
    font-weight: 400;
    font-size: 1.15em;
    margin-block: 0.15em;
    margin-left: 0;
}
@media only screen and (max-width: 800px) {
    header .logoMenu {
        flex-direction: column;
        padding-bottom: 2em;
    }
    .site-title h1 {
        font-weight: 800;
        font-size: 4.5rem;
    }
    .footer-widgets .widget-area {
        width: 92%;
        padding-inline: 1em;
    }
    .footer-widgets .footer-widgets-1 {
        padding-inline: 1em;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-widgets .nph-logo {
        padding-inline: 2em;
    }
    header .menu-main-container ul {
        gap: 0.6em;
        margin: 0;
        padding: 0;
    }
    header .menu-main-container ul a {
        margin: 0.5em;
    }
}