body.blog #main-core{
display:none;
}

.brandlogo img {
    position: relative;
    max-width: 400px !important;
}


@media screen and (max-width: 768px) {
.brandlogo img {
    max-height: none !important;
    width: 300px !important;
}
}


#content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Banner hoofdpagina */

#banner {
  height: 500px !important;
  background-position: 75% !important;
}

.banner-cnt {
    background: rgba(1,1,1,0.4) !important;
}

.foto-home {
  height: 250px !important;
  background-position: 50% !important;
  }

.page-title {
    text-transform: uppercase;
    text-align: center;
  padding-top: 30px;
  margin-bottom: -25px !important;
}

.tekst-stuk {
  padding: 50px 25px 50px 25px !important;
}
 
h1 {
    color:#62909d;
  }

.hoofdtitel {
  margin-top: 50px !important;
}

.sidebar {
  padding-top: 50px;
}

.brandlogo img {
		max-width: 300px !important;
    height: auto;
}
  

.wrapper-home {
		height:500px;
background-image: url(https://evelienvandenberg.nl/wp-content/uploads/2017/04/evelien3.jpg);
		background-size:cover;
		display:flex;
		background-position:center center;
		align-items:center;
		justify-content:center;
}

.text-home-banner {
		background:rgba(0, 0, 0, 0.69);
		padding:15px;
		text-align:center;
}

.text-home-banner h3, 
.text-home-banner h1 {
		color:white;
}
.text-home-banner h3 {
		font-weight:400;
}