body {
	background-color: black;
	color: #FF4F00;
	background: url("../img/bg.jpg") no-repeat center center fixed; 
	background-size: cover;
}

.flag {
	height: 15vh;
	opacity: 0.6;
}

#title {
	/*background: rgba(10, 10, 10, 0.6);*/
	width: 50vw;
	margin-top: 35vh;
	margin-left: 40vw;	
	font-family: 'Courgette', cursive;
	font-style: bold;
	font-size: 6vw;
	text-shadow: 5px 5px 10px black;
}

@keyframes fade{
    0%{opacity:1;} 

    25%{opacity:0;} 

    50%{opacity:0;} 

    75%{opacity:1;} 
} 

#EN {  
	display:inline;
    position:relative;
    animation-name:fade;
    animation-duration: 8s;
    animation-iteration-count: infinite;
	}
#NL {
	display: inline;
    position: relative;
    margin-left: -34.55vw;
    animation-name: fade;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-delay: 4s;
}
	
#S {
	position: relative;
	left:15%;
	}
	
footer img {
	width: 10vw;
}

footer {
	position: fixed;
	background: rgba(10, 10, 10, 0.5);
	left: 0;
	bottom: 0;
	width: 100%;
	font-family:;
	color: white;
	text-align: center;
}

footer a:link {
	color: white;
}

footer a:visited {
	color: gray;
}