/*-----------------------------------------------------------------------------------

    Custom Styles for Kraft theme

-----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

a:hover {
    color: #848484;
    text-decoration: underline;
}

h1 {
    margin-bottom: 1em;

}

h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 2em;
}

h3 {
    font-size: 22px;
    margin-top: 2em;
}

h4 {
  font-size: 18px;
    margin-bottom: 5px;

}

.front-page h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 2em;
}

.front-page h3 {
    font-size: 32px;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.logo-brand h1 {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
}

.logo-brand h1 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #masthead.site-header.standard #site-branding a {
        padding: 20px 0 10px 0;
    }
}
@media (max-width: 420px) {
    #masthead.site-header .container, #masthead.site-header .container-fluid {
        display: block;
    }
}
/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/

.hero-figcaption {
    font-size: 19px;
    font-weight: 500;
    padding: 10px;
    line-height: 1.625;
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .hero-figcaption {
        font-size: 17px;
        padding: 10px;

    }

}

