body {
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
}

canvas {
    width: 100vw;
    height: 100vh;
    display: block;
    /* background: #222; */
    /* background: url('../images/bg@2x-Darken.jpg') no-repeat center center; */
    background-size: cover;
}

.arrowBtn[data-direction="left"] {
    margin-right: 0.05em;
}

.arrowBtn[data-direction="right"] {
    margin-left: 0.05em;
}

.nameSelection {
    width: 100%;
}

.activeUI {
    background: #431E6F !important;
}

h1#holidayTitle {
    color: #fff;
    font-size: 16vw;
    font-family: 'GTAmerica', 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-shadow: rgba(73, 73, 80, 0.42) 1px 0 10px;
}

h1#holidayTitle .split {
    color: red;
    display: block;
    font-size: 0.725em;
    font-size: 5.07vw;
}

#Yamaha-logo {
    position: absolute;
    display: none;
    bottom: 5%;
    right: 5%;
    z-index: 99;
    max-width: 150px;
}

#Yamaha-logo.activeLogo {
    display: block;
}



.pd-off {
    padding-left: 0;
    padding-right: 0;
}

.gweb2 {
    font-size: 16px;
}

.img_w {
    width: 100%;
}

.gweb2 a {
    cursor: pointer;
}

.gweb2 a:focus {
    text-decoration: none;
}

.gweb2 p,
.gweb2 h1,
.gweb2 h2,
.gweb2 h3,
.gweb2 h4,
.gweb2 h5,
.gweb2 h6 {
    color: inherit;
    margin: 0;
    line-height: inherit;
}

.gweb2 p {
    line-height: 1.5;
    font-size: 16px;
}

#shakeCTA {
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    border: 3px solid #fff;
    width: 100%;
    max-width: 260px;
    color: #fff;
    text-transform: capitalize;
}

.shakeIt {
    animation-name: shake;
    animation-duration: 1s;
}

i.fa {
    pointer-events: none;
}

.uiButtons:focus {
    outline: 0;
}

.uiButtons:active {
    outline: 0;
}


#volumeBtn {
    margin-left: 5%;
    margin-right: 5%;
}

#mainContainer {
    position: absolute;
    left: 2.5%;
    right: 2.5%;
    top: 0;
    display: flex;
    justify-content: center;
}

img.banner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.blinking {
    -moz-animation: blinking 1s linear 10;
    -webkit-animation: blinking 1s linear 10;
    animation: blinking 1s linear 10;
}

@-moz-keyframes blinking {
    0% {
        background: #2F415C;
    }

    50% {
        background: #DE62BD;
    }

    100% {
        background: #24243e;
    }
}

@-webkit-keyframes blinking {
    0% {
        background: #2F415C;
    }

    50% {
        background: #DE62BD;
    }

    100% {
        background: #24243e;
    }
}

@keyframes blinking {
    0% {
        background: #2F415C;
    }

    50% {
        background: #DE62BD;
    }

    100% {
        background: #24243e;
    }
}

.uiButtons,
#loader,
#tutorialOverlay {
    /* Disable iOS double Tap Zoom */
    touch-action: none;
}

.uiButtons {
    min-width: 70px;
    z-index: 5;
    color: #fff;
    font-size: 2em;
    border: 0;
    border-radius: 25%;
    border: 2px solid #ffffff6b;
    background: transparent;
    padding: 0.25em 0.6em;
    -webkit-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
    -webkit-box-shadow: 2px 2px 41px 1px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 2px 2px 41px 1px rgba(0, 0, 0, 0.37);
    box-shadow: 2px 2px 41px 1px rgba(0, 0, 0, 0.37);
}

.uiButtons:active {
    background: linear-gradient(to bottom, #2c3e50, #474848);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flex {
    position: absolute;
    display: inline-flex;
    justify-content: space-between;
    left: 5%;
    bottom: 5%;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-8px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(8px, 0, 0);
    }
}

.mobileArrowWrap {
    position: absolute;
    left: 0;
    display: inline-block;
    bottom: 18%;
    width: 100%;
    text-align: center;
}

/* Search Inputs */
/* #searchOverlay {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.93);
    background: url("../images/searchBg-mobile.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-content: center;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    pointer-events: none;
}

#searchOverlay.active {
    z-index: 999;
    display: grid;
    opacity: 1;
    pointer-events: initial;
} */




button.search_exit {
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    font-size: 3.5rem;
    color: crimson;
    background: transparent;
    border: 0;
}

.gweb2 .search_text {
    margin: 0;
    color: #ff4a3d;
    font-family: GTAmerica;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
}

.search_input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-family: GTAmerica;
}

#snowfall {
    height: 100%;
    width: 100%;
    position: absolute;
    /* display: none; */
    background-image: url("../images/snow-1.png");
    z-index: 9991;
    pointer-events: none;
    -moz-animation: snowfall 10s linear infinite;
    -webkit-animation: snowfall 10s linear infinite;
    animation: snowfall 10s linear infinite;
}

@-moz-keyframes snowfall {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 800px, 0 350px, 0 320px;
    }
}

@-webkit-keyframes snowfall {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 800px, 0 350px, 0 320px;
    }
}

@keyframes snowfall {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 800px, 0 350px, 0 320px;
    }
}

input.form-control.search_input {
    border-bottom: 4px solid green;
}

input.form-control.search_input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 4px solid green;
}

.search_input:focus,
.search_input:active {
    outline: 0;
    text-decoration: none;
    box-shadow: none;
}

button.btn.btn-default {
    border: 0;
}

.form-control {
    padding: 3rem 0;
    font-size: 2.5rem;
}

.input-group {
    width: 100%;
}

.innerTextWrap {
    padding: 5rem 5%;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 3px;
    position: fixed;
    left: 50%;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tut-grid {
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    grid-template-rows: 2fr 0.8fr 1fr;
}

.closeTut {
    background: transparent;
    border: 0;
    margin-top: 2%;
    color: #2A6EF6;
    font-size: 1em;
    font-weight: 500;
    align-self: flex-start;
}

#tutorialOverlay {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin: auto;
    position: absolute;
    overflow: hidden;
    height: 100vh;
    display: none;
}

#tutorialOverlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    max-width: 300px;
    width: 100%;
    border-radius: 15px;
    height: 330px;
    background: #0f0c29;
    background: -webkit-radial-gradient(center 40%, #24243e 0%, #302b63 20%, #121621 100%);
    background: radial-gradient(center 40%, #24243e 0%, #302b63 20%, #121621 100%);
    top: 165px;
    position: absolute;
}

.card:first-child {
    z-index: 2;
}

.card:nth-child(even) {
    position: absolute;
}

.firstCard::after {
    content: 'Hold and Drag';
}

.secondCard::after {
    content: 'Pinch to Zoom';
}


h1.instructions {
    font-family: GTAmerica;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-top: 12.5%;
}

.baseIcon {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
}

.iconSwipeDrag {
    animation-name: swipeRight;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.zoomWrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.iconZoomIn,
.iconZoomOut {
    position: absolute;
}

.iconZoomOut {
    display: block;
    opacity: 0;
    animation: fade 1s infinite;
    -webkit-animation: fade 1s infinite;
    animation-direction: alternate;
}

.iconZoomIn {
    display: block;
    opacity: 0;
    animation: fade 1s infinite;
    -webkit-animation: fade 1s infinite;
    animation-direction: alternate-reverse;
}

@keyframes fade {

    0%,
    10% {
        opacity: 0;
    }

    90%,
    100% {
        opacity: 1;
    }
}

.fade {
    animation-name: fadeIn;
}

@keyframes swipeRight {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    90% {
        opacity: 0;
    }

    to {
        opacity: 0;
        transform: translate3d(125px, 0, 0);
    }
}

.swipeRight {
    animation-name: swipeRight;
}


@-webkit-keyframes aniScrolling {
    0% {
        top: 14px;
        opacity: 0;
    }

    15% {
        top: 14px;
        opacity: 1;
    }

    30% {
        top: 14px;
        opacity: 1;
    }

    45% {
        top: 34px;
        opacity: 1;
    }

    100% {
        top: 34px;
        opacity: 0;
    }
}

@keyframes aniScrolling {
    0% {
        top: 14px;
        opacity: 0;
    }

    15% {
        top: 14px;
        opacity: 1;
    }

    30% {
        top: 14px;
        opacity: 1;
    }

    45% {
        top: 34px;
        opacity: 1;
    }

    100% {
        top: 34px;
        opacity: 0;
    }
}


.downScroll {
    display: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: none;
}

.downScroll:focus {
    outline: 0;
}

.mouseScroll {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 95px;
    margin: 0 auto;
    border: 4px solid #fff;
    border-radius: 23px;
}

.mouseWheel {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 5px;
    height: 16px;
    background-color: #fff;
    border-radius: 50px;
    animation: aniScrolling 2.7s infinite;
    -webkit-animation: aniScrolling 2.7s infinite;
    animation-direction: alternate-reverse;
}


.hiddenUI {
    display: none !important;
}


/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #mainContainer {
        top: initial;
        bottom: 15%;
    }

    .mobileArrowWrap {
        display: none;
    }

    .downScroll {
        display: inline-block;
    }

    .zoomWrap {
        display: none;
    }

    .card {
        top: initial;
        position: relative;
    }

    .mouseClick {
        position: absolute;
        top: -2px;
        left: 0;
        width: 50%;
        height: 50%;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 10px;
        animation: clickAni 2.7s forwards infinite;
        -webkit-animation: clickAni 2.7s forwards infinite;
        animation-delay: 2s;
    }

    .mouseMove {
        animation: mouseMove 2.7s infinite;
        -webkit-animation: mouseMove 2.7s infinite;
        animation-delay: 2s;
    }

    @keyframes mouseMove {
        0% {}

        100% {
            opacity: 0;
            transform: translate3d(125px, 0, 0);
        }
    }

    /* @-webkit-keyframes */
    @keyframes clickAni {
        0% {
            opacity: 0;
        }

        15% {
            opacity: 1;
            background: #fff;
        }

        100% {
            opacity: 0;
        }
    }

    .iconSwipeDrag {
        display: none;
    }

    .firstCard::after {
        content: 'Click and Drag';
    }

    .secondCard::after {
        content: 'Scroll to Zoom';
    }

    h1#holidayTitle {
        font-size: 10vw;
    }

    .innerTextWrap {
        margin-top: 10%;
        padding: 2vw 5%;
    }

    .form-control {
        padding: 8rem 0;
        font-size: 8rem;
    }

    #searchOverlay {
        background: url("../images/searchBg.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    button.search_exit {
        top: 3rem;
        right: 3rem;
        font-size: 5rem;
    }

    #text_box {
        top: 9vw;
    }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1#holidayTitle {
        font-size: 6em;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    h1#holidayTitle {
        font-size: 7vw;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px) {
    h1#holidayTitle {
        font-size: 5.5em;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1800px) {
    h1#holidayTitle {
        font-size: 7em;
    }
}



@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) {


    h1#holidayTitle {
        font-size: 7vw;
    }

    #Yamaha-logo,
    .flex {
        bottom: 20%;
    }

    .card {
        top: 0;
    }

    .downScroll {
        display: none;
    }

    .firstCard::after {
        content: 'Hold and Drag';
    }

    .secondCard::after {
        content: 'Scroll to Zoom';
    }


    h1.instructions {
        font-family: GTAmerica;
        font-size: 2em;
        font-weight: 700;
        color: #fff;
        margin-top: 12.5%;
    }

    .baseIcon {
        width: 100%;
        max-width: 100px;
        margin: 0 auto;
        display: block;
    }

    .iconSwipeDrag {
        animation-name: swipeRight;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-delay: 1s;
        animation-iteration-count: 3;
    }

    .zoomWrap {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .iconZoomIn,
    .iconZoomOut {
        position: absolute;
    }

    .iconZoomOut {
        display: block;
        opacity: 0;
        animation: fade 1s infinite;
        -webkit-animation: fade 1s infinite;
        animation-direction: alternate;
    }

    .iconZoomIn {
        display: block;
        opacity: 0;
        animation: fade 1s infinite;
        -webkit-animation: fade 1s infinite;
        animation-direction: alternate-reverse;
    }

}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #24243e;
    color: #fff;
    font-weight: 800;
    font-family: GTAmerica;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5em;
    opacity: 1;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

#loaderYamaha {
    display: block;
}

#loader.loaded {
    z-index: -1;
    opacity: 0;
}