@font-face {
    font-family: 'bangersregular';
    src: url('https://font1.vid-dang.com/bangers-webfont.woff2') format('woff2'),
         url('https://font1.vid-dang.com/bangers-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fira_sansbold';
    src: url('https://font2.vid-dang.com/firasans-bold-webfont.woff2') format('woff2'),
         url('https://font2.vid-dang.com/firasans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Light";
    font-style: normal;
    font-weight: 300;
    src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@media screen and (orientation: landscape) {
    .logo-inner {
        width: 35%;
        height: 263px;
        background-position: 102% 49%;
    }
        
    .logo-text-1-splash {
        font-size: calc(100vw * .07);
        left: 6px;
        top: 84px;
    }
    .logo-text-2-splash {
        font-size: calc(100vw * .09);
        top: 89px;
    }  
}
@media screen and (orientation: portrait) {
/*
    .spin-logo {
        top: 20% !important;
        height: 50% !important;
        justify-content: space-between;
    }
*/
    .logo-inner {
        width: 55%;
        height: 89px;
        background-position: 92% 56%;
    }
        
    .logo-text-1-splash {
        font-size: calc(100vw * .1);
        top: 16px;
    }
    .logo-text-2-splash {
        font-size: calc(100vw * .12);
        top: 18px;
    }  
}
h3 {
    font-weight: 500;
    margin: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes logoOut {
    0% {
        -webkit-transform: scale(1) translate(0, -30px);
            transform: scale(1) translate(0, -30px);
        -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    10% {
        -webkit-transform: scale(.2) translate(0, -10px);
            transform: scale(.2) translate(0, -10px);
        -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    25% {
        -webkit-transform: scale(2) translate(0, -30px);
            transform: scale(2) translate(0, -30px);
        -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    }
    90% {
        -webkit-transform: scale(2.1) translate(20px, -40px);
            transform: scale(2.1) translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(0) translate(0, -10px);
            transform: scale(0) translate(0, -10px);
    }
}
@keyframes blowUp {
    0% {
        -webkit-transform: scale(0);
            transform: scale(0);
        -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    100% {
        -webkit-transform: scale(1);
            transform: scale(1);
    }
}
.splash-video {
    transform: scale3d(0,0,0);
    width: 100%;
    height: auto;
/*    box-shadow: 0px 0px 11px 7px #777;*/
/*    z-index: 2;*/
}
.splash-video-enter {
    -webkit-animation: growIn .3s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: growIn .3s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.splash-video-leave {
    -webkit-animation: scale-out-center .2s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: scale-out-center .2s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.spin-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.spin-logo-wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.logo-inner {
    display: flex;
    position: relative;
    justify-content: center;
}
.logo-inner img {
    display: none;
}
.logo-inner.logoOut {
    animation: logoOut 1.8s;
/*
    background-image: url(/img/explosion.png);
    background-size: 40%;
    background-repeat: no-repeat;
*/
}
.logo-text-1-splash {
    color: paleturquoise;
    font-family: 'fira_sansbold';
    position: absolute;
    left: 0;
}
.logo-inner.logoOut .logo-text-1-splash {
/*    color: #beff00;*/
/*
    color: yellow;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
*/
    display: none;
}
.logo-text-2-splash {
    color: paleturquoise;
    font-family: bangersregular;
    position: absolute;
    margin-left: 1%;
    left: 36%;
}
.logo-inner.logoOut .logo-text-2-splash {
/*
    transform: rotate(-4deg);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    color: red;
*/
    display: none;
}
.logo-inner.logoOut img {
    display: block;
}
.loading-text {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: 26px;
    text-align: center;
    color: paleturquoise;
}
body.blowUp {
    animation: blowUp .3s both;
}