.site-title {
  display: none;
}

/* Vantage Hide Masthead Including Menu */

header#masthead {
  display: none;
}

/*************************
** KNOPJES OP HOME-PAGE **
************************(/

/* Buitenste banner-div */

.home-knopske-box {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Iframe met daarin de Google Webdesigner-code */

.home-knopske {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  margin: auto;
}

/* 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;
}



.entry-content h2 {
  font-style: italic;
  font-variant: small-caps;
  text-transform: capitalize;
}