@media only screen and (min-width: 991px) {
.logo{
	background:  url(https://scoutssintlucas.be/assets/images/logos/logo.png)
        no-repeat;
        margin-top: -10px;
		min-height: 150px;
        width: auto;
        margin-left: 44%;
        background-size: contain;
	}
}
@media screen and (max-width: 1200px) and (min-width: 550px) {
    
}
@media screen and (max-width: 550px) {

}
header h1 {
 align-content: center;
}
header{
background-color: whitesmoke;
margin: 5px 0px;
padding: 15px;
border-radius: 5px;
}
.navlogo {
	display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.container{
background-color: rgba(255,255,255,0.30); 
padding: 20px 20px; 
border-radius: 2px;
}

body {             
	font-family: 'Acme', sans-serif;
	background-color: whitesmoke;
	background: url(https://scoutssintlucas.be/assets/images/fotos/map.svg);
}

.special-title{
    font-family: 'Permanent Marker', cursive;
}

.nieuws {
	background-color: #00B8A3;
	color: whitesmoke;
}

.greenblock {
	background-color: rgba(66, 244, 116, 0.7);
}

.bg-greenbox {
	background-color: #00A28F;
}

nav {
	font-family: 'Roboto', sans-serif;
}

.intro {

	margin-bottom: 30px;
}

.list-group-item {
	border-radius: 3px;
        margin-bottom: 15px;

}

.card-inline{
    margin-left: 10px;
}