nav {
    background-color: #1a1a1a;
}

.placeholder2 {
    margin-top: 200px;
}

#project-landing {
    width: 100%;
    height: 100vh;
    background-image: url(../images/wallpaper/background-3.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    position: fixed;
}

h2 {
    font-size: 40px;
    padding-bottom: 20px;
}

#cta h4 {
    width: 80%;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 17px;
}

#project-landing p {
    color: #1a1a1a;
    width: 60%;
    text-align: center;
    font-family: "jost-medium-i";
    margin-top: 50px;
    max-width: 400px;
}

#scroll-info {
    position: absolute;
    bottom: 31px;
    right: 10%;
    border-top: solid 3px #1a1a1a;
    width: 90px;
    padding-top: 5px;
    text-align: right;
    transform: rotate(-90deg);
    z-index: 1;
}

a {
    text-decoration: none;
}

#placeholder {
    padding-top: 100vh;
    background-color: white;
}

#area-bottom-nav {
    position: relative;
}

#area-contact {
    position: relative;
}

#area-legal {
    position: relative;
    background-color: white;
}

p {
    color: #1a1a1a;
}

#wrapper {
    background-color: white;
    position: relative;
    padding-bottom: 50px;
    padding-top: 70px;
    width: 100vw;
    overflow: hidden;
}

#server-img {
    width: 60%;
    align-self: flex-start;
    margin-top: 20px;
}

#cta h4 {
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
}

#serviceCont {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

#service {
    width: 90%;
    align-self: flex-start;
    padding-top: 100px;
}

#componentCont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: -100px;
}

.componentL {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 100px;
}

.componentL img {
    display: block;
    max-height: 130px;
    padding-left: 30px;
    align-self: center;
}

.componentR {
    max-width: 600px;
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.componentR img {
    display: block;
    max-height: 130px;
    padding-left: 30px;
    align-self: center;
}

#mwst-info {
    text-align: center;
}

#cta {
    margin-top: 50px;
    text-align: center;
}

#stepsContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#partner {
    text-align: center;
    margin-top: 180px;
}

#partner img {
    width: 40%;
    max-width: 300px;
    margin-top: 50px;
    margin-bottom: 250px;
}

.step {
    width: 300px;
    max-width: 80%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}

#packets p {
    width: 80%;
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#packets img {
    display: block;
    width: 80%;
    margin: auto;
    object-position: top;
    margin-top: 50px;
    max-width: 900px;
}

.stepHeader {
    margin-top: 50px;
    padding-left: 20px;
    margin-bottom: 80px;
}

@media only screen and (min-width: 900px) {
    #project-landing {
        background-image: url(../images/wallpaper/background-3-desktop.png);
    }

    #server-img {
        display: block;
        flex: 1;
        max-width: 700px;
    }

    .componentL img {
        display: block;
        max-height: 180px;
        padding-left: 30px;
        padding-top: 30px;

    }

    .componentL {
        margin-top: 200px;
        margin-left: -20%;
    }

    .componentR {
        flex-direction: row-reverse;
        text-align: right;
        margin-top: 200px;
        margin-right: -20%;
    }

    .componentR img {
        display: block;
        max-height: 180px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .stepHeader {
        padding-left: 70px;
        margin-bottom: 130px;
    }

    #serviceCont {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

    }

    #componentCont {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: -200px;
        margin-bottom: 300px;
    }


    h3 {
        font-size: 40px;
    }

    .step {
        width: 500px;
        max-width: 80%;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 80px;
    }

    #stepsContainer {
        padding-left: 40px;
        padding-right: 40px;
        width: 95%;
        margin-bottom: 250px;
    }

    .stepHeader p {
        max-width: 700px;
    }

    #service {
        min-width: 800px;
        flex: 1;
        padding-left: 50px;
    }

    #service p {
        width: 80%;
        max-width: 900px;
    }

    h2 {
        font-size: 100px;
        padding-bottom: 30px;
    }

    #wrapper {
        background-color: white;
        position: relative;
        padding-bottom: 50px;
        padding-top: 100px;
    }

    h4 {
        font-size: 20px;
    }
}

#productlink {
    color: #1a1a1a;
    text-decoration: underline;
}