.slick-prev:before, .slick-next:before { 
	color:black;
}
.node{
	font-weight: bold;
	font-size:1.2em;
}
.link {
	stroke: #777;
	stroke-width: 2px;
}
head, body{
	background-color: #000000;
}
#first-section{
	background-color: #E0E0E0;
}
#second-section{
	background-color: #E0E0E0;
}
#third-section{
	background-color: #E0E0E0;
}
#fourth-section{
	background-color: #E0E0E0;
}
#first-section-subpage{
	background-color: white;
}
#second-section-subpage{
	background-color: white;
}
#third-section-subpage{
	background-color: white;
}
#fourth-section-subpage{
	background-color: white;
}
#gallery{
    width:80vw;
    height:80vh;
}
#loader{
	background-color: #0C0C0C;
	position:fixed;
	height:100vh;
	width:100vw;
	text-align: center;
	margin:0;
	padding:0;
	overflow:hidden;
}