header {
    height: 100vh;
    width: 100vw;
    background-image: url(../images/wallpaper/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

h1 {
    font-size: 13vw;
    color: white;
    font-family: 'jost-bold';
    margin-left: 20px;
    padding-top: 20vh;
    letter-spacing: 0px;
}

#subhead {
    font-size: 8vw;
    color: white;
    font-family: 'jost-bold-i';
    padding-left: 20px;
    height: 20vw;
    margin-top: 5vw;
    display: flex;
    align-items: center;
    background-color: #1A1A1A;
    color: #C7B299;
}

#social-footer {
    width: 100%;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    background-color: white;
}

#social-footer img {
    height: 45px;
    margin-left: 8px;
    margin-right: 8px;
}

header p {
    color: white;
    font-size: 15px;
    max-width: 300px;
    margin-left: 20px;
    position: absolute;
    font-family: 'jost-medium-i';
    bottom: 90px;
}

#area-about {
    background-image: url(../images/svg/shapes/black-bg-dashed.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#area-about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    max-width: 700px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

#area-about-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#area-webhosting {
    margin-left: 20px;
    padding-top: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
}

#area-webhosting-wrapper p {
    margin-top: 20px;
    color: #1a1a1a;
    font-family: 'jost-light';
}

#img-webhosting {
    width: 40%;
    margin: auto;
    margin-top: 20px;
}

#img-webhosting img {
    width: 100%;
    max-width: 450px;
}

#area-webhosting-wrapper button {
    display: block;
    margin: 20px auto 30px auto;
}

#area-webhosting-selection {
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.area-webhosting-selection-item {
    width: 250px;
    height: 210px;
    border: 2px solid #C7B299;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 15px;
    color: #1a1a1a;
    padding: 15px;
}

.area-webhosting-selection-item-pic {
    height: 35px;
    width: 100%;
}

.area-webhosting-selection-item-name {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.area-webhosting-selection-item-desc {

    text-align: center;
    margin-top: 15px;
    font-family: "jost-light";
}

.area-webhosting-selection-item-pic img {
    height: 100%;
    margin: auto;
    display: block;
}

#area-webdesign {
    background-color: #1a1a1a;
}

#area-webdesign-wrapper {
    padding-bottom: 80px;
    position: relative;
}

#area-webdesign h2 {
    color: #C7B299;
    text-align: center;
    padding-top: 20px;
}

#area-webdesign img {
    width: 50%;
    margin: 20px auto;
    display: block;
}

#area-webdesign ul li {
    color: white;
    font-size: 15px;
    font-family: 'jost-medium';
    text-align: center;
    line-height: 25px;
}

#area-webdesign button:first-of-type {
    display: block;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
}

#area-webdesign button {
    display: block;
    margin: auto;
}

#bigAnd {
    color: white;
    font-size: 130px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    transform: translateY(55%);
}


#area-branding {
    background-color: #C7B299;
}

#area-branding h2 {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 30px;
}

#area-branding ul li {
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'jost-medium';
    text-align: center;
    line-height: 25px;
}

#area-branding-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
}

#area-branding p {
    color: #1a1a1a;
    margin-bottom: 10px;
}

#area-branding p:nth-of-type(2) {
    font-family: 'jost-bold';
    margin-bottom: 30px;
}

#area-branding button {
    display: block;
    margin: auto;
}

#area-branding button:first-of-type {
    margin-top: 35px;
    margin-bottom: 30px;
}

#area-projects {
    background-image: url(../images/wallpaper/background-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#area-projects p {
    width: 90%;
    margin: auto;
    color: #1a1a1a;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 30px;
}

#area-projects img {
    display: block;
}

#area-projects button {
    display: block;
    margin: auto;
    margin-bottom: 130px;
}

.svg-shape {
    object-fit: cover;
    width: 100vw;
}

a {
    text-decoration: none;
}

#area-projects h2 {
    position: absolute;
    bottom: -9px;
    width: 100%;
    text-align: center;
    color: #C7B299;
    font-size: 40px;

}

#area-team {
    padding: 40px 20px;
}

.member-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    
}

.member-box img {
    height: 150px;
    margin-bottom: 10px;
    border: 5px solid #1a1a1a;
    border-radius: 5px;
}

.member-box p {
    color: #1a1a1a;
    margin-top: 5px;
    text-align: center;
    font-size: 17px;
}

.member-box p:nth-of-type(2) {
    font-size: 14px;
}

.member-box p:nth-of-type(3) {
    font-size: 14px;
    color: #C7B299;
}

.member-certificate-panel {
    width: 80%;
    margin-bottom: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.member-certificate-panel img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

#area-cta {
    background-color: #C7B299;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

#area-cta p {
    color: #1a1a1a;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}

#steps-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.step img {
    display: block;
    font-size: 0;
}

.step img:first-of-type {
    margin-bottom: 25px;
}

.step img:last-of-type {
    margin-top: 40px;
    transform: scale(0.8);
}

.step {
    font-family: 'jost-medium';
    font-size: 20px;
    line-height: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    transform: scale(0.9);
}

.step:last-of-type {
    margin-bottom: 100px;
}

#area-cta h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
}

#area-cta button {
    display: block;
    margin: auto;
}

#logoName {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 50px;
}

.hosting-desc a {
    text-decoration: underline;
    color: #C7B299;
    font-weight: 600;
}

#area-products {
    margin-left: 50px;
    padding-top: 50px;
    margin-right: 50px;
    padding-bottom: 50px;
}

.area-products-picstrip {
    text-align: center;
    margin-top: 50px;
}

.area-products-picstrip img {
    height: 20px;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

#area-products h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
}

#area-products p {
    color: #1a1a1a;
    font-family: 'jost-light';
    max-width: 800px;
    margin: auto;
    text-align: center;
}

#area-products button {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
}

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

    h1 {
        font-size: 130px;
        line-height: 130px;
        margin-left: 50px;
        position: absolute;
        bottom: 320px;
    }

    #subhead {
        font-size: 50px;
        font-family: 'jost-bold-i';
        padding-left: 0;
        height: 80px;
        margin-top: 20px;
        position: absolute;
        width: 100%;
        bottom: 200px;
    }

    #subhead span {
        padding-left: 50px;
    }

    #social-footer {
        width: 100%;
        height: 200px;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #social-footer div {
        margin-right: 50px;
        color: #1a1a1a;
        font-size: 20px;
        display: block;
        margin-left: 50px;
        font-family: 'jost-medium-i';
        max-width: 500px;
    }

    #area-webhosting-selection {
        padding-left: 80px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .area-webhosting-selection-item {
        width: 320px;
        height: 250px;
        border-radius: 5px;
        margin-right: 20px;
        margin-bottom: 30px;
        color: #1a1a1a;
        padding: 15px;
        font-size: 18px;
        border: 2px solid #C7B299;
    }

    .area-webhosting-selection-item-pic {
        height: 45px;
        width: 100%;
    }

    .area-webhosting-selection-item-name {
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }

    .area-webhosting-selection-item-desc {

        text-align: center;
        margin-top: 15px;
        font-family: "jost-light";
    }

    .area-webhosting-selection-item-pic img {
        height: 100%;
        margin: auto;
        display: block;
    }

    #social-footer div:nth-of-type(2) a img {
        height: 50px;
        transition: 0.15s;
    }

    #social-footer div:nth-of-type(2) a img:hover {
        transform: scale(1.1);
    }

    #area-about {
        background-image: url(../images/svg/shapes/black-bg-dashed-desktop.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        position: relative;
    }

    #area-about-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 500px;
        width: 50%;
        padding-top: 30px;
    }

    #area-about-text {
        margin-bottom: 30px;
    }

    #area-webhosting {
        margin-left: 50px;
        padding-top: 50px;
        margin-right: 50px;
        padding-bottom: 50px;
    }


    #area-webhosting-wrapper p {
        margin-top: 40px;
        width: 40%;
        max-width: 550px;
        color: #1a1a1a;
        font-family: 'jost-light';
        padding-left: 80px;
        margin-bottom: 30px;
    }

    #img-webhosting {
        width: 45%;
        margin: auto;
        max-width: 600px;
    }

    #img-webhosting img {
        width: 100%;
    }

    #area-webhosting-wrapper button {
        display: block;
        margin: 20px 0 30px 80px;
    }

    .flex {
        display: flex;
        align-items: center;
    }

    .flex2 {
        display: flex;
    }

    #area-webdesign {
        width: 50%;
        position: relative;
        background-image: url(../images/svg/shapes/webdesign.svg);
        background-repeat: no-repeat;
    }

    #area-webdesign img {
        max-width: 300px;
    }

    #area-webdesign-wrapper {
        padding-bottom: 540px;
    }

    #area-webdesign ul {
        margin-bottom: 60px;
    }

    #area-webdesign ul li {
        font-size: 20px;
        line-height: 35px;
    }

    #bigAnd {
        color: white;
        font-size: 12em;
        position: absolute;
        bottom: 40%;
        padding-left: 20px;
        left: 100%;
        text-align: center;
        transform: translateX(-50%);
        z-index: 1;
    }

    #area-branding {
        width: 50%;
        position: relative;
        background-image: url(../images/svg/shapes/branding.svg);
        background-repeat: no-repeat;
    }

    #area-branding ul li {
        font-size: 20px;
        line-height: 35px;
    }

    #area-branding-wrapper {
        margin: 0;
    }

    #area-branding ul {
        margin-bottom: 60px;
    }

    #area-branding p {
        margin-left: 50px;
        margin-right: 50px;
    }

    #area-branding p:nth-of-type(1) {
        margin-top: 15%;
    }

    #area-branding p:nth-of-type(2) {
        font-size: 18px;
    }

    .mobile-bottom-button {
        position: absolute;
        bottom: 70px;
        width: 100%;
    }

    #area-projects {
        background-image: url(../images/wallpaper/background-2-desktop.png);
    }

    #area-projects p {
        width: 60%;
        max-width: 600px;
    }

    .member-certificate-panel img {
        height: 80px;
    }

    #area-team {
        padding: 200px 50px;
        padding-bottom: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    #logo-cut {
        position: absolute;
        width: 20%;
        right: 0;
        top: 0;
    }

    .member-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        align-self: flex-start;
        padding: 20px 0;
        margin-left: 50px;
        margin-right: 50px;
    }

    .member-box img {
        height: 200px;
        margin-bottom: 40px;
    }

    .member-box p {
        color: #1a1a1a;
        margin-top: 5px;
        font-size: 22px;
    }

    .member-box p:nth-of-type(2) {
        font-size: 18px;
    }

    .member-box p:nth-of-type(3) {
        font-size: 18px;
        color: #C7B299;
    }

    #area-cta {
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 80px;
    }

    #steps-wrapper {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .step:last-of-type {
        margin-bottom: 0;
    }

    .step {
        flex: 1;
        margin-bottom: 0;
        font-size: 23px;
    }

    .step:last-of-type img:last-of-type {
        margin-top: 55px;
    }

    .area-products-picstrip {
        text-align: center;
        margin-top: 50px;
    }

    .area-products-picstrip img {
        height: 30px;
        width: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #area-products h2 {
        text-align: center;
        font-size: 50px;
        margin-top: 15px;
    }

    #area-products p {
        color: #1a1a1a;
        font-family: 'jost-light';
        max-width: 800px;
        margin: auto;
        text-align: center;
    }

    #area-products button {
        display: block;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 80px;
    }

}