html {
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
span,
.ui {
    font-family: "Red Hat Display", sans-serif !important;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 550px;
    padding: 1em 0em;
    background-image: url("../images/hero_img.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}


/*.footer.segment {
    padding: 5em 0em;
}*/

.secondary.menu .toc.item {
    display: none;
}

.ui.menu .active.item {
    background-color: #4F4C4C !important;
    color: #FFFFFF !important;
    font-weight: bolder !important;
}

.ui.menu .active.item:hover {
    background-color: #4F4C4C !important;
}

a:link {
    /*color: #d03030 !important;*/
    font-weight: bold;
}

a:visited {
    font-weight: bolder !important;
}

.gray{
    background-color: #4F4C4C !important;
}

.red {
    background-color: #d03030 !important;
}

.blue{
  background-color: #121f65 !important;  
}

.red-text {
    color: #d03030 !important;
}

.white-text {
    color: #FFF !important;
}

.blue-text{
  color: #121f65 !important;  
}

.hero-img h1.ui.header {
    margin-bottom: 5% !important;
}

.hero-title, .hero-sub-title {
    font-weight: bolder !important;
}

.hero-sub-title {
    font-size: 3em !important;
}

.main-logo img {
    display: inline-flex !important;
}

.main-logo img.small {
    display: none !important;
}



.basic.segment {
    padding: 40px 80px !important;
}

.basic.segment div.cards {
    margin-top: 5% !important;
    align-items: center !important;
    justify-content: center !important;
}

.wm-inside-pages{
    min-height:500px;
}

#partners div {
    margin-top: 2% !important;
    align-items: center !important;
    justify-content: center !important;
}

#latest-updates {
    padding: 2% 10% !important;
    align-items: center !important;
    justify-content: center !important;
}

#contact form {
    margin: 5% 25% !important;
}

.span-anchor-link {
    font-weight: bolder !important;
    cursor: pointer !important;
}

@media only screen and (min-width: 701px) and (max-width: 900px) {

    .masthead.segment {
        min-height: 800px;
        background-image: url("../images/hero_img_400.jpg") !important;
    }
    .main-logo img {
        display: none !important;
    }
    
    .main-logo img.small {
        display: inline-flex !important;
        margin-left: 25% !important;
    }
    
    .menu-right{
        display:none !important;
    }
    .ui.fixed.menu {
        display: none !important;
    }
    
}

@media only screen and (max-width: 700px) {
    .masthead.segment {
        min-height: 600px;
        background-image: url("../images/hero_img_400.jpg") !important;
    }
    .main-logo img {
        display: none !important;
    }
    
    .main-logo img.small {
        display: inline-flex !important;
        margin-left: 25% !important;
    }
    
    .menu-right {
        display: none !important;
    }
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.menu .item,
    .secondary.menu .menu {
        display: none;
    }
    .secondary.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
    .hero-title, .hero-sub-title {
        font-weight: bolder !important;
    }
    #contact form {
        margin: 0 10% !important;
    }
    #blog-links {
         display: none !important;
    }
}