body{

    background-color: #f4f4f4 !important;
}

.backColor{
    background-color: #404040;
    position: fixed;
    height: 0;
    bottom: 0;
    width: 100vw;
    animation: backAnim 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes backAnim {
    0% {
        bottom: 0;
        height: 0vh;
    }
    99% {
        bottom: 0;
        height: 100vh;
        animation-play-state: paused;
    }
    100%{
        bottom: 0;
        height: 100vh;
    }
}

#introHolder{
    width: 70vw; height: 100%;
    margin-left: auto; margin-right: auto;
    margin-top: 10vh;
    display: inline-block;
    opacity: 0%;
}

.verStroke{
    width: 0.6vw; height: 123px;
    background: #f4f4f4;
    border-radius: 5vw;
    float: left;
}

.inline-block{
    display: inline-block;
}

.introText{
    font-size: 35px;
    color: #f4f4f4;
    margin-top: 10vw;
    text-align: left;
    letter-spacing: 2px;
}

.subText{
    font-size: 20px;
    color: #f4f4f4;
    margin-top: 5vw;
    text-align: left;
    letter-spacing: 1.3px;
}

.panelAnim{
    animation: panelFade 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes panelFade {
    0%{
        opacity: 0%;
    }
    99%{
        opacity: 100%;
        animation-play-state: paused;
    }
    100%{
        opacity: 100%;
    }
}

#catHolder {
    width: 80vw;   height: 20vw;
    margin-left: auto; margin-right: auto;
    opacity: 0%;
}

form{
    margin-left: auto;
    margin-right: auto;
}

input{
    margin-right: 2vw;
    margin-left: 2vw;
    width: 15vw;
    height: 15vw;
    display: inline-block;
    color: transparent;
    background-color: transparent;
    background-position: center;
    background-size: contain;
}

#InteractivesButton{
    background-image: url(../img/UI/Interactives_00000.png);
}

#InteractivesButton:hover{
    background-image: url(../img/gif/Interactives-01.gif);
}

.title {
    width: 100px;    height: 200px;
    display: inline-block;
    overflow: hidden;
    border-right: solid rgb(150,150,150) 2px;
}

#WIP {
    width:80vw;
    max-height: 50vw;
    margin: -80px auto auto auto;
}

#startHolder{
    position: absolute;
    width: 100vw;
    text-align: center;
}

#mainLogo{
    max-width: 80vw;
    max-height: 60vh;
    margin-left: auto; margin-right: auto;
    display: block;
    top: 50px;
}

@keyframes mainAnim {
    0%{
        opacity: 100%;
    }
    99%{
        opacity: 0%;
        animation-play-state: paused;
    }
    100%{
        opacity: 0%;
    }
}

#continueGif {
    max-width: 300px;
    max-height: 200px;
    width: 15vw; height: 10vw;
    margin-left: auto; margin-right: auto;
    display: block;
    bottom: 50px;
}

.peakpanel{
    width: 32%; height: 40vw;
    margin-top: 3vh;
    background-color: #f3f3f3;
    display: inline-block;
    opacity: 0%;
}

.peakpanelHide{
    display: none;
}

.midpanel{
    margin-left: 1.5595%; margin-right: 1.5595%;
}

.panelTop{
    width: 100%; height: 8%;
    padding-top: 3%;
}

.panelDevider{
    width: 96%; height: 3px;
    margin-left: auto; margin-right: auto;
    background-color: #404040;
}

.panelContent{
    width: 90%; height: 74%;
    margin-left: auto; margin-right: auto;
    margin-top: 6%;
}

.panelFooter{
    width: 95%; height: 8%;
    margin-left: auto; margin-right: auto;
    margin-top: 6%;
}

.itemholder{
    width: 100%; height: 100%;
}

.itemholder input{
    width: 100%; height: 100%;
    background-color: #404040;
    color: #f3f3f3;
}


@media screen and (orientation: portrait) {
    #startHolder{
        position: absolute;
        width: 80vw;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-top: 10vw;
        text-align: center;
    }

    #continueGif {
        max-width: 300px;
        max-height: 200px;
        width: 15vw; height: 10vw;
        margin-left: auto; margin-right: auto;
        margin-top: 10vh;
        display: block;
        bottom: 50px;
    }

    .verStroke{
        width: 0.6vw; height: 16.5vw;
        background: #f4f4f4;
        border-radius: 5vw;
        float: left;
    }

    .subText{
        font-size: 23px;
        color: #f4f4f4;
        margin-top:15vw;
        text-align: left;
        letter-spacing: 1.3px;
    }

    #catHolder {
        width: 80vw;   height: 20vw;
        position: absolute;
        margin-left: 10vw;
        margin-right: 10vw;
        opacity: 0%;
    }

    form{
        margin-left: auto;
        margin-right: auto;
    }

    input{
        margin-right: 7vw;
        margin-left: 7vw;
        margin-top: 8vw;
        width: 25vw;
        height: 25vw;
        display: inline-block;
        color: transparent;
        background-color: transparent;
        background-position: center;
        background-size: contain;
    }
}