/* Algemeen */
* {
  box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
}

body {
	font-family: 'Bebas Neue', cursive;
}
a {
	color: white;
	text-decoration:none;
}
a:visited {
	color: white;
	text-decoration:none;

}
a:active {
	color: white;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:none;
}


#background {
	background-image: url("paul.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	margin: auto;
	background-position: 69% top;
	background-attachment: fixed;
}


#frame {
	display: block;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	
}

.row {
   	display: block;
	width: 100vw;
	height: 8.3333333333333333333333333333vh;

	float: left;
	
}


#mail {
	background-image: url("contact.png");

}
#twitter {
	background-image: url("twitter.png");

}
#linkedin {
	background-image: url("linkedin.png");

}
#goodreads {
	background-image: url("goodreads.png");

}
#imdb {
	background-image: url("imdb.png");

}
#discogs {
	background-image: url("discogs.png");

}
#top2000 {
	background-image: url("top2000.png");

}
#vakgpool {
	background-image: url("vakgpool.png");

}
#feedme {
	background-image: url("feedme.png");

}
#groundhopper {
	background-image: url("groundhopper.png");

}
#sco {
	background-image: url("sco.png");

}
#home {
	background-image: url("paulwhite.png");

}

.icondiv {
	display: block;
	width: 10vh;
	height: 100%;
	float: left;
	background-repeat:no-repeat;
	background-size: 69% 69%;
	background-position: center;
	background-color: #050505;
}

.icon {
	display: block;
	width: 80%;
	height: 80%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;


}


.note { 
	display: block; 
	visibility: hidden;
	width: calc(100% - 10vh);
	height: 100%;
	float: left;
	font-size: 6.5vh;
	color: white;
	position: relative;
	background: rgb(5,5,5);
	background: linear-gradient(90deg, rgba(5,5,5,1) 0%, rgba(5,5,5,0.006039915966386533) 100%);	

}
.stickynote { 
	display: block;
	width: calc(100% - 10vh);
	height: 100%;
	float: left;
	font-size: 6.5vh;
	color: white;
	position: relative;
	background: rgb(5,5,5);
	background: linear-gradient(90deg, rgba(5,5,5,1) 0%, rgba(5,5,5,0.006039915966386533) 100%);
}
  

.notetext {
	position: absolute;
	bottom: 0;
	left: 0;
}

.icondiv:hover ~.note {
	display: block;
	visibility: visible;
	width: calc(100% - 10vh);
	height: 100%;
	float: left;
	font-size: 6.5vh;
	color: white;
	position: relative;
	background: rgb(5,5,5);
	background: linear-gradient(90deg, rgba(5,5,5,1) 0%, rgba(5,5,5,0.006039915966386533) 100%);	
}


