#events {
	background-image: url(images/events.jpg);
}
#facebook #facebook-img {
	background-image: url(images/facebook.jpg);
}
#flogo {
    filter: brightness(1) invert(0) !important;
}
#skovser {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
	opacity: 1;
	    transition: all 0.2s linear 0.3s;
}
#menuBar.scrolled #skovser {
	opacity: 0;
	z-index: -1;
	transition: all 0.2s linear;
}
@media screen and (max-width: 769px) {

#mskovser {
    position: absolute;
    right: 20px;
    top: 70px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    font-weight: 700;
    font-size: 1.2em;
    opacity: 1;
    transition: all 0.2s linear 0.3s;
z-index: 1000;
}
	}