/*------------------------------------------------------*/
/*------Algemeen
/*------------------------------------------------------*/

body{
    font-family: 'Crimson Text', serif;
    font-size: 21px;
    line-height: 38px;
    color: #666;
}

.cd-top {
    position: fixed;
    right: 30px;
    display: none;
    background: rgba(0,0,0,0.70);
    z-index: 100;
    color: #fff;
    padding: 6px 20px;
    font-size: 30px;
    bottom: 30px;
}

.container {
	max-width: 870px;
}

/*------------------------------------------------------*/
/*------Header
/*------------------------------------------------------*/

header {
	padding:30px 0 0;
}

.logo {
	max-width: 300px;
}

/*#nav {}

#nav ul {
	padding:0;
	list-style: none;
	margin:0;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
	color:#000;
	text-transform: uppercase;
	font-size:14px;
    padding: 25px 10px 0;
    display: block;
}

#nav ul li a.Active,
#nav ul li a:hover {
	text-decoration: none;
}

.mob-menu {
	display: none;
}
*/
/*------------------------------------------------------*/
/*------Slider
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*------onScreen
/*------------------------------------------------------*/

/*
section:not(.no-animation) .container,
section:not(.no-animation) .container-fluid {
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition:  all 1.0s ease-out;
	-moz-transition:  all 1.0s ease-out;
	-o-transition:  all 1.0s ease-out;
	transition: all 1.0s ease-out;
}

section.onScreen .container,
section.onScreen .container-fluid {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}*/

/*------------------------------------------------------*/
/*------Sections
/*------------------------------------------------------*/

section#intro {}

	#intro .divider {
		margin:15px 0;
	}

section#images {
	padding:0 0 45px;
}

	#images .image {
		position: relative;
	}

	#images img {
		border-radius: 15px;
	}
	
	#images .image:after {
		content:'';
		position: absolute;
		width: 100%;
		height:100%;
		top:0;
	    background: rgba(159, 196, 189, 0.5);
	    border-radius: 15px;
	}

/*------------------------------------------------------*/
/*------Responsive
/*------------------------------------------------------*/

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	
}

@media only screen and (max-width : 1440px)
{


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{

	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{
	/*.mob-menu {
		display: block;
		position: absolute;
	    right: 30px;
	    top: 15px;
	    font-size: 24px;
	    color: #000;
	}

	#nav {
		max-height:0;
		overflow: hidden;
		-webkit-transition:  all 0.5s ease-in-out;
		-moz-transition:  all 0.5s ease-in-out;
		-o-transition:  all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#nav.active {
		max-height: 600px;
	}

	#nav ul {
		text-align: right;
	}

	#nav ul li {
		display: block;
	}

	#nav ul li a {
		line-height: normal;
		padding:10px 15px;
		background:none;
	}*/

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px)
{
	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px)
{

}