@charset "utf-8";
/* CSS Document */

	body {
  font-family: 'Arimo', sans-serif;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-color: white;

}

/* Create four equal columns that sits next to each other */


.footer {
  
 
   width: 100%;
   background-color: #006997;
   color: white;
   text-align: center;
	z-index: 5;
	height: auto;
}

	strong{
		color:#78b03e;
	}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {




	strong{
		color:#78b03e;
	}


button{

	border: none;
	background-color: rgba(255,255,255,0.00);
	color: white;
margin: 5px;
	font-size: 18px;
	cursor:none;
	height: 50px;

}



#newsfeed{
	background-color: #78B03E;
	width: 100%;
	color: white;
	position: fixed;
	z-index: 2;
}


	.algemeen{
		color:white;
		width: 100%;
		background-color: #78B03E;
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	
	.domusica{
		color:white;
		width: 100%;
		background-color: #37A265;
		padding: 5px 10px;
			margin-bottom: 5px;
	}
	
	.zon{
		color:white;
		width: 100%;
		background-color: #557C2C;
		padding: 5px 10px;
			margin-bottom: 5px;
	}
a{
	color: #0000EB;
}

a:hover{
	color: #557C2C;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
	margin:0;
}


	.col-sm-4, .col-md-4, .col-lg-4{
		width:auto;
		padding: 5px;
	}
	p{
		font-size: 15px;
	}
	
	h6{
		color: #78B03E;
		font-size: 12px;
	}
	
	.text{
		width:100%;
		padding: 5px;
	}
	.foto{
				width:50%;
		padding: 5px;
	}

}
