/* home typo */
.home h2.vc_custom_heading, .home h2, .home .hero-header {
    font-weight: 700;
    font-family: Space Mono;
    font-size: 4rem!important;
    line-height: 4rem!important;
}

.home .hero-lead {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.hero-lead, .hero-header {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.home .home-projects h2 {
    font-size: 3rem!important;
    line-height: 3rem!important;
}

@media(min-width: 600px) {

    .home h2.vc_custom_heading, .home h2, .home .hero-header {
        font-size: 7rem!important;
        line-height: 7rem!important;

    }

    .home .hero-lead {
        font-size: 40px;
        line-height: 40px;
    }


}

@media(min-width: 1000px) {
    .home .home-projects h2 {
        font-size: 3rem!important;
        line-height: 3rem!important;
    }
}

@media(min-width: 1200px) {
    .home .home-projects h2 {
        font-size: 4rem!important;
        line-height: 4rem!important;
    }
}

@media(min-width: 1400px) {
    .home .home-projects h2 {
        font-size: 5rem!important;
        line-height: 5rem!important;
    }
}

/* footer */
#footer-outer #footer-widgets .widget h4 {
    color: #fff!important;
    text-transform: uppercase;
}

#footer-outer #footer-widgets img {
    width: 100%;
    max-width: 200px;
}

#footer-outer #footer-widgets #custom_html-3 .textwidget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer-outer #footer-widgets #custom_html-3 .textwidget >* {
    width: 50%;
}

#footer-outer #footer-widgets #custom_html-3 .textwidget img {
    display: block;
    width: 60%;
    margin-bottom: 30px;
}

.footer-links {
    margin-top: 100px;
}

.footer-links a {

    display: block;
    
}

/* BLOG: single */
/* .single #single-below-header, .single #author-bio {
    display: none;
} */