.header__logo{
    max-width: 250px;
}
.spilhub-inner-page-header h1 {
    font-family: "Zilla Slab", serif;
    font-weight: 700 !important;
    letter-spacing: 2px;
    font-size: 60px;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
}
@media(max-width: 1200px) {
    .spilhub-banner-text {
        min-height: unset;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        padding: 15px;
    }
}
@media(max-width: 992px) {

    .spilhub-inner-page-header h1 {
        font-size: 35px;
    }

    footer #menu {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .spilhub-banner-text h1 {
        margin-bottom: 0;
        font-size: 24px;
    }
}
.thanks__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thanksWrapper {
    position: relative;
    padding: 80px 0;
}

.thanksLogoWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.thanksLogo {
    max-width: 100px;
    width: 100%;
    margin-bottom: 40px;
}

.thanksTextContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 100px;
    padding: 0 15px;
    max-width: 800px;
    text-align: center;
}

.thanksText {
    font-size: 18px;
    line-height: 30px;
color: #fff !important; }

@media(max-width: 992px){
    .contact__page-title{
        font-size: 30px !important;
    }
}