.container {
    --container-padding-right: 15px;
}

section#head {
    background-blend-mode: multiply;
    background-color: var(--beep-green);
    background-position-x: 75%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: var(--beep-white);
    padding: 140px 0;
}

section#head h1 {
    margin-bottom: 40px;
}

section#head h1 .beep-inline-logo {
    height: 50px;
    margin-top: 10px;
}

section#head p {
    font-size: 24px;
}

section#head-mobile {
    display: none;
}

@media (max-width: 768px) {
    section#head {
        background-size: 100vh;
        padding: 40px 0 70px 0;
    }
    section#head h1 {
        font-size: 26px;
        margin-bottom: 50px;
    }
    section#head h1 .beep-inline-logo {
        height: 50px;
        margin-top: 14px;
    }
    section#head p {
        font-size: 1rem;
    }
    section#head p:first-of-type {
        margin-bottom: 120px;
    }
    section#head p:not(:first-of-type) {
        display: none;
    }

    section#head-mobile {
        background-color: var(--beep-green);
        color: var(--beep-white);
        display: block;
        padding: 70px 0;
    }
    section#head-story {
        background-color: var(--beep-green);
        color: var(--beep-white);
        display: block;
        padding: 70px 0;
    }
}



/* --== ==-- */

section#idea {
    background-color: var(--beep-orange);
    color: var(--beep-white);
    padding: 120px 0 100px 0;
}

section#idea p {
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
}


@media (max-width: 768px) {
    section#idea {
        padding: 70px 0;
    }
    section#idea p {
        font-size: 25px;
        text-align: center;
    }
}

/* --== ==-- */

section#how-its-made {
    --animation-module-width: 50vw;
    --animation-module-height: calc(0.68 * var(--animation-module-width));
    --padding: 110px;
    padding: var(--padding) 0;
    position: relative;
}

section#how-its-made .animation-module-wrapper {
    position: absolute;
    height: calc(100% - 2*var(--padding)); width: 100%;
}

section#how-its-made header {
    margin-bottom: 100px;
}

section#how-its-made h2 img {
    height: 50px;
}

section#how-its-made .step-description {
    margin-bottom: calc(0.618 * var(--animation-module-height));
}

section#how-its-made .step-description .step {
    color: var(--beep-orange);
    font-size: 152px;
    font-weight: bold;
    float: left;
    margin-right: 36px;
    width: 122px;
}
section#how-its-made .step-description .step:after {
    content: attr(data-step) ".";
}

section#how-its-made .step-description p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}
section#how-its-made .step-description p {
    padding-top: calc(30px * 1.3 * 0.5);
}

@media (max-width: 768px) {
    section#how-its-made {
        --animation-module-width: 92vw;
        --animation-module-height: calc(0.68 * var(--animation-module-width));
        overflow-x: hidden;
        padding: 70px 0;
    }
    section#how-its-made header {
        margin-bottom: 42px;
    }
    section#how-its-made h2 {
        font-size: 25px;
    }
    section#how-its-made h2 img {
        height: 24px;
    }
    section#how-its-made .step-description {
        margin-bottom: 80px;
    }
    section#how-its-made .step-description:last-of-type {
        margin-bottom: 0;
    }
    section#how-its-made .step-description .step {
        font-size: 73px;
        margin-right: 28px;
        position: relative; top: 12px;
        width: 60px;
    }
    section#how-its-made .step-description p {
        font-size: 16px;
    }
    section#how-its-made  .animation-scene-module-wrapper {
        margin-top: 37px;
        overflow: hidden;
        position: relative; left: var(--container-padding-right);
    }
}
/* --== ==-- */

section#wiki {
    background-color: var(--beep-green);
    color: var(--beep-white);
    padding: 120px 0;
}
section#wiki .container {
    position: relative;
}

section#wiki h2 {
    margin-bottom: 50px;
}

section#wiki p {
    margin-bottom: 60px;
}

section#wiki a.btn {
    font-size: 34px;
    padding: 32px 116px;
}


@media (max-width: 768px) {
    section#wiki {
        --padding-top: 300px;
        padding: var(--padding-top) 0 72px 0;
    }
    section#wiki h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    section#wiki a.btn {
        font-size: 14px;
        padding: 16px 88px 13px 87px;
    }
}

/* --== ==-- */

section#know-thy-beep {
    background-color: var(--beep-orange);
    color: var(--beep-white);
    position: relative;
}

section#know-thy-beep div#map {
    background-color: #00cc66;
    height: 100%; width: 50%;
    position: absolute; top: 0; left: 50%;
}

section#know-thy-beep div#map > *:first-child {
    transform: scale(1.4);
}

section#know-thy-beep div#map-marker,
section#know-thy-beep div#map .gmnoprint,
section#know-thy-beep div#map .gm-fullscreen-control {
    display: none;
}

section#know-thy-beep h2 {
    margin-bottom: 35px;
    margin-top: 265px;
}

section#know-thy-beep .social-media-icons {
    margin-bottom: 245px;
}

section#know-thy-beep .fa-stack {
    color: var(--beep-white);
    font-size: 38px;
    margin-left: -9px;
    transition: all var(--btn-transition-duration) var(--btn-transition-timing-function);
}
section#know-thy-beep .fa-stack:hover {
    color: var(--beep-green);
}

section#know-thy-beep .fa-stack .fa-stack-1x {
    color: var(--beep-orange);
}
section#know-thy-beep .fa-stack:hover .fa-stack-1x {
    color: var(--beep-white);
}

@media (max-width: 768px) {
    section#know-thy-beep {
        text-align: center;
    }
    section#know-thy-beep h2 {
        margin-top: 70px;
    }
    section#know-thy-beep .social-media-icons {
        margin-bottom: 72px;
    }
    section#know-thy-beep div#map {
        height: 60vh; width: 100%;
        position: relative; left: initial;
    }
    section#know-thy-beep div#map > *:first-child {
        transform: scale(1.3);
    }
}

/* --== ==-- */

section#heart-beep {
    background-blend-mode: multiply;
    background-color: var(--beep-green);
    background-position-y: -230px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 165px 0 120px 0;
}

section#heart-beep .container {
    position: relative;
}

section#heart-beep p {
    color: var(--beep-white);
    font-size: 48px;
    font-weight: bold;
}

section#heart-beep svg.mountains {
    fill: var(--beep-turquoise);
    height: 78px; width: 199px;
    position: absolute; right: 135px; top: -90px;
}

@media (max-width: 768px) {
    section#heart-beep {
        background-position: center top;
        background-size: 140%;
        padding: 50px 0 0 0;
    }
    section#heart-beep {
        text-align: center;
    }
    section#heart-beep p {
        font-size: 16px;
        margin-bottom: 36px;
        padding: 0 16px 0 16px;
        text-align: center;
    }
    section#heart-beep svg.mountains {
        height: 43px; width: 110px;
        margin-bottom: 50px;
        position: relative; right: unset; top: unset;
    }
}
