  /*
body padding to prevent overlay on fix navbar
*/
 
  .carousel-inner >.item > img,
   .carousel-inner >.item > a > img{
   width:60%;
   margin:auto;
   }
   
   .container-fluid{
   padding-top:3em;
   }
   
   .container-fluid h1{
   font-size:small;
   }
  
   
   #terug{
    position: absolute;
    top: 1px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
	 padding-bottom: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: none outside none;
}

           



@media screen and (max-width: 1383px) {
	
	body {
         padding-top:10px;
	background-color:  #CCFFCC;	 
           }    
	
	.carousel-indicators {
    bottom: -50px;
}

	}

@media screen and (max-width: 960px) {    
	
	body {
         padding-top:10px;
         background-color:  #CCFFCC;
           }    
	.carousel-indicators {
    bottom: -50px;
}

	
	}
	
@media screen and (max-width: 768px) {
	
	body {
         padding-top:10px;
 background-color:  #CCFFCC;
           }    
	.carousel-indicators {
    bottom: -50px;
}
	   
	}
	

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

    body {
         padding-top:10px;
		  background-color:  #CCFFCC;
           } 
	.carousel-indicators {
    bottom: -70px; 
          }

}
 