/* Vantage Hide Masthead Not Including Menu */

header#masthead .hgroup {
  display: none;
}

/* Hiermee verwijder je de 'door SiteOrigin' tekst in de footer */

#colophon #theme-attribution {
  display: none;
}

/* Ruimte onder en boven de slider */

#main-slider {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

header#masthead .hgroup {
  display: none;
}


/* Remove title from menu */

.logo-in-menu-wrapper {
  display: none;
}

/* Hiermee verwijder je de 'door SiteOrigin' tekst in de footer */

#colophon #theme-attribution {
  display: none;
}

#main {
	min-height: 1500px;
}

#main {
background-repeat: no-repeat;
background-position: center center !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#masthead { 
		border-top: solid #e7dd90 4px;
		border-bottom: solid #e7dd90 4px;
}