/* Custom Styles */
// General font
*
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

h2
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
h3
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
h4
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
h6
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

p
{
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}


.fa
{
    font-family: "Font Awesome 5 Free" !important;
}

.hero-headline
{
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;   
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;    
}

.hero-headline-underline
{
    border-bottom: 4px solid #f8c222;
    font-weight: 700;
    margin-right: 0.5rem;    
}

.mc-headline
{
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
    color: #f8c222 !important;
    font-weight: 800;
    line-height: 1.25;
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.mc-subheadline
{
    font-size: 40px;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.25;
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.mc-desc
{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Proxima Nova','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;    
}

@media only screen and (max-width: 1200px) and (min-width: 959px)
{
    .mc-headline
    {
        font-size: 4rem;
        padding-bottom:0px;
        margin-bottom:0px;
    }

    .hero-headline
    {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .mc-desc
    {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
        max-width: 960px;
        margin: auto;
    }
}

@media only screen and (max-width: 959px) and (min-width: 772px)
{
    .mc-headline
    {
        font-size: 3.4rem ;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .hero-headline
    {
        font-size: 1.3rem;
    }
    .mc-desc
    {
        font-size: 1.1rem;
        margin-bottom: -1rem;
    }
}

@media only screen and (max-width: 772px)
{
    .mc-headline
    {
        font-size: 3rem;
        padding-top:0px !important;
        margin-top:0px !important;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    
    .hero-headline
    {
        font-size: 1.3rem;
        margin-bottom:0px;
        padding-bottom:10px;
    }
    .mc-desc
    {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        padding-left:20px;
        padding-right:20px;
    }
}

@media only screen and (max-width: 568px)
{
    .mc-headline
    {
        font-size: 2.9rem;
        padding-top:0px !important;
        margin-top:1rem !important;
    }
    .hero-headline
    {
        font-size: 1.3rem;
        margin-bottom:0px;
        padding-bottom:0px;
    }
    .mc-desc
    {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 420px)
{
    .mc-headline
    {
        font-size: 2.5rem ;
        padding-top:0px !important;
        width: 95%;
        margin: 1.1rem auto 1.3rem auto !important;
    }

    .hero-headline
    {
        font-size: 1.2rem;
        margin-bottom:0px;
        padding-bottom:0px;
    }
    .mc-desc
    {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    

}