@font-face {
    font-family: 'deli';
    src: url("../fonts/delicious.otf") format("opentype");
}

@font-face {
    font-family: 'qs';
    src: url("../fonts/quicksand.otf") format("opentype");
}

body{
    overflow-x: hidden;
    overflow-y: hidden;
    background: #9ec3ff;
}

#lifter-bg{
    position: fixed;
    background: url('../images/home/lifter.png');
    background-size: 100%;
    height: 100vh;
    width:207.5vh;
}

.fullscreen{
    bottom:0;
    position:absolute;
    background: url("../images/home/tool.png");
    background-size: 100% 100%;
    width: 220vh;
    height: 100vh;  
}

#mainpic img{
    position:absolute;
    height:105vh;
    bottom:0vh;
    left:0vh;
}

#inter img{
    position:absolute;
    height:80vh;
    bottom: 11.1vh;
    left:30vh;
}
#pic2 img{
    position:absolute;
    height:80vh;
    bottom: 11.1vh;
    left:30vh;
}


#slider{
    position:absolute;
    height:80vh;
    width:142.2vh;
    bottom: 11.1vh;
    left:30vh;
}

#bkgd{
    position:fixed;
    background: #ccccc9;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:100%;
}

.but-type{
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    -user-select: none; /* Standard */
    cursor: pointer;
}

#back,#front{
    background: url('../images/home/Home1-test.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height:100%;
    width:100%;
    left:0%;
}

#left-but:hover{
    border-right: 2vw solid white;
}

#right-but:hover{
    border-left: 2vw solid white;
}

#left-but{
    display:block;
    width: 0;
    height: 0;
    top:60%;
    transform: translateY(-50%);
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-right: 2vw solid black;
    z-index: 5;
    position: absolute;
    margin: 10px;
}

#right-but{
    display:block;
    left:95vw;
    top:60%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 2vw solid black;
    z-index: 5;
    position: absolute;
    margin: 10px;
}

#inter,#slide,#pic2{
    display:none
}

#mobile img{
    width:100vw;
}

#mobile{
    display:none;
}

@media only screen and (max-device-width: 480px) and (orientation : portrait){
    body{
        overflow: auto;
    }

    #comp{
        display:none;
    }

    #mobile{
        display:block;
    }

}

