/* Banner Scaffolding */
#xtratufBanner {
    background: #383837;
}

#xtratufBanner .content-box {
    position: relative;
    max-width: 100%;
    margin: 15px 0;
}

#xtratufBanner img {
    border-radius: 5px;
}

.content-box {
    text-align: center;
}

/* Typography */

.vanguard-extra-bold {
    font-family: 'vanguard-extra-bold', sans-serif;
}


#xtratufBanner .h2 {
    font-family: 'vanguard-extra-bold';
    font-size: 4rem;
    font-weight: 400 !important;
    color: #fff;
    margin-bottom: -1rem;
}

#xtratufBanner .h4 {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'mark-pro-regular';
}

.custom-small-heading {
    font-family: 'mark-pro-regular';
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    margin: auto;
    padding-left: 0;
}

.signUp {
    padding-top: 1rem;
}

.signUp a {
    background-color: #e41c39;
    border: solid #e41c39 2px;
    color: #fff;
    padding: 6px 14px;
    width: 125px;
    font-size: 1rem;
    font-weight: bold;
    transition: 0.2s;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-bottom: 7px;
}

.signUp a:hover {
    background-color: #fff;
    color: #e41c39;
}

@media screen and (max-width: 767px) {
    #xtratufBanner .h2 {
        font-size: 2.5rem !important;
        margin-bottom: -1rem;
    }

    #xtratufBanner .h4 {
        font-size: 1rem;
    }

    .custom-small-heading {
        font-size: 10px;
    }
}