img.synthesis-logo {
    width: 300px;
    height: auto;
}

img.background {
    filter: saturate(90%) brightness(20%) hue-rotate(360deg);
    height: 900px;
    width: 100%;
    object-fit: cover;
}

div.top-thing {
    position: relative;
}

div.top-thing div.text-part {
    position: absolute;
    margin-left: 350px;
    font-family: 'Artifakt';
    top: 275px;
    left: 10px;
}

div.top-thing div.text-part h2 {
    margin: 0px;
    font-size: 30px;
    color: #e6e5e3;
    font-family: 'Artifakt';
    font-weight: normal;
}

div.top-thing div.text-part h3 {
    margin-top: 5px;
    width: 500px;
    color: #c2c2c2;
    font-size: 16px;
}

div.top-thing div.text-part button {
    font-family: 'Artifakt';
    font-weight: 900;
    background-color: transparent;
    padding: 10px 10px 10px 15px;
    width: 250px;
    border: 1px solid white;
    border-radius: 5pt;
    text-align: left;
    text-transform: uppercase;
    transition-duration: 0.2s;
    color: white;
    cursor: pointer;
}

div.top-thing div.text-part button.highlighted {
    background-color: #FAA21B;
    color: white;
    border: 1px solid #FAA21B;
}

div.top-thing div.text-part button.highlighted:hover {
    background-color: #DD8805;
}

div.top-thing div.text-part button:hover {
    background-color: #959595;
}

div.top-thing div.text-part button:focus, div.top-thing div.text-part button:active {
    outline: none;
}

div.content-thing div.description-part button {
    font-family: 'Artifakt';
    font-weight: 900;
    background-color: transparent;
    padding: 10px 10px 10px 15px;
    width: 250px;
    border: 1px solid white;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.2s;
    color: white;
    cursor: pointer;
}

div.content-thing div.description-part button.highlighted {
    background-color: #FAA21B;
    color: white;
    border: 1px solid #FAA21B;
}

div.content-thing div.description-part button.highlighted:hover {
    background-color: #DD8805;
}

div.content-thing div.description-part button:hover {
    background-color: #959595;
}

div.content-thing div.description-part button:focus, divcontent-thing div.description-part button:active {
    outline: none;
}

@media screen and (max-width: 1280px) {

    div.top-thing div.text-part {
        margin-left: 15px;
    }

    div.top-thing div.text-part h3 {
        width: 100%;
    }

    div.top-thing div.text-part button {
        margin-bottom: 15px;
    }

}