html{
    min-height: 100%;
    background-image: radial-gradient(white, rgb(200,200,200));
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    cursor: url(cur.png), default;
}

html,body{
	margin: 0px;
}

.slide{
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

.bigTitle{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0px;
	width: 80vw;
	font-size: 4vw;
}

.listTitle{
	font-size: 3.5vw;
	margin: 10vh 10vw 0px 10vw;
}

ul{
	margin: 5vw 15vw 0px 15vw;
	font-size: 3vw;
}

.imageDiv{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

video{
	width: 100vw;
	height: 100vh;
}

.videoDiv{
	background: black;
}

iframe{
	width: 100%;
	height: 100%;
}