/*
Theme Name: Unfold
Theme URI: example.com
Author: developer
Author URI: example.com
Description: Lorem
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
    font-size: 1px;
}
@media (min-width: 960px) {
    html {
        font-size: calc(100vw / 1200);  /* I know. check the readme */
    }
}
body {
    margin: 0;
    position: relative;
}
body.loading {
    max-height: 100vh;
    overflow: hidden;
}
@font-face {
    font-family: Texta;
    src: url('fonts/TextaHeavy.otf') format('truetype');
}
@font-face {
    font-family: Amiri;
    src: url('fonts/Amiri-Regular.ttf') format('truetype');
}
@font-face {
    font-family: NorthwellAlt;
    src: url('fonts/NorthwellAlt.otf') format('truetype');
}

.unfold-hover {
    position: relative;
}
.unfold-hover .hover-obj {
    display: none;
    position: absolute;
    object-fit: cover;
    pointer-events: none;
}
.unfold-hover .insta-hover {
    width: 200%;
    height: 250%;
    top: -110%;
    left: -55%;
}
.unfold-hover .in-hover {
    width: 250%;
    height: 250%;
    top: -80%;
    left: -80%;
}
.unfold-hover .twit-hover {
    width: 215%;
    height: 250%;
    top: -60%;
    left: -70%;
}
.unfold-hover .copyright-hover {
    width: 215%;
    height: 400%;
    top: -140%;
    left: -70%;
}
.unfold-hover .unfold_com-hover {
    width: 200%;
    height: 400%;
    top: -140%;
    left: -50%;
}

.container {
    max-width: 875rem;
    width: 100%;
    padding-left: 15rem;
    padding-right: 15rem;
    margin: 0 auto;
}
.row {
    margin-left: -15rem;
    margin-right: -15rem;
    padding-left: 15rem;
    padding-right: 15rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.half {
    width: 50%;
    position: relative;
}
#preload {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #151515;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
#preload .welcome {
    font-family: NorthwellAlt;
    font-size: 78rem;
    color: #ffffff;
    margin: 0;
}
#preload .preload-message {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15vh;
}
#preload .preload-message p {
    font-family: Texta;
    font-size: 12rem;
    line-height: 2;
    color: #ffffff;
    margin: 0;
}
#preload.loaded {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.home-content {
    padding: 50rem 0;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.media-box {
    position: relative;
}
.media-box .img-bg {
    width: 100%;
}
.media-box .logo {
    width: 150rem;
    position: absolute;
    top: -15rem;
    left: -50rem;
}
.media-box .stick {
    width: 194rem;
    position: absolute;
    bottom: -15rem;
    right: 80rem;
    opacity: .88;
}
.media-box .photo {
    width: 185rem;
    position: absolute;
    bottom: 45rem;
    right: -50rem;
}
.media-box .author {
    font-family: NorthwellAlt;
    font-size: 73rem;
    position: absolute;
    top: 27%;
    right: -30rem;
    transform: rotate(-10deg);
}
.content-wrapper {
    padding-left: 120rem;
    position: absolute;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.social {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.social a {
    /*padding-right: 10rem;*/
    font-family: Texta;
    font-size: 11rem;
    line-height: 2.14;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.5rem;
}
.content-box .title {
    font-family: Amiri;
    font-size: 10rem;
    line-height: 1.64;
    letter-spacing: 1.6rem;
    color: #000000;
    margin-bottom: 15rem;
    font-weight: normal;
}
.content-box .text {
    font-family: Amiri;
    font-size: 9rem;
    line-height: 1.94;
    color: #000000;
}
.content-box .text p {
    margin-bottom: 2em;
}
.footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;

}
.footer span {
    font-family: Texta;
    font-size: 11rem;
    letter-spacing: 2.5rem;
    color: #000000;
}
.footer a {
    text-decoration: none;
    color: inherit;
}
.footer-logo {
    display: none;
    width: 32rem;
    height: 22rem;
    margin: 0 20rem;
}
@media (max-width: 960px) {
    .container {
        max-width: 600rem;
        width: auto;
    }
    .half {
        width: 100%;
    }
    .home-content {
        padding: 15rem 0 85rem;
        display: block;
    }
    .img-bg {
        height: 505rem;
        object-fit: cover;
    }
    .media-box .photo {
        width: 198rem;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .media-box .author {
        top: 5%;
        right: unset;
        left: 15%;
    }
    .media-box .logo {
        width: 130rem;
        top: -40rem;
        left: -35rem;
    }
    .content-wrapper {
        position: unset;
        height: auto;
        padding-left: 0;
        margin-top: 35px;
    }
    .media-box .stick {
        right: 15rem;
    }
    .content-box .social a {
        font-size: 9.4rem;
        letter-spacing: 2.9rem;
    }
    .content-box .title {
        font-size: 14rem;
        letter-spacing: 3.1rem;
        text-align: center;
        margin-bottom: 65rem;
        position: relative;
    }
    .content-box .title:after {
        content: '';
        display: block;
        width: 26rem;
        height: 1rem;
        background-color: #000000;
        position: absolute;
        left: calc(50% - 13rem);
        bottom: -25rem;
    }
    .social {
        margin-bottom: 50rem;
    }
    .content-box .text {
        font-size: 13rem;
        line-height: 1.9;
        text-align: center;
    }
    .content-box .footer {
        position: unset;
        width: auto;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin-top: 55rem;
    }
    .footer span:not(.copyright):not(.footer-content) {
        display: none;
    }
    .footer .footer-logo {
        display: block;

    }
}