.seo_h1 {
    position: absolute;
    bottom: 5px;
    z-index: 11;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

html body {
    position: relative;
    height: auto;
}

.top-area {
    height: 100vh;
}

.welcome-text .h1 {
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.is-sticky .navbar-brand .img-responsive {
    max-width: 80%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #3c4a62;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    position: relative;
}


/* ---------------------------------------------------- Media ----------------------------------------------------*/

@media only screen and (min-width: 1920px) {
    .welcome-text .h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome-text .h1 {
        font-size: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome-text .h1 {
        font-size: 42px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-text .h1 {
        font-size: 22px;
        letter-spacing: 1px;
    }
}