body{
    font-family: 'GT Walsheim Pro', sans-serif;
    line-height: 1.4;
    font-weight: normal;
    font-size: 16px;
    color: #231f20;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
}
p{
    line-height: 1.4;
}
a, button{
    cursor: pointer;
    transition: all ease-in-out 300ms;
    outline: none !important;
}
a{
    color: #231f20;
    text-decoration: none !important;
}

.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top i {
    position: relative;
    top: 2px;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hiding {
    opacity: 0;
}
.visible {
    opacity: 1;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 991;
    transition: all ease-in-out 300ms;
    background: #fff;
}

body.home #header{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
body.home.scrolled-past #header{
    opacity: 1;
    visibility: visible;
    z-index: 991;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.nav-wrapper{
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.navbar-brand{
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #231f20 !important;
}
.navbar-nav .nav-link{
    text-transform: uppercase;
    font-weight: 700;
    color: #231f20 !important;
}

.home-screen{
    position: relative;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-left: 15px;
    padding-right: 15px;
}
.home-screen .inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home-screen h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 200px;
    font-weight: 900;
    text-align: center;
}
.home-screen .scroll-next{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    text-align: center;
}
.home-screen .scroll-next button{
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    color: #0d1b21;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.heading h2{
    margin-bottom: 15px;
}

.work-section{
    padding-top: 30px;
    padding-bottom: 100px;
}
.work-section .heading{
    text-transform: uppercase;
}
.work-box{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.work-box.popup_video .inner{
    position: relative;
}
.work-box.popup_video .inner:after{
    content: '';
    position: absolute;
    transition: all ease-in 300ms;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.0) url('../img/play_button.png') no-repeat center;
}
.work-box.popup_video .inner:hover:after{
    background-color: rgba(0, 0, 0, 0.5);
}
.work-box img{
    display: block;
    width: 100%;
    height: auto;
}
.work-short-desc{
    margin-bottom: 20px;
    padding-bottom: 1px;
}
.work-short-desc h2{
    font-size: 12px;
    margin-bottom: 5px;
}
.work-short-desc p{
    font-size: 12px;
    margin-bottom: 10px;
}

.page-main{
    padding-top: 120px;
    padding-bottom: 100px;
}
.page-main article p{
    font-size: 18px;
}
.page-main article h1{
    font-size: 28px;
    margin-bottom: 1rem;
}

.work-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.work-carousel .work-box{
    padding-left: 15px;
    padding-right: 15px;
}
.work-carousel .slick-arrow{
    padding: 10px;
    display: block;
    border: 0;
    background: none;
    outline: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    z-index: 9;
    line-height: 1;
}
.work-carousel .slick-arrow.slick-disabled{
    opacity: .2;
}
.work-carousel .slick-arrow.slick-prev{
    left: 30px;
}
.work-carousel .slick-arrow.slick-next{
    right: 30px;
}
.fancybox-navigation .fancybox-button .fal {
    position: relative;
    top: -5px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button{
    background: none;
}
.fancybox-button{
    background: none;
}


@media(min-width: 1440px){
    .home .container{
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }
}
@media(min-width: 992px){

}
@media(max-width: 991px){
    .home-screen h1{
        font-size: 60px;
    }
}