/*
 * Custom CSS - www.studiovanzwet.nl
 * 
 *     (  )   (   )  )
 *      ) (   )  (  (
 *      ( )  (    ) )
 *      _____________
 *     <_____________> ___
 *     |             |/ _ \
 *     |               | | |
 *     |               |_| |
 *  ___|             |\___/
 * /    \___________/    \
 * \_____________________/
 * 
 * Let's turn coffee (or another beverage) into website code.
 * 
 * color: #00A6B4;
 * 
 */


html 
{    
    font-family: 'Montserrat';
	font-size: 0.9em;

}


.topmenu a {text-decoration: none; }

a {color: #000; text-decoration: underline}

a:hover {color: #00A6B4; text-decoration: none;}

.footer a {text-decoration: none; color: #FFF;}
.footer a:hover {color: #FFF; text-decoration: underline;}

.footer ul {list-style: none; padding-left: 0px;}
.footer .fas, .footer .fab {font-size: 1.4em;} 


h1, h2, h3, h4, h5, h6, h7 { 

    font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #00A6B4;
font-size: x-larger;
    width: 100%;
}


.img-fill {
    display: block;
    width: 100%;
min-height: 46.875vw;

}


.logo {width: 200px;}

.topmenu {
    box-shadow: 0px 5px 5px 
rgba(0, 0, 0, .2);
	

}

.row {margin-right: 0px; margin-left: 0px;}


/* media queries */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
		.logo {width: 350px;}
.blok {margin: 100px auto;}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 767px) {

	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width:992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}



.navbar-light .navbar-toggler {
border: none;}



[data-scroll] {
	transition: all 1s;
}

[data-scroll="in"] {
	opacity: 1;
	transform: translateY(0px);

}

[data-scroll="out"] {
	opacity: 0;
	transform: translateY(500px);
}


.blok {margin: 0px auto;}
.footer {background-color: #00A6B4; color: #FFF; padding: 50px 0px;}


.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
}

.rechtsgebieden-icon {
	
	max-height: 150px;
	margin-bottom: 30px;
}