/*@font-face {
  font-family: 'poalim';
  src: url('../font/PoalimBeta3-Regular_0.otf');
}
@font-face {
  font-family: 'poalimBold';
  src: url('../font/PoalimBeta3-Bold_0.otf');
}
@font-face {
  font-family: 'poalimLight';
  src: url('../font/PoalimBeta3-Light_0.otf');
}*/
body{
    overflow: hidden;
    font-family: 'Assistant', sans-serif;
    background-image: url(../img/pattern.jpg);
}
#contentDiv{
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 10%;
    margin: 0;
    padding: 0;
    font-size: 1.4vw;
    text-align: right;
    transition: all 500ms ease-in-out 0s;
}
#titleDiv{
    color: #B82958;
    height: auto;
    font-size: 10vw;
    text-align: center;
    letter-spacing: 1.8vw;
    font-weight: 700;
}
#realContent{
    position: relative;
    width: 40%;
    left: 0;
    color: #525252;
    direction: rtl;
    margin: 1em;
}
#realContent button{
    margin-top: 6%;
}
#vidDetail button{
    font-size: 1.6vw;
}
button{
    font-size: 1.8vw;
    padding-bottom: .2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    background-color: #B82958;
    background: linear-gradient(90deg, #F1552D, #B82958);
    opacity: 1;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    transition: opacity 300ms linear 0s, transform 200ms ease-out 0s;
}
button:hover{
    opacity: .8;
    transition: opacity 300ms linear 0s, transform 200ms ease-out 0s;
}
button:active{
    transform: scale(.8);
    transition: opacity 300ms linear 0s, transform 200ms ease-out 0s;
}
#puppetDiv{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 92%;
    background-image: url(../img/puppet.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#dockDiv{
    position: absolute;
    height: 8vw;
    width: 100%;
    bottom: 5%;
    left: 0;
    display: flex;
    direction: rtl;
    /*flex-direction: row-reverse;*/
    justify-content: center;
    transition: all 500ms ease-in-out 0s;
}
#dockDiv div span{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 2%;
    padding-bottom: 3%;
    width: 98%;
    background-color: rgba(0,0,0,.3);
    color: #ffffff;
}
#dockDiv div span b{
    font-weight: normal;
    float: left;
    margin-left: 2%;
}
#dockDiv div span::first-line{
    font-weight: 700;
    /*color: #B82958;*/
    color: #ffffff;
}
#dockDiv .postDiv span::first-line{
    color: #525252;
}
#dockDiv .postDiv span b{
    color: #525252;
}
#dockDiv div{
    font-size: 1vw;
    line-height: 1vw;
    text-align: right;
    position: relative;
    height: 70%;
    width: 10%;
    bottom: 0;
    /*float: left;
    align-content: flex-end;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.4);*/
    background-image: url("../img/video2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    cursor: pointer;
    margin: .5%;
    transition: all 300ms ease-in-out 0s, line-height 0ms linear 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
#dockDiv .childDiv:hover{
    height: 120%;
    width: 17%;
    bottom: 68%;
    margin: 2%;
    font-size: 1.6vw;
    line-height: 1em;
    transition: all 300ms ease-in-out 0s, line-height 0ms linear 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
#dockDiv .postDiv{
    /*display: inline;
    bottom: auto;
    right: auto;
    top: 1%;
    left: 1%;
    width: 40%;*/
    /*width: 40% !important;
    height: 150%;*/
    float: right;
    margin: 2%;
    width: 16vw;
    height: 9vw;
    left: 5%;
    font-size: 1.4vw;
    line-height: 1.4vw;
    transform: scale(1);
}
#dockDiv .postDiv:hover{
    width: 14vw;
    height: 7.9vw;
    bottom: auto;
    left: 5%;
    margin: 2%;
    float: right;
    font-size: 1.2vw;
    line-height: 1.2vw;
}
#dockDiv .postDiv span{
    margin-right: 102%;
    background-color: rgba(0,0,0,0);
    color: #525252;
    width: 90%;
    /*margin-right: .5%;
    left: -.5%;*/
}
#dockDiv div:nth-of-type(2){
    background-image: url("../img/video1.png");
}
#dockDiv div:nth-of-type(3){
    background-image: url("../img/video3.png");
}
#dockDiv div:nth-of-type(4){
    background-image: url("../img/video4.png");
}
#dockDiv div:nth-of-type(5){
    background-image: url("../img/video5.png");
}
#dockDiv div:nth-of-type(6){
    background-image: url("../img/video6.png");
}
#dockDiv div:nth-of-type(8){
    background-image: url("../img/video3.png");
}
#videoContent{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 100%;
    right: 10%;
    margin: 0;
    padding: 0;
    color: #525252;
    font-size: 1.8vw;
    text-align: right;
    direction: rtl;
    transition: all 500ms ease-in-out 0s;
}
.fileDiv{
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: 0;
    left: 0;
    background-image: url(../img/file.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 200ms ease-in-out 0s;
    cursor: pointer;
}
.fileDiv:hover{
    transform: scale(.8);
    transition: all 200ms ease-in-out 0s;
}
#vidObject{
    position: relative;
    width: 100%;
    top: 0;
    float: right;
    margin: .5%;
    margin-top: 1.8%;
    padding: 0;
    outline: .3vw solid #B82958;
    transition: all 500ms ease-in-out 0s;
}
#questDiv{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: .5%;
    margin-top: 1.8%;
    pointer-events: none;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
}
#questObj{
    border: none;
    outline: none;
    position: relative;
    left: 5%;
    width: 105%;
    height: 100%;
}
#vidDetail{
    position: relative;
    width: 100%;
    float: right;
    margin: 0;
    margin-top: 2vw;
    transition: all 500ms ease-in-out 0s;
}
#vidDetail::first-line{
    font-weight: 700;
    color: #B82958;
    font-size: 1.2em;
}
video::-webkit-media-controls{
              filter: hue-rotate(130deg) saturate(2) brightness(1);
            }
            video{
                position: absolute;
                width: 50%;
            }
@media screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
    #puppetDiv{
        width: 100%;
        height: 62%;
    }
    #realContent {
        font-size: 2em;
        width: 100%;
        margin: 0;
    }
    #vidDetail button{
        font-size: 1em;
    }
    button{
        font-size: 1.3em;
        padding-bottom: 1.2vw;
    }
    #titleDiv{
        font-size: 6em;
        width: 100%;
        letter-spacing: 1.6vw;
    }
    #dockDiv{
        display: flex;
        flex-wrap: wrap;
        height: 16vw;
        bottom: 10%;
        width: 90%;
        margin-left: 4.5%;
    }
    #dockDiv .childDiv{
        float: left;
        height: 73%;
        width: 23%;
        font-size: 1.5em;
        line-height: 3.2vw;
        margin: 1%;
    }
    #dockDiv .childDiv:hover{
        float: left;
        height: 73%;
        width: 23%;
        font-size: 3vw;
        line-height: 3.2vw;
        bottom: 0;
        margin: 1%;
    }
    #dockDiv .postDiv{
    float: right;
    margin: 2%;
    width: 32vw;
    height: 18vw;
    left: 5%;
    font-size: 4vw;
    line-height: 4vw;
        clear: both;
        transform: scale(1);
}
#dockDiv .postDiv:hover{
    width: 28vw;
    height: 15.8vw;
    bottom: auto;
    left: 5%;
    margin: 2%;
    float: right;
    font-size: 3.5vw;
    line-height: 3.5vw;
}
#dockDiv .postDiv span{
    margin-right: 102%;
    background-color: rgba(0,0,0,0);
    color: #525252;
    width: 120%;
}
    #videoContent{
        width: 90%;
        left: 5%;
        margin: 0;
    }
    #vidObject, #questDiv{
        width: 100%;
        margin: 0;
        margin-top: 5%;
    }
    #vidDetail{
        width: 90%;
        font-size: 2em;
    }
    #questDiv{
        height: 120vw;
    }
}