@charset "utf-8";
a { 
    text-decoration: none;
    color: rgba(104,103,103,1.00);
}
.hoverImage:hover {   
	opacity: 0.5;
}
header {
	text-align:center;
	display: block;    
}
header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
    text-align:right; 
    text-decoration: none;
}
header .beLogo {
	background-color: rgba(237,237,237,1.00);
	width: 140px;
	border-radius: 50%;
	height: 140px;
	clear: both;
}
header .aanvuBE h1 {
	font-family: 'Irish Grover', cursive;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}

header .aanvuBE h3 {
	font-family: 'Josefin Slab', serif;
	color: rgba(146,146,146,1.00);
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
    
}

header #oneliner {
    width: 100%;
    max-width: 960px;
    font-size:22px; 
    text-align:center;
    height:80px;
}
header #blijeEyckel {
    width: 100%;
    max-width: 960px;
    font-family: 'Irish Grover', cursive;
    margin-top: 20px;
    font-size:18px;
    color: #0D6825;
    text-align:center;
    min-height:200px;
   
 }
header #login{
    width: 100%;
    max-width: 960px;
    font-size:22px; 
    text-align:right;
    height:20px;
    color: rgba(255,255,255,1.00);
    text-decoration:none; 
}
header #navigatie{
    width: 100%;
    max-width: 960px;
    font-size:22px; 
    text-align:right;
    height:80px;
    color: rgba(255,255,255,1.00);
    text-decoration:none; 
}