html {scroll-behavior: smooth; }
body{
	margin: 0;
	font-family: Monda,sans-serif;
	/*background-image: url(back.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;*/
	background:black;
}

img{
	border: 0;
	margin: 0;
}

#main{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	background-color: #e73459;
}

#menu{
	height: 60px;
	background-color: #7cfbb1 /* 8af902 */;
	font-size: 17px;
}
.magent {
	background-color: #e73459 /* #FE32AB */;
	padding: 3px;
	color: #FFF;
}
.green {
	background-color: #8af902;
	padding: 3px;
}
#menu ul{
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	background: white;
	color: #e73459;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: 700;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#main    #contentcolumn .image  #button{
	background-color: #FFF;
	height: 60px;
	margin-top: 50px;
	margin-left: 30px;
	border: 2px solid #000;
	box-shadow: 2px 2px 2px #000000;
	float: left;
	color: #000;
	line-height: 60px;
	text-indent: 25px;
	font-family: Monda,sans-serif;
	font-size: 24px;
	width: 375px;
	text-size-adjust: none;
	}
#main #contentcolumn .image #button:hover {
	background-color: #e73459;
	height: 60px;
	margin-top: 50px;
	margin-left: 30px;
	border: 2px solid #000;
	box-shadow: 2px 2px 2px #000000;
	float: left;
	color: #0F0;
	line-height: 60px;
	text-indent: 25px;
	font-family: Monda, sans-serif;
	font-size: 24px;
	width: 375px;
}
#menu ul li:first-child::before{
	content: "";
}
#menu ul li::before{
	content: " /// ";
	color: black;
}

#title, #title2, #title3{
	max-height: 170px;
	font-size: 95px!important;
	line-height: 78px;
	font-family: "Racing Sans One",cursive,sans-serif;
	padding: 20px;
}
.text h1{
	font-size: 24px;
}
.text{
	background: white;
	color: black;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-top: 30px;
	font-size: 16px;
	line-height: 24px;
	}
.text a{
	text-decoration: none;
	color: #e73459;
	font-weight: 700;
}
.colourText {
	color: #e73459;
	text-decoration: none;
	background-color: #FFF;
	}
.text a:hover{
	text-decoration: underline;
}
.text p:last-child{
	margin-bottom: 0;
}

.image{
	background: black;
	width: 100%;
}
.space{
	height: 32px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
}
.space a {
	color:#e73459;
	font-weight: bold;
	text-decoration: none;
}
#main div .space a img {
	vertical-align: middle;
}
#extra {
	height: 10px;
	width: 1000px;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
}
#photocolumn{
	float: left;
	width: 400px;
	background-color: white;
}
#photocolumn img{
	background-color: black;
	display: block;
	width: 400px;
}
#contentcolumn{
	float: right;
	width: 600px;
	color: white;
	}
#stoepflyer, #flyerDamme {
display:none;	
}
	
@media (max-width: 600px) {
	#photocolumn, #extra, .fb-like {
	display:none;
}
#main {
	width:600px;	
}
.text h1{
	font-size: 34px;
	line-height:34px;
}
#stoepflyer, #flyerDamme {
display:block;	
}
}
