body {
    font-family: "geo manist", "Arial";
   /* font-size: 1.2rem;*/
   /* line-height: 1.4em;*/
   /* letter-spacing: 1.2px*/
}

.advertentie {
	width: 100%;
}

@media(max-width: 991px) {
	.advertentie {
	    height: 100px !important;
	}
}
@media(min-width: 992px) {
	.advertentie {
    	height: 120px !important;
	}
}
.tags {
    color: #000;
    background-color: transparent;
    border: #871A13 1px solid;
}
.content_link {
    color: #871A13;
    text-decoration: none;
}
.btn-submit {
     border: 1px solid black !important;
     background-color: #871A13 !important;
}