﻿
h1 {
    font-size: 100pt;
    line-height: 110px;
    font-family: 'bilo', sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    color: var(--theme-orange);
    margin-bottom: 100px;
}

body {
    font-family: 'specter', sans-serif;
}

h2 {
    font-weight: 500;
    font-size: 24pt;
    text-transform: uppercase;
    color: var(--theme-orange);
    margin-bottom: 0px;
}

p {
    font-weight: 300;
    font-size: 16pt;
    line-height: 24pt;
}

.info-column {
    display: flex;
    flex-direction: column;
    width: 40%;
    text-align: right;
}

.info-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.line {
    border-bottom: 2px solid gray;
    width: 70px;
}

.line-column, .number-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile {
    display: none!important;
}

.number-icon {
    border-radius: 50%;
    background-color: var(--theme-green);
    color: white;
    font-size: 20pt;
    font-family: 'specter', sans-serif;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}

.number-row {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.timeline-column {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.timeline-column .timeline-italic {
    font-style: italic;
}

.timeline-column .timeline-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 60px;
    font-weight: 500;
}

.section-button {
    width: 220px;
    background-color: var(--theme-orange);
    color: white;
    font-size: 16pt;
    font-weight: 300;
    border-radius: 1rem;
    padding: 10px;
}

.section-column {
    padding-left: 7%;
    padding-right: 50px;
}

.section-column p {
    margin-bottom: 60px;
    max-width: 500px;
}

.section-column, .section-row img {
    display: flex;
    flex-direction: column;
}

.section-row {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
}

.section-row h2 {
    text-transform: none;
    font-size: 60pt;
    line-height: 70px;
    color: var(--theme-green);
    font-family: 'bilo', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

.title-column, .title-row img {
    display: flex;
    flex-direction: column;
}

.title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
    align-items: start;
}

.title-row img {
    margin-top: 15px;
}

#italic-1, #italic-2, #italic-3, #title-1, #title-2, #title-3 {
    display: none;
}

#materials img {
    width: 43%;
}

#materials .section-column {
    width: 57%;
}

#sustainability img {
    width: 50%;
}

#sustainability .section-column {
    width: 50%;
}

#why-choose-us img {
    width: 49%;
}

#why-choose-us .section-column {
    width: 51%;
    padding-left: 7%;
    margin-top: 120px;
}

@media (min-width: 1500px) {
    .section-column p {
        max-width: 700px;
    }
}

@media (max-width: 1260px) {
    .info-row p {
        font-size: 14pt;
        line-height: 22pt;
    }
}

@media (max-width: 1175px) {
    .section-column {
        padding-left: 4%;
    }
}

@media (max-width: 1115px) {

    .info-column {
        width: 100%;
        margin-top: 20px;
    }

    .info-column .mobile {
        display: flex!important;
        text-align: left;
    }

    .info-column.web {
        display: none;
    }

    .info-row {
        flex-direction: column;
    }

    .info-row p {
        font-size: 16pt;
        line-height: 24pt;
    }

    .timeline-column {
        width: 100%;
    }

    .timeline-column .timeline-title {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {
    .section-row h2 {
        font-size: 50pt;
        line-height: 60px;
    }

    #materials img {
        width: 50%;
        left: 55vw;
        position: absolute;
    }

    #sustainability img {
        width: 55%;
        margin-left: -10%;
    }

    #sustainability .section-column {
        width: 45%;
    }
}

@media (max-width: 900px) {
    p, .info-row p {
        font-size: 14pt;
        line-height: 22pt;
    }

    .section-button {
        font-size: 14pt;
    }

    .section-column h2 {
        font-size: 40pt;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    body{
        padding-bottom: 100px;
    }

    h1 {
        font-size: 60pt;
        line-height: 70px;
        margin-bottom: 80px;
    }

    h2 {
        font-size: 20pt;
    }

    p, .info-row p {
        font-size: 12pt;
        line-height: 18pt;
    }

    .mobile {
        display: flex!important;
    }

    .section-button {
        font-size: 12pt;
        line-height: 18pt;
        width: 150px;
    }

    .section-column {
        padding-left: 10%!important;
        padding-right: 10%;
        margin-top: 50px!important;
    }

    .section-column, #materials img, #sustainability img, #why-choose-us img {
        width: 100%!important;
        margin-left: 0px;
        left: 0;
        position: static;
    }

    .section-row {
        flex-direction: column;
        margin-top: 70px;
    }

    .section-row h2 {
        font-size: 30pt;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .section-column p {
        margin-bottom: 40px;
    }

    .title-row {
        flex-direction: column;
    }

    .title-row img {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .web {
        display: none!important;
    }
}

@media (max-width: 480px) {
    .line {
        width: 50px;
    }

    .number-icon {
        width: 50px;
        height: 50px;
        font-size: 14pt;
        padding-top: 12px;
    }
}