/*
 Theme Name:   FMHA Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

h1, h2, h3, h4 {
    font-family: 'Teko', sans-serif;

}

h2, h3 {
    text-align: center;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

.wrapper {
    padding: 0;
}

#primary {
    padding-left: 0;
    padding-right: 0;
}

.section {
    /*border-bottom: 1px solid #ccc;*/
    padding: 5rem 0;

}

#main-menu {
    margin-right: 50px;
    font-weight: bold;
}

#main-menu a {
    color: #002D59;
}

#main-menu a:hover {
    color: #4DD7BC;
}

.home .entry-header {
    display: none;
}

.home h1 { font-size: 2rem; color: #002D59; }

.hero h2 { font-size: 4rem; letter-spacing: 2px; text-transform: uppercase; }

.hero {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding: 10rem 0;
    background: url('img/fmha-hero_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
    background-attachment: fixed;
     background-position: center;

}

.hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(120deg, #4DD7BC, #4DD7BC);
    opacity: .7;
    z-index: 1;
}

.hero > * {
    z-index: 100;
}

.hero .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.hero-button a {
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px !important;
    background: transparent;
    border: 5px solid white !important;
    transition-duration: 1s;
}

.hero-button a:hover {
    background: #002D59;
    color: white;
}

.media-contact {
    background: #F4CE45;
    color: #002D59;
}

.media-contact h4 {
    margin-top: 25px;
}

.media-contact .wp-block-columns {
    margin-bottom: 0;
}

.media-contact .wp-container-12, .media-contact .wp-container-16 {
    border-style: dotted;
    padding: 25px 25px 5px 25px;
}

.media-contact ul {
    padding-left: 1rem;
}

ul.list {
    padding-left: 0;
    font-size: 14px;
    margin-top: 15px;
}

ul.list li {
    display: inline-block;
    list-style-type: disc !important;
    padding-right: 20px;
}

ul.list a {
    color: #002D59;
}

.press-materials {
    position: relative;
    padding: 10rem 0;
    background: url('img/fmha-press_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
    background-attachment: fixed;
     background-position: center;
     height: 725px;
     color: white;
}

.press-materials:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 725px;
    background-image: linear-gradient(120deg, #002D59, #002D59);
    opacity: .9;
    z-index: 1;
}

.press-materials ul {
    margin-left: 35%;
}


.press-materials > * {
    z-index: 101;
    position: relative;
}

.press-materials a {
    color: white;
}

.nf-form-title h3 {
    font-size: 48px;
}

.nf-form-fields-required {
    text-align: center;
}

#wrapper-footer {
    background: #002D59;
    color: white;
    padding: 1.5rem 0;
}

#wrapper-footer a {
    color: white;
}

.site-info {
    text-align: center;
}

.flex-con {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex1 {
    text-align: center;
}

.elementor-icon-list-items li {
    display: inline-block;
}





@media (max-width: 576px) {

    .navbar-brand {
        width: 75%;
    }
}


@media (max-width: 768px) {
    .navbar-toggler {
        background: url('img/menu.png');
        width: 50px;
        height: 50px;
    }

     .hero {
        height: 900px;
    }

    .hero:after {
        height: 900px;
    }

    .press-materials {
        height: 900px;
    }

    .press-materials:after {
        height: 900px;
    }
}


@media (max-width: 992px) {

}


@media (max-width: 1200px) {

}


@media (max-width: 1400px) {

}