header > .container {
    width: 1115px;
    z-index: 2;
}

@media (max-width:1200px) {
    header > .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:480px) {
    header > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1450px) {
    header {
        background-position: 5%;
    }
}

header {
    display: flex;
    flex-direction: column;
    height: 1115px;
    align-items: center;
    justify-content: center;
    background-image: url('assets/images/masentunut-yrittaja.webp');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

@media (max-width:1024px) {
    header {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width:767px) {
    header {
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: center center;
    }
}

header h1 {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

@media (max-width:1024px) {
    header h1 {
        font-size: 75px;
    }
}

@media (max-width:767px) {
    header h1 {
        font-size: 8vw;
    }
}

@media (max-width:480px) {
    header h1 {
        font-size: 13vw;
        text-align: center;
    }
}

@media (max-width:1450px) {
    header #description {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.4em;
        width: 550px;
    }
}

@media (min-width:1451px) {
    header #description {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    header #description {
        width: 100%;
    }
}

@media (max-width:480px) {
    header #description {
        font-size: 16px;
        text-align: center;
    }
}

.header-CTA {
    padding: 15px 35px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    font-size: 35px;
    width: 260px;
}

@media (max-width:767px) {
    .header-CTA {
        font-size: 22px;
        width: 191px;
    }
}

@media (max-width:480px) {
    .header-CTA {
        font-size: 16px;
        width: 139px;
        padding: 10px 25px;
    }
}

.slim-header {
    height: 700px;
}

@media (max-width:480px) {
    .slim-header {
        height: 100vh;
    }
}

.header-bg-1 {
    background-image: url('assets/images/computer-screen.webp');
    position: relative;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}

.middle-indicator {
    margin-left: 50px;
    margin-right: 50px;
}

@media (max-width:767px) {
    .middle-indicator {
        width: 15%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

header .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-button-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width:480px) {
    .header-button-container {
        justify-content: center;
    }
}

.flex-colum {
    flex-direction: column;
    display: flex;
}

#logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #logo {
        align-self: center;
        width: 150px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.nav-link {
    text-decoration: none;
}

#header2 {
    height: 800px;
    background-position: left center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #c0c0c0;
    background-position: left 37%;
}

#header {
    height: 800px;
    background-position: left center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #c0c0c0;
}

@media (max-width:767px) {
    #header {
        height: 480px;
    }
}

@media (max-width:479px) {
    #header {
    }
}

@media (max-width:479px) {
    #header2 {
        height: 80vh;
        background-position: 20% 30%;
    }

    #header {
        background-position: 20% 30%;
        height: 340px;
    }
}

#header2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#korona-banner {
    min-height: 480px;
}

#korona-banner .cell1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:767px) {
    #korona-banner .cell1 {
        width: 100%;
    }
}

#korona-banner .cell2 {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width:767px) {
    #korona-banner .cell2 {
        width: 100%;
        justify-content: center;
    }

    #korona-banner .flex-row-2 {
        flex-direction: column;
    }
}

@media (max-width:479px) {
    #korona-banner .cell2 img {
        width: 100%;
    }
}

#big-button-container {
    display: flex;
}

@media (max-width:767px) {
    #big-button-container {
        flex-direction: column;
    }
}
