﻿@import url(https://fonts.googleapis.com/css?family=Raleway);

html, body {
    overflow: hidden;
    margin: 0;
    scrollbar-width: none;
}

/*****************************************/
/* START Scrolling Screens ***************/
/*****************************************/

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 120vh;
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(30vh);
    -moz-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    -o-transform: translateY(30vh);
    transform: translateY(30vh);
    transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

    .background:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0, 0, 0, 0.3);
    }

    .background:first-child {
        background-image: url("../images/backgrounds/LandingPageHarp.jpg");
        -webkit-transform: translateY(-15vh);
        -moz-transform: translateY(-15vh);
        -ms-transform: translateY(-15vh);
        -o-transform: translateY(-15vh);
        transform: translateY(-15vh);
    }

        .background:first-child .content-wrapper {
            -webkit-transform: translateY(15vh);
            -moz-transform: translateY(15vh);
            -ms-transform: translateY(15vh);
            -o-transform: translateY(15vh);
            transform: translateY(15vh);
        }

    .background:nth-child(2) {
        background-image: url("../images/backgrounds/TheAcademy3.jpg");
    }

    .background:nth-child(3) {
        background-image: url("../images/backgrounds/Instruments.jpg");
    }

    .background:nth-child(4) {
        background-image: url("../images/backgrounds/VocalArts.jpg");
    }

    .background:nth-child(5) {
        background-image: url("../images/backgrounds/Jazz.jpg");
    }

    .background:nth-child(6) {
        background-image: url("../images/backgrounds/Composition.jpg");
    }

    .background:nth-child(7) {
        background-image: url("../images/backgrounds/PopularMusic.jpg");
    }

    .background:nth-child(8) {
        background-image: url("../images/backgrounds/Conducting.jpg");
    }

    /* Set stacking context of slides */
    .background:nth-child(1) {
        z-index: 8;
    }

    .background:nth-child(2) {
        z-index: 7;
    }

    .background:nth-child(3) {
        z-index: 6;
    }

    .background:nth-child(4) {
        z-index: 5;
    }

    .background:nth-child(5) {
        z-index: 4;
    }

    .background:nth-child(6) {
        z-index: 3;
    }

    .background:nth-child(7) {
        z-index: 2;
    }

    .background:nth-child(8) {
        z-index: 1;
    }

.content-wrapper {
    height: 90vh;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column nowrap;
    color: #fff;
    font-family: Montserrat;
    /*text-transform: uppercase;*/
    -webkit-transform: translateY(40vh);
    -moz-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    -o-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-title {
    font-size: 12vh;
    line-height: 1.4;
    font-family: 'BrandonText-Bold';
    margin: 45px;
    text-transform: uppercase;
}

.content-subtitle {
    font-family: DINCondensed-Bold;
    font-size: 3.5vh;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.div-button {
    text-align: center;
    margin-top: 31px;
    margin-bottom: 32px;
}

    .div-button a.explore-button {
        display: inline-block;
        text-decoration: none;
        font-family: DINCondensed-Bold;
        font-size: 2.5vh;
        color: white;
        text-transform: uppercase;
        height: 3vh;
        width: 5vw;
        min-width: 102px;
        letter-spacing: 1.5px;
        border: solid;
        border-width: 1px;
        border-color: white;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

a:hover.explore-button.papya {
    color: #F98683;
    border-color: #F98683;
}

a:hover.explore-button.mustard {
    color: #E9B000;
    border-color: #E9B000;
}

a:hover.explore-button.green {
    color: #4EBF95;
    border-color: #4EBF95;
}

a:hover.explore-button.aqua {
    color: #008F95;
    border-color: #008F95;
}

.background.up-scroll {
    -webkit-transform: translate3d(0, -15vh, 0);
    -moz-transform: translate3d(0, -15vh, 0);
    -ms-transform: translate3d(0, -15vh, 0);
    -o-transform: translate3d(0, -15vh, 0);
    transform: translate3d(0, -15vh, 0);
}

    .background.up-scroll .content-wrapper {
        -webkit-transform: translateY(15vh);
        -moz-transform: translateY(15vh);
        -ms-transform: translateY(15vh);
        -o-transform: translateY(15vh);
        transform: translateY(15vh);
    }

    .background.up-scroll + .background {
        -webkit-transform: translate3d(0, 30vh, 0);
        -moz-transform: translate3d(0, 30vh, 0);
        -ms-transform: translate3d(0, 30vh, 0);
        -o-transform: translate3d(0, 30vh, 0);
        transform: translate3d(0, 30vh, 0);
    }

        .background.up-scroll + .background .content-wrapper {
            -webkit-transform: translateY(30vh);
            -moz-transform: translateY(30vh);
            -ms-transform: translateY(30vh);
            -o-transform: translateY(30vh);
            transform: translateY(30vh);
        }

.background.down-scroll {
    -webkit-transform: translate3d(0, -130vh, 0);
    -moz-transform: translate3d(0, -130vh, 0);
    -ms-transform: translate3d(0, -130vh, 0);
    -o-transform: translate3d(0, -130vh, 0);
    transform: translate3d(0, -130vh, 0);
}

    .background.down-scroll .content-wrapper {
        -webkit-transform: translateY(40vh);
        -moz-transform: translateY(40vh);
        -ms-transform: translateY(40vh);
        -o-transform: translateY(40vh);
        transform: translateY(40vh);
    }

    .background.down-scroll + .background:not(.down-scroll) {
        -webkit-transform: translate3d(0, -15vh, 0);
        -moz-transform: translate3d(0, -15vh, 0);
        -ms-transform: translate3d(0, -15vh, 0);
        -o-transform: translate3d(0, -15vh, 0);
        transform: translate3d(0, -15vh, 0);
    }

        .background.down-scroll + .background:not(.down-scroll) .content-wrapper {
            -webkit-transform: translateY(15vh);
            -moz-transform: translateY(15vh);
            -ms-transform: translateY(15vh);
            -o-transform: translateY(15vh);
            transform: translateY(15vh);
        }

/*****************************************/
/* END Scrolling Screens *****************/
/*****************************************/

/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(83,185,232,0.2);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background: rgba(83,185,232,1);
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
    }

.covidHeader {
    font-family: 'BrandonText-Bold';
    text-transform: uppercase;
    font-size: 4vh;
    margin: 0px;
    color: white;
}

.covidMessageBold {
    font-family: 'BrandonText-Bold';
    font-size: 2vh;
    color: white;
}

.covidMessage1 {
    font-family: 'BrandonText-Regular';
    font-size: 2vh;
    color: white;
}

.covidMessage2 {
    font-family: 'BrandonText-Regular';
    font-size: 2vh;
    color: white;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.colorPapyaBg {
    background-color: #F98683;
}

.colorCyanBg {
    background-color: #6EC1D8;
}


.link-button {
    text-align: center;
    text-transform: uppercase;
    width: 465px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    display: inline-block;
    height: 40.739px;
}

    .link-button a.LinkText {
        font-family: DINCondensed-Bold;
        font-size: 25px;
        position: relative;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        padding-top: 7px;
        opacity: 0.80;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        letter-spacing: 2px;
        text-shadow: 1px 1px black;
    }

    .link-button span.LinkText {
        font-family: DINCondensed-Bold;
        font-size: 25px;
        position: relative;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        padding-top: 7px;
        opacity: 0.80;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        letter-spacing: 2px;
        text-shadow: 1px 1px black;
    }


/*****************************************/
/* START Scrolling Mouse and Linked Text */
/*****************************************/

.mouse-wrap {
    height: 414px;
    width: 414px;
    position: relative;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mouse-wrap-studies {
    height: 60px;
    width: 414px;
    position: relative;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .mouse-wrap-studies p {
        font-family: "Raleway", sans-serif;
        letter-spacing: 12px;
        font-size: 14px;
        color: #ffffff;
        animation: nudgeText 5.5s ease-out infinite;
        position: relative;
        left: 50%;
        top: 70px;
        transform: translateX(-50%) translateY(0);
        margin-left: 3px;
        text-align: center;
    }

.mouse-wrap p {
    font-family: "Raleway", sans-serif;
    letter-spacing: 12px;
    font-size: 14px;
    color: #ffffff;
    animation: nudgeText 5.5s ease-out infinite;
    position: relative;
    left: 50%;
    top: 80px;
    transform: translateX(-50%) translateY(0);
    margin-left: 3px;
    text-align: center;
}

.mouse {
    /*top: 480px;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    animation: nudgeMouse 5.5s ease-out infinite;
}

    .mouse:after {
        content: '';
        background-color: #ffffff;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        animation: trackBallSlide 5.5s linear infinite;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: translateY(20px);
    }

    .mouse .frame {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

        .mouse .frame path {
            fill: none;
            stroke: #ffffff;
            stroke-width: 3;
            /*opacity: 0.5;*/
        }

    .mouse .mouse-left,
    .mouse .mouse-right {
        width: 50%;
        position: absolute;
        z-index: 2;
    }

    .mouse .mouse-right {
        right: 0;
    }

    .mouse .Animate-Draw {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 3;
        fill-opacity: 1;
    }

    .mouse .mouse-left .Animate-Draw {
        animation: DrawLine 5.5s ease-out infinite;
    }

    .mouse .mouse-right .Animate-Draw {
        animation: DrawLineBack 5.5s ease-out infinite;
    }

/*Keyframes*/
@keyframes DrawLine {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@keyframes DrawLineBack {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0) translateX(-50%);
    }

    22% {
        transform: translateY(0px) translateX(-50%);
    }

    38% {
        transform: translateY(9px) translateX(-50%);
    }

    48% {
        transform: translateY(0px) translateX(-50%);
    }

    64% {
        transform: translateY(9px) translateX(-50%);
    }

    74% {
        transform: translateY(0px) translateX(-50%);
    }

    90% {
        transform: translateY(9px) translateX(-50%);
    }
}

/*Text*/
@keyframes nudgeText {
    0% {
        transform: translateY(0) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    22% {
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    38% {
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    48% {
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    64% {
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    74% {
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    90% {
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }
}

/*Mouse wheel*/
@keyframes trackBallSlide {
    0% {
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    22% {
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    26% {
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    34% {
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    41% {
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    48% {
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    52% {
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    60% {
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    67% {
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    74% {
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    78% {
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    86% {
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    93% {
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    100% {
        transform: translateY(20px) scale(1);
        opacity: 1;
    }
}

/***************************************/
/* END Scrolling Mouse and Linked Text */
/***************************************/

/***************************************/
/* START VAMA Content ******************/
/***************************************/
.vamalogo {
    height: 414px;
    width: 414px;
    position: relative;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 8vh;
}

@media (max-height:665px) and (orientation: Portrait) {
    .vamalogo {
        height: 308px;
        width: 308px;
        top: 40%;
    }
}

/***************************************/
/* END VAMA Content ********************/
/***************************************/

@media (max-width:600px) and (orientation: Portrait) {
    .vamalogo {
        height: 208px;
        width: 208px;
        top: 35%;
    }

    .mouse-wrap {
        height: 208px;
        width: 208px;
        margin-top: 40px;
    }

    mouse {
        /*top: 480px;*/
        /*position: relative;*/
        /*left: 50%;
    transform: translateX(-50%);*/
        width: 24px;
        /*animation: nudgeMouse 5.5s ease-out infinite;*/
    }

    .content-title {
        font-size: 6vh;
        line-height: 1.4;
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-wrapper {
        height: 50vh;
    }

    .content-subtitle {
        font-family: DINCondensed-Bold;
        font-size: 25px;
        letter-spacing: 1.5px;
        margin-top: 150px;
    }
}

@media (max-width:480px) and (orientation: Portrait) {

    .vamalogo {
        height: 258px;
        width: 258px;
        top: 35%;
        margin-bottom: 0vh;
    }

    .mouse-wrap {
        height: 208px;
        width: 208px;
        margin-top: 40px;
    }

    .mouse {
        /*top: 480px;*/
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        animation: nudgeMouse 5.5s ease-out infinite;
    }

    .content-title {
        font-size: 6vh;
        line-height: 1.4;
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-wrapper {
        height: 50vh;
    }

    .content-subtitle {
        font-family: DINCondensed-Bold;
        font-size: 25px;
        letter-spacing: 1.5px;
        margin-top: 150px;
    }

    .background:first-child {
        background-image: url("../images/backgrounds/LandingPageHarpMobile.jpg");
    }

    .background:nth-child(2) {
        background-image: url("../images/backgrounds/TheAcademy4.jpg");
    }

    .background:nth-child(3) {
        background-image: url("../images/backgrounds/Instruments.jpg");
    }

    .background:nth-child(4) {
        background-image: url("../images/backgrounds/VocalArtsMobile.jpg");
    }

    .background:nth-child(5) {
        background-image: url("../images/backgrounds/Jazz.jpg");
    }

    .background:nth-child(6) {
        background-image: url("../images/backgrounds/Composition.jpg");
    }

    .background:nth-child(7) {
        background-image: url("../images/backgrounds/PopularMusicMobile3.jpg");
    }

    .background:nth-child(8) {
        background-image: url("../images/backgrounds/Conducting.jpg");
    }

    .div-button a.explore-button {
        display: inline-block;
        text-decoration: none;
        font-family: DINCondensed-Bold;
        font-size: 2.5vh;
        color: white;
        text-transform: uppercase;
        /*height: 100%;
    width: 110px;*/
        height: 3vh;
        width: 20vw;
        letter-spacing: 1.5px;
        border: solid;
        border-width: 1px;
        border-color: white;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        /*padding-top: 10px;*/
    }

    .link-button {
        text-align: center;
        text-transform: uppercase;
        width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        display: inline-block;
        height: 40.739px;
    }

    .covidHeader {
        font-size: 1.7vh;
    }

    .covidMessage {
        font-size: 16px;
    }
}


/* iPhone X, XS, 11 Pro */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation: landscape) {

    .vamalogo {
        height: 200px;
        width: 200px;
        top: 40%;
        margin-bottom: 0vh;
    }

    .content-title {
        font-size: 12vh;
        line-height: 1.4;
        font-family: 'BrandonText-Bold';
        margin: 25px;
        text-transform: uppercase;
    }

    .content-wrapper {
        height: 91vh;
    }

    .content-subtitle {
        font-family: DINCondensed-Bold;
        font-size: 4.5vh;
        /*letter-spacing: 1.5px; */
        text-transform: uppercase;
        margin: 0px
    }

    .covidMessage1 {
        font-family: 'BrandonText-Regular';
        font-size: 4vh;
        color: white;
    }

    .covidMessage2 {
        display: none;
    }

    .div-button {
        margin-top: 2px;
    }

        .div-button a.explore-button {
            font-size: 4vh;
            height: 20px;
        }

    .mouse {
        width: 36px
    }

    .mouse-wrap {
        height: 90px;
        width: 90px;
        position: relative;
        top: 175px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .mouse-wrap p {
            width: 110px;
            text-align: center;
        }

    .mouse-wrap-studies {
        height: 90px;
        width: 90px;
        top: 80px;
    }

        .mouse-wrap-studies p {
            font-family: "Raleway", sans-serif;
            letter-spacing: 12px;
            font-size: 14px;
            color: #ffffff;
            animation: nudgeText 5.5s ease-out infinite;
            position: relative;
            left: 50%;
            top: 70px;
            transform: translateX(-50%) translateY(0);
            /*margin-left: 3px;*/
            text-align: center;
            width: 170px;
        }

    .slogan {
        display: none;
    }

    .scrollWord {
        display: none;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation: portrait) {

    .covidMessage1 {
        font-family: 'BrandonText-Regular';
        font-size: 2vh;
        color: white;
    }

    .covidMessage2 {
        display: none;
    }

    .vamalogo {
        height: 308px;
        width: 308px;
        top: 40%;
    }

    .mouse-wrap {
        height: 170px;
        width: 170px;
        position: relative;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .mouse-wrap p {
            width: 170px;
            text-align: center;
        }

    .slogan {
        display: none;
    }
}
