/* FONTS */

@font-face {
    font-family: 'stereofunk';
    src: url('../fonts/stereofunk/stereofunk-webfont.woff2') format('woff2'),
         url('../fonts/stereofunk/stereofunk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'numans';
    src: url('../fonts/Numans/Numans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/Raleway/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/Raleway/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT */
/* SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT */
/* SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT SITE LAYOUT */

body {
    margin: 0;
    background: #000;
    color: #EFEFEF;
    font-family: 'ralewaylight', sans-serif;
}

.menu {
    /*background-color: black;*/
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 100;
    font-family: 'ralewaylight';
    color: #EFEFEF;
}

    .menu .logo {
        width: 10%;
        margin-left: 3%;
    }

    .menu .hamburger {
        float: right;
        margin-right: 5%;
        width: 100px;
        margin-top: 3.5%;
    }

        .hamburger:hover {
            cursor: pointer;
        }

        .menu .hamburger div {
            width: 100%;
            height: 1px !important;
            background-color: #EFEFEF;
            margin-bottom: 20px;
        }

    .menu #music {
        display: inline-block; 
        overflow: auto; 
        cursor: pointer; 
        padding: 20px;
    }

    .menu #music-notes {
        position: absolute; 
        width: 50px; 
        bottom: 35px; 
        right: 190px;
    }

    .menu #music-switch-bar {
        position: absolute; 
        bottom: 25px; 
        right: 190px; 
        width: 20px; 
        height: 80px; 
        border-left: 3px solid white; 
        transform: rotate(-45deg);
    }

    #headerNav {
        width: 300px;
        height: 400px;
        border: 2px solid white;
        position: fixed;
        right: 2.5%;
        z-index: 1000 !important;
        background-color: black;
    }

        #headerNav.hidden {
            display: none !important;
        }   

        #headerNav.show {
            display: block !important;
        }

        #headerNav a.button {
            font-size: 20px;
            line-height: 30px;
            display: inline-block;
            margin: 10px 0 10px 10px;
            padding: 0 10px;
        }

            #headerNav a.button:hover {
                background-color: white;
                color: black;
            }

            #headerNav img {
                width: 90%;
                margin: 0 auto;
            }

            #headerNav #navPointer {
                height: 50px;
                width: 50px;
                border-bottom: 2px solid white;
                border-right: 2px solid white;
                position: absolute;
                background-color: black;
                z-index: -1000;

            }

            #headerNav .video-triangle {
                position: absolute; 
                bottom: 60px; 
                left: 43%; 
                width: 0; 
                height: 0; 
                border-top: 40px solid transparent;
                border-bottom: 40px solid transparent;
                border-left: 60px solid white;
            }

            #headerNav .video-circle {
                width: 100px; 
                height: 100px; 
                border: 4px solid white; 
                border-radius: 50%; 
                position: absolute; 
                z-index: 1000; 
                bottom: 50px; 
                left: 32%
            }

.container {
    width: 100%;
    /*height: 1000px;*/
    background-color: black;
}

    .container.profile {
        width: 75% !important;
        margin: 0 auto;
    }

        .container.profile img {
            display: block;
            width: 75%;
            margin: 0 auto;

        }

        .container.profile img.arrow-left {
            float: left;
            width: 100px;
            margin-top: 200px;
        }

        .container.profile img.arrow-right {
            float: right;
            width: 100px;
            margin-top: 200px;

            -webkit-transform: rotate(180deg); /* Safari and Chrome */
            -moz-transform: rotate(180deg);   /* Firefox */
            -ms-transform: rotate(180deg);   /* IE 9 */
            -o-transform: rotate(180deg);   /* Opera */
            transform: rotate(180deg);
        }

        .container.profile .arrow-box {
            height: 75px;
            width: 75px;
            border-left: 1px solid white;
            border-bottom: 1px solid white;
            display: inline-block;
        }

            .container.profile .arrow-box.left {
                float: left;
                margin-top: 200px;
                /*margin-left: 25px;*/
                
                -webkit-transform: rotate(45deg); /* Safari and Chrome */
                -moz-transform: rotate(45deg);   /* Firefox */
                -ms-transform: rotate(45deg);   /* IE 9 */
                -o-transform: rotate(45deg);   /* Opera */
                transform: rotate(45deg);
            }

            .container.profile .arrow-box.right {
                float: right;
                margin-top: 200px;
                /*margin-left: 25px;*/
                
                -webkit-transform: rotate(225deg); /* Safari and Chrome */
                -moz-transform: rotate(225deg);   /* Firefox */
                -ms-transform: rotate(225deg);   /* IE 9 */
                -o-transform: rotate(225deg);   /* Opera */
                transform: rotate(225deg);
            }

            .container .arrow-box.hidden {
                border: none !important;
            }

.description {
    padding-top: 350px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

    .description p {
        color: #EFEFEF;
        /*font-family: 'numans', sans-serif;*/
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #EFEFEF;
        padding-bottom: 5px;
        letter-spacing: 1.5px;
    }

.header-container {
    padding-top: 100px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}    

    .header-container h2 {
        color: #EFEFEF;
        /*font-family: 'numans', sans-serif;*/
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #EFEFEF;
        padding-bottom: 5px;
        letter-spacing: 1.5px;
    }

.feature-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    /*margin-left: -10px;
    margin-top: -10px;*/
    width: 82%;
}

    .feature-container .feature {
        flex: 1 1 300px;
        /*box-sizing: border-box;*/
        background: black;
        color: #171e42;
        /*padding: 10px;*/
        margin: 20px 1% 20px 1%;
        position: relative;
        background-position: top; 
        background-repeat: no-repeat; 
        background-origin: content-box;
        background-size: 100%;
        position: relative;
    }

        .feature-container .feature img {
            width: 100%;
        }

        .feature-container .feature div {
            position: absolute;
            top: 0;
            height: 50px;
            width: 100%;
            background: rgba(51, 51, 51, 0.5);
            color: #EFEFEF;
            /*font-family: 'Numans', sans-serif;*/
            font-size: 25px;
            text-align: center;
            line-height: 50px;
        }

        .feature-container .feature a {
            width: 100%; 
            height: 100%; 
            display: inline-block; 
            position: absolute; 
            top: 0; 
            left: 0;
            z-index: 100;
        }



header {
    width: 100%;
    background-image: url(../img/header-backdrops/crew.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 25%; 
    height: 500px;
    position: absolute;
    top: 0;
    z-index: -100;
}

    .header-image {
        width: 75%;
        margin: 0 auto;
    }

        .header-image img {
            width: 100%;
        }

main {
    width: 75%;
    background-color: black;
    margin: 150px auto 0 auto;
    /*height: 1000px;*/
    position: relative;
    overflow: auto;
}    

    main.contact-us {
        height: 750px;
    }

    main.contact-us p {
        width: 75%;
        margin: 0px auto;
        padding: 20px 0;
    }

        main.contact-us a {
            text-decoration: underline !important;
        }

    main.news-coverage p.news-header {
        margin-top: 50px;
        font-size: 22px;
        font-weight: bold;
        margin-left: 0;
    }

        main.news-coverage p.news-header:first-of-type {
            margin-top: 0;
        }

        main.news-coverage p {
            margin-left: 5%;
        }

nav {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 10px;
    z-index: 10000;
}

    nav a.logo-container {
    }

    nav .logo {
        width: 7.5%;
        margin-left: 2%;
    }

    nav .hamburger {
        /*float: right;
        margin-right: 2.5%;
        width: 50px;
        margin-top: 2%;*/
        position: absolute;
        z-index: 10000 !important;
        top: 30px;
        width: 50px;
        right: 2%;

    }

        nav .hamburger div {
            width: 100%;
            height: 1px;
            background-color: #EFEFEF;
            margin-bottom: 10px;
        }

    nav .icon {
        float: right;
        width: 45px;
        margin-top: 1.75%;
        margin-right: 3%;
    }    

    .spotlight nav .logo {
        width: 4.5%;
    } 

main h1 {
    border-bottom: 2px white solid;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: .3rem;
    text-transform: uppercase;
}

    body.detail main h1 {
        width: 56.5%;
    }

main article {
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: auto;

}
    
    main.news-coverage article {
        padding-top: 0;
    }

main article img {
    display: block;
    float: left;
    width: 25%;
}        

main article.crew p {
    float: right;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 70%;
    padding: 0;
    line-height: 20px;
}

.showcase {
    width: 75%; 
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .showcase a {
        display: inline-block;
        margin-bottom: 30px;
    }

    .showcase img {
        width: 200px;
    }

.last-line {
    justify-content: space-around !important;
}

footer {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background-color: black;
}  

    .home footer {
        width: 75%;
    }

    footer div {
        display: flex;
        flex-wrap: none;
        justify-content: space-between;
        align-items: center;
    }

        footer .icon.facebook {
            width: 20px;
        }  

        footer .icon.twitter {
            width: 25px;
        }  

.video {
    width: 75%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

    .video p {
        text-align: center; 
        padding-top: 10px; 
        margin: 0; 
        font-size: 16px;
    }

        .video p a:hover {
            text-decoration: underline;
        }

.video-embedded {
    width: 75%;
    margin: 0px auto;
    padding: 30px 0;
    position: relative;
    overflow: auto;
}        

main article.block-text {
    width: 75%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;

}

/* DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */
/* DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */
/* DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */

@media screen and (min-width: 1400px) {
    .menu {
        height: 200px;
        bottom: 10px;
    }

        .menu .logo {
            width: 6%;
            margin-left: 1.5%;
            margin-top: 1%;
        }

        .menu .hamburger {
            float: right;
            margin-right: 3%;
            width: 50px;
            margin-top: 125px;
        }

            .menu .hamburger div {
                width: 100%;
                height: 1px;
                background-color: #EFEFEF;
                margin-bottom: 10px;
            }
    
    .feature-container .feature {
        height: 300px;
        background-size: cover;
        margin-top: 0;
    }

        .feature.playa-to-paseo {
            background-position: bottom;
            background-size: contain;
        }

    .feature-container.second-row {
        margin-top: 45px;
    }

    .description {
        padding-top: 200px;
    }   

        .description p {
            font-size: 23px;
            line-height: 30px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 50px;
        }  

            .description p span {
                display: block;
            }

    .header-container {
        padding-top: 20px;
    }    

        .header-container h2 {
            font-size: 30px;
            line-height: 40px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 5px;
        }    

    header {
        background-size: cover;
        height: 750px;
    }

    main {
        width: 65%;
    }

        main article.crew p {
            line-height: 30px;
        }

        article.block-text p {
            line-height: 36px;
            font-size: 20px;
        }

        main.playa-to-paseo {
            margin-top: 770px;
        }

            main.playa-to-paseo h1 {
                font-size: 29px;
            }

    footer {
        padding-top: 40px;
        padding-bottom: 65px;
    }

        footer div > * {
            font-size: 20px;
        }

            footer div > a:hover {
                cursor: pointer;
            }

}


/* LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE  */
/* LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE  */
/* LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE LAPTOP LARGE  */

@media screen and (max-width: 1440px) {
    
    .menu .logo {
        width: 6%;
        margin-left: 2%;
        margin-top: 80px;
    }

    .menu #music-notes {
        width: 40px; 
        bottom: 40px; 
        right: 160px;
    }

    .menu #music-switch-bar {
        bottom: 30px; 
        right: 160px; 
        width: 20px; 
        height: 70px; 
    }

    nav .hamburger {
        /*float: right;
        margin-right: 3%;
        width: 50px;
        margin-top: 125px;*/
    }

        nav .hamburger div {
            /*width: 100%;*/
            height: 1px;
            /*background-color: #EFEFEF;*/
            /*margin-bottom: 10px;*/
        }

    nav .icon {
        margin-top: 5px;
    }

    .feature-container .feature {
        flex: 1 1 250px;
        margin: 0px 1% 20px 1%;
        height: 250px;
        background-size: cover;
    }

        .feature-container .feature div {
            height: 35px;
            font-size: 20px;
            line-height: 35px;
            letter-spacing: 1.5px;
        }

            .feature.playa-to-paseo {
                background-size: 100% 86%;
            }

                .feature.playa-to-paseo > div {
                    letter-spacing: 0.5px;
                }

        .feature-container.second-row {
            /*padding-top: 30px: */
        }

    .description {
        padding-top: 90px;
    }   

        .description p {
            font-size: 19px;
            line-height: 25px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 50px;
        }  

    .header-container {
        padding-top: 10px;
    }    

        .header-container h2 {
            font-size: 25px;
            line-height: 30px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 5px;
        }

    .spotlight header {
        display: block;
        background-size: contain;
        background-position: top;
    }

    #feature-video main {
        padding-bottom: 80px;
    }

    main h1 {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 30px;
    }  

    main.playa-to-paseo {
        margin-top: 750px;
    }

        main.playa-to-paseo h1 {
            font-size: 25px;
            letter-spacing: 1px;
        }    
    
        main.playa-to-paseo article {
            padding-top: 0;
        }

    main.news-coverage article.block-text p {
        font-size: 16px;
    }

    main.news-coverage article.block-text p.news-header {
        font-size: 25px;
    }

    .showcase img {
        width: 160px;
    }  

    footer {
        padding: 35px 0 100px 0;
    }

        footer div > * {
            font-size: 16px;
            letter-spacing: 1.75px;
        }   

    

}

/* LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL  */
/* LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL  */
/* LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL LAPTOP SMALL  */

@media screen and (max-width: 1366px) {
    .menu {
        height: 137.5px;
    }

        .menu .logo {
            width: 6%;
            margin-left: 2%;
            margin-top: 1.5%;
        }

        .menu .hamburger {
            float: right;
            margin-right: 3%;
            width: 40px;
            margin-top: 4%;
        }

            .menu .hamburger div {
                width: 100%;
                height: 1px;
                background-color: #EFEFEF;
                margin-bottom: 7.5px;
            }

        nav .logo {
            width: 7%;
            margin-left: 2%;
            margin-top: 10px;
        }    

        nav .hamburger {
            float: right;
            margin-right: 1%;
            width: 40px;
            margin-top: 0;
        }

            nav .hamburger div {
                width: 100%;
                height: 1px;
                background-color: #EFEFEF;
                margin-bottom: 7.5px;
            }   

        .menu #music-notes {
            width: 35px; 
            bottom: 50px; 
            right: 145px;
        }

        .menu #music-switch-bar {
            bottom: 45px; 
            right: 140px; 
            width: 20px; 
            height: 60px; 
        } 

    .feature-container .feature {
        height: 200px;
    }   

        .feature-container .feature div {
            height: 40px;
            font-size: 20px;
            line-height: 40px;
        }

        .feature-container.second-row {
            margin-top: 30px
        }

    .description {
        padding-top: 80px;
    }   

        .description p {
            font-size: 17px;
            line-height: 25px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 40px;
        }  

            .description p span {
                display: block;
            }

    .header-container {
        padding-top: 20px;
    }    

        .header-container h2 {
            font-size: 22px;
            line-height: 30px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 5px;
        }

    header {
        background-size: cover;
        height: 500px;
    }

    main {
        margin: 100px auto 0 auto;
    }    

        main h1 {
            border-bottom: 1px white solid;
            padding-top: 30px;
            padding-bottom: 10px;
            margin-bottom: 30px;
            font-size: 30px;
            letter-spacing: 0.2rem;
        }

        main article.crew p {
            line-height: 25px;
        }

        main.playa-to-paseo {
            margin-top: 500px;
        }

    .showcase img {
        width: 160px;
    }

    footer {
        padding: 40px 0 20px 0;
    }

        footer div > * {
            font-size: 16px;
        }   


}

/* TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET  */
/* TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET  */
/* TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET  */

@media screen and (max-width: 1200px) {
    .feature-container .feature {
        flex: 1 1 200px;
        height: 150px;
        /*box-sizing: border-box;*/
        background: black;
        color: #171e42;
        /*padding: 10px;*/
        margin: 20px 1% 20px 1%;
        position: relative;
        background-position: top; 
        background-repeat: no-repeat; 
        background-origin: content-box;
        background-size: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .feature-container .feature {
        flex: 1 1 100%;
        height: 300px;
        /*box-sizing: border-box;*/
        background: black;
        color: #171e42;
        /*padding: 10px;*/
        margin: 20px 1% 20px 1%;
        position: relative;
        background-position: top; 
        background-repeat: no-repeat; 
        background-origin: content-box;
        background-size: 100%;
    }
}

/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */
/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */
/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */

@media screen and (max-width: 600px) {
    
    .feature-container {
        width: 100%;
    }

        .feature-container .feature {
            flex: 1 1 200px;
            height: 200px;
            /*box-sizing: border-box;*/
            background: black;
            color: #171e42;
            /*padding: 10px;*/
            margin: 20px 1% 20px 1%;
            position: relative;
            background-position: top; 
            background-repeat: no-repeat; 
            background-origin: content-box;
            background-size: cover;
        }

            .feature-container .feature img {
                width: 100%;
            }

            .feature-container .feature div {
                height: 46px;
                width: 100%;
                font-size: 25px;
                line-height: 46px;
            }

            .feature-container.second-row {
                margin-top: 0;
            }

    .menu {
        height: 100px;
    }

        .menu .logo {
            width: 18%;
            margin-left: 5%;
            margin-top: 0;
        }

        .menu .hamburger {
            float: right;
            margin-right: 7%;
            width: 14%;
            margin-top: 6%;
        }

            .menu .hamburger div {
                width: 100%;
                height: 1px;
                /*margin: 5px;*/
                background-color: #EFEFEF;
                margin-bottom: 13px;
            }

        nav .logo {
            width: 12%;
            margin-left: 4%;
        }

            .spotlight nav .logo {
                width: 12%;
            }

        nav .hamburger {
            float: right;
            margin-right: 5%;
            width: 9%;
            margin-top: -3%;
        }

            nav .hamburger div {
                width: 100%;
                height: 1px;
                background-color: #EFEFEF;
                margin-bottom: 6px;
            }    

    .menu #music-notes {
        width: 40px; 
        bottom: 35px; 
        right: 145px;
    }

    .menu #music-switch-bar {
        bottom: 35px; 
        right: 135px; 
        width: 30px; 
        height: 60px; 
    }         

    .description {
        padding-top: 75px;
    }

        .description p {
            color: #EFEFEF;
            /*font-family: 'numans', sans-serif;*/
            font-size: 20px;
            text-align: left;
            line-height: 32px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 5px;
        }

            .description p span {
                display: inline;
            }

    .header-container {
        padding-top: 30px;
        width: 100%;
    }    

        .header-container h2 {
            font-size: 25px;
            line-height: 30px;
            border-bottom: 1px solid #EFEFEF;
            padding-bottom: 5px;
        }

    main {
        margin-top: 10px;
        width: 100%;
    }

        main.playa-to-paseo {
            margin-top: 267px;
        }

        .feature.playa-to-paseo > div {
            font-size: 23px;
            letter-spacing: 0;
        }

    main h1 {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 20px;
    }   

        main.playa-to-paseo h1 {
            font-size: 19px;
            width: 89%;
        }

        main.playa-to-paseo article.block-text {
            width: 75% !important;
        }

        main.news-coverage p.news-header {
            font-size: 20px;
            margin-bottom: 0;
            padding-bottom: 0;
            margin-left: 0;
        }

        main.news-coverage p {
            font-size: 13px;
            margin-top: 5px;
            margin-left: 0;
        }



    .video {
        width: 100%;
    }


    header {
        display: none;
        background-size: cover;
        height: 200px;
    } 

        .spotlight header {
            display: block;
            height: 300px;
            background-size: contain;
            background-position: 50% 17%;
        }

    article.block-text {
        width: 65% !important;
    }

    .showcase img {
        width: 130px;
    }

    .container.profile img {
        width: 62%;
    }

    .container.profile .arrow-box {
        height: 50px;
        width: 50px;
    }

        .container.profile .arrow-box.left {
            margin-top: 60px;
        }

        .container.profile .arrow-box.right {
            margin-top: 60px;
        }

    footer {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }     

    footer {
        width: 80%;
        /*margin: 0 auto;*/
        padding: 20px 0 20px 0;
        background-color: black;
    }  

        footer div {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
        }

            footer div > * {
                font-size: 20px;
                line-height: 40px;
                margin: 0 5px;
            }

            footer .icon.facebook {
                width: 20px;
            }  

            footer .icon.twitter {
                width: 25px;
            }        

}        


/* VIDEO BACKGROUND VIDEO BACKGROUND VIDEO BACKGROUND VIDEO BACKGROUND VIDEO BACKGROUND VIDEO BACKGROUND */

.home video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/background-placeholder.png) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.stopfade {
    opacity: .5;
}

#polina {
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
    font-weight:100;
    background: rgba(0,0,0,0.3);
    color: #EFEFEF;
    padding: 2rem;
    width: 33%;
    margin:2rem;
    float: right;
    font-size: 1.2rem;
}
#polina button {
    display: block;
    width: 80%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(255,255,255,0.23);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s background;
}
#polina button:hover {
    background: rgba(0,0,0,0.5);
}

a {
    /*display: inline-block;*/
    color: #fff;
    text-decoration: none;
    /*background:rgba(0,0,0,0.5);*/
    /*padding: .5rem;*/
    /*transition: .6s background;*/
}
/*a:hover{
    background:rgba(0,0,0,0.9);
}*/
/*@media screen and (max-width: 500px) {
    div{width:70%;}
}*/
@media screen and (max-device-width: 800px) {
    html { background: url(../img/background-placeholder.png) #000 no-repeat center center fixed; }
    #bgvid { display: none; }
}