/* Full height image header */
.bgimg-1{
	background-position: center;
	background-size: cover;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("https://www.spartanacademie.nl/images/design/heroimg-col1.jpg");
	min-height: 100%;
	background-repeat: no-repeat;
}

.motto{
	font-size: 1.8em;
}

.herosmicons{
	padding: 24px 48px;
	z-index: 1;
}

			
/* Small screens */
@media (max-width: 601px){
	.motto{
		font-size: 1.3em;
		line-height: 1em;
	}
	
	.herosmicons{
		padding: 48px 48px;
	}
	
	.herobuttons{
		max-width: 200px;
	}
	
	.herobuttons a{
		display: block;
	}
}
			
/* Medium screens */
@media (min-width: 602px) and (max-width: 992px){
	.bgimg-1{
		background-position: top;
		margin-top: 50px;
	}
	
	.bgimg-1 div{
		padding: 0px 28px 28px 28px;
	}
	
	.motto{
		font-size: 1.15em;
		line-height: 0.90em;
	}
}
			
/* Large screens */
@media (min-width: 993px){
}