body{
    margin: 0;
    background: #fafafa;
    color: #000;
    font-family: 'Muli', sans-serif;
    overflow: hidden;
}
.dark ul,
ol,
li{
	margin: 0;
	padding: 0;
}
*{
    margin: 0;
    padding: 0;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
*:after,*:before{
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;

}

section,
footer,
header{
    float: left;
    width: 100%;
}
header{
    margin-top: 15px;
    margin-bottom: 120px;
}
h1{
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}



h2{
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin: 0;
}
h2 strong{
    font-size: 74px;
    font-weight: 900;
}

h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 10px;
}

strong.rotate{
    color: #dedede;
    font-size: 38px;
    font-weight: 200;
    transform:translate(40%, 200%) rotate(-90deg);
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.dark{
    min-height: calc(100vh - 330px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1a1a1a;
    display: flex;
    align-items: flex-end;

    padding-bottom: 60px;
}
.dark p{
    margin: 0 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.dark p a{
    color: inherit !important;
    text-decoration: underline;
}
p.big{
    line-height: 1.2;
    font-size: 65px;
    color: #000;   
    margin: 0;
}
p.big strong{
    font-weight: 200;
    opacity: .3;
}
.dark p.text-right + p.text-right{
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
}
.dark p.text-right + p.text-right strong{
    font-weight: 900;
}
.dark ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}
.dark ul li{
    margin-left: 30px;
}
.dark ul li a{
    background: #161516;
    padding: 0 20px 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dark ul li a i{
    margin-right: 6px;
}
.dark ul li a i:before{
    color: #fff;
}
.dark ul li a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}
.dark ul li a:hover i:before{
    color: #fff;
}
header ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
header ul li{
    margin-left: 5px;
}
header ul li a{
    color: #000 !important;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    text-decoration: none;
    padding:0 10px;
    float: left;
}



@media(min-height: 1000px){
    header {
        margin-bottom: 180px;
    }
    .dark {
        min-height: calc(100vh - 400px);
        padding-bottom: 90px;
    }
    strong.rotate{
        font-size: 46px;
    }
}


@media(min-height: 1250px){
    header {
        margin-bottom: 300px;
    }
    .dark {
        min-height: calc(100vh - 520px);
        padding-bottom: 90px;
    }
    strong.rotate{
        font-size: 58px;
    }
}






@media(max-height: 767px){
    .dark{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .dark p{
        line-height: 1.3;
    }
    p.big{
        font-size: 56px;
        line-height: 1.1;
    }

}
@media(max-height: 620px){

   header {
        margin-bottom: 45px;
    }
    strong.rotate{
        font-size: 28px;
    }
    .dark {
        min-height: calc(100vh - 260px);
    }


}
@media(max-height: 539px){
    body{
        overflow: scroll;
    }
    .dark{
        position: static;
    }



}

@media(max-width: 1200px){
    .dark p{
        font-size: 14px;
    }
    p.big {
        font-size: 52px;
    }
}
@media(max-width: 992px){
    .dark p {
        text-align: left !important;
    }
    .dark ul{
        justify-content: flex-start;
    }
    .dark ul li{
        margin-left: 0;
        margin-right: 30px;
    }

    p.big {
        display: flex;
        flex-flow: wrap;
        font-size: 42px;
        margin: 0 0 25px;
    }
    p.big br{
        display: none;
    }
    p.big strong:after{
        content: '/';
        margin: 0 10px;
    }
    p.big strong:nth-child(3)::after,
    p.big strong:last-child::after{
        content: '';
        margin: 0;
    }
    p.big strong{
        opacity: 1;
    }
    @media(max-height:670px){
       header {
            margin-bottom: 45px;
        }
        strong.rotate{
            font-size: 28px;
        }
        .dark {
            min-height: calc(100vh - 260px);
        }
    }
    @media(max-height:600px){
        body{
            overflow: scroll;
        }
        .dark{
            position: static;
        }
    }
}
@media(max-width: 767px){

    p.big{
        font-size: 22px;
        max-width: 400px;
        color: #fff;
        opacity: .15;
    }
    p.big strong{
        opacity: 1;
    }
    h2 {
        font-size: 36px;
    }
    h2 strong {
        font-size: 36px;
    }
    h3 {
        font-size: 14px;
        margin: 10px 5px;
    }
    header {
        margin: 15px 0 60px;
    }
    .dark ul {
        flex-flow: column;
        align-items: self-start;
    }
    .dark ul li {
        margin: 0 0 10px;
    }
    .dark ul li:last-child{
        margin-bottom: 0;
    }
    .dark p.text-right + p.text-right{
        font-size: 14px;
        max-width: 230px;
    }
    .dark {
        padding-bottom: 20px;
        min-height: calc(100vh - 200px);
    }
    strong.rotate{
        display: none;
    }
    header ul{
        display: flex;
    }
    @media(max-height: 610px){
        body{
            overflow: scroll;
        }
        .dark{
            position: static;
        }

    }


}
@media(max-width: 370px){
    p.big {
        font-size: 18px;
    }
    h2 strong,
    h2 {
        font-size: 30px;
    }

}