@media (min-width: 768px) {
    
    .navbar{
		height: 100px;
    }
	#banner{
		background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;  
		background-size: cover;  width: 100%;  height: 100%;  
		position: absolute;  
		bottom: 100px;  
	}

	a.navbar-brand{
		float: left;
		height: 80px;
		padding: 0;
		margin: 2.5px;
	}

	a.navbar-brand img {
		height: 100%;
	}
	
	#tekst-rechts{
		float:right;
	}
	
	.fit_center {
	width: 400px;
	height: 400px;
	margin-top: 50px;
    vertical-align: middle;
	margin-bottom: 5px;
	}
	
	.navbuttons{
	margin-top: 40px;
	font-size: 20px;
	float: right;
	}
	
	.bottombar{
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #F0F0EA;
	}
	
	.btn-circle {
	margin-top: 15px;
	padding: 7px 16px;
	border-radius: 35px;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	}
	
	#cirkelKnop{
		width: 70px;
		height: 70px;
		font-size: 40px;
		color: #777777;
		border: 2px solid #777777;
	}
	
	.knopMetRand{
		border-radius: 20px;
		font-size: 30px;
		color: #777777;
		border: 2px solid #777777;
	}
	
	.knopMetRandWit{
		border-radius: 20px;
		font-size: 30px;
		color: #fff;
		border: 2px solid #fff;
	}
	
	#advertentieKnop{
		padding: 10px 16px;
		border-radius: 20px;
		height: 70px;
		font-size: 30px;
		color: #777777;
		border: 2px solid #777777;
	}
	
	.welkomtekst{
	    position:absolute;
        top:35%;
        text-shadow:2px 2px 5px #000;
	}
	
	#advertentietekst{
	    padding-top:10px;
	}
	
	.taal {
        max-width: 20%;
        max-height: 20%;
        vertical-align: middle;
    	border-style:solid;
    	border-width:1px;
	}
	
	.intro-section{
    	padding-top:100px;
	}
	
    .about-section{
		padding-top: 140px;
		padding-bottom: 20px;
      }

	.cursus-section{
		padding-top: 140px;
		padding-bottom: 20px;
	}

	.actueel-section{
		padding-top: 140px;
		padding-bottom: 20px;
	}

	.inschrijven-section{
		padding-top: 140px;
		padding-bottom: 20px;
	}
	
	#sumer{
        height: 561px;
    }
}