@charset "UTF-8";

/* BASE */

body{
	height: 100%;
	background-color: #FFF;
}

.cvFolder{
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #FFF;
	overflow:hidden;
}

#mainCanvas{
	margin: 0;
	
	background-color: #FFF;
}

.cvMask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: 1vh;*/
    background-color: #FFF;
    z-index: 999;
}

.cvLogo{
    position: relative;
    width: 10%;
    top: 40%;
}

.cvTitleFolder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cvTitle{
    width: 90%;
    padding-top: 14%;
    opacity: 0;
}

.cvScrollFolder{
	bottom: 5px;
	position: absolute;
	width: 100%;
}

.cvScroll{
	width: 10%;
	opacity: 0;
}

@media screen and (max-width: 735px) {

	.cvLogo{
	    width: 35%;
	}

	.cvScroll{
		width: 20%;
	}

}