html{	


}

body {
	
	font-size: 80%;       /* zorgt dat de font instelling van de browser wordt overgenomen */
	font-family: sans-serif;
	/*
background-color: orangered;	*/
}

#landing {	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	
	align-items: center;
	overflow: hidden;


/*
	background: url(../images/aRemainder-3.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  */
}

.landingRow {	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	
	align-items: center;
	overflow: hidden;
}


#landing div img {	
	height: 48vh;  /* calc(99vh /2);	*/
}
/*	??????????????????????????????	*/
object {	
	width: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}		
#landingLink {
	
	
}	

#landingLink a {
	display: block;
    position: fixed;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0px;
	text-align: center;
	
  cursor: pointer;
}	

#landingLink a:first-of-type {
   
   left: 0px;    
}	

#landingLink a:last-of-type {
    right: 0;
/*    left: 50%;    */
}	

a:hover h1 {
	color: royalblue;
	font-weight: bold;	/*
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;	*/
}

h1 {
	margin-top: 80vh;	
	font-weight: bold;
	color: darkgrey;	
}


svg{width:100%;}


#copyright {
	opacity: 0.7;
	position: fixed;
	min-width: 260px;
	bottom: 0;
	margin-bottom: 10px;
	z-index: 9;
	text-align: center;
	width: 100%;
	/*left: 45%;		*/
}

#copyright > small > span{
	opacity: 0.9;
	font-size: 0.85em;
	font-variant: small-caps;
}

@media screen and (max-width: 479px) {
h1 {
	font-size: 1.5em;	
}

}

@media screen and (min-width: 480px) and (max-width: 767px) {

h1 {
	font-size: 2em;	
}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

h1 {
	font-size: 2.5em;	
}

}

@media screen and (min-width: 992px) {

h1 {
	font-size: 3em;	
}

}