.search-toggle:hover {
  visibility: hidden;
}

.page .entry-title {
  display: none;
}

 /* unvisited link */
a:link {
  color: white;
}
/* visited link */
a:visited {
  color: white;
}
/* mouse over link */
a:hover {
  color: lightblue;
}


#content.site-content {
  /*background-color: #000000;*/
  background-color: #03011f;  /*donkerblauw*/
}

#masthead.site-header {
  background-color: #03011f;  /*donkerblauw*/
}

.wrapper.singular-section {
  padding: 0px;
  margin: auto;
}

.voorpaginadivtekst {
  margin: auto;
  border: 1px solid #bdbbb5;
  margin-top: 9px;
}

.mijnvoorpaginatekst {
  color: #ffffff;
  font-family: oswald;
  line-height: 25px;
  font-size: 22px;
  margin-bottom: 29px;
  margin: 0px;
  text-align: center;
  padding: 10px;
}

.site-branding {
  padding-bottom: 0px;
}

.PortfolioNaam {
  color: #ffffff;
  text-align: center;
  border-width: 1px;
  border-color: #e8dcdc;
  border-style: solid;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: oswald;
  font-weight: 400;
  font-size: 22px;
}

.Contactinfo {
  color: #ffffff;
  text-align: left;
  margin: 2px;
  text-transform: uppercase;
  font-family: oswald;
  font-weight: 400;
  font-size: 20px;
}

/*hide footer*/

.site-info {
  display: none;
}

.mijnvoettekst {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  /*-webkit-transform: scaleX(0.5);		  
    transform: scaleX(0.5);*/
}

.overharrokoptekst,
.tarievenkoptekst {
  text-align: center;
  color: #ffffff;
  border: 1px solid #bdbbb5;
  font-family: oswald;
  line-height: 40px;
  /*afstand tussen regels*/
  font-size: 30px;
  padding: 10px;
  /*afstand tekst tot border*/
	background-color: #000000;  
}

.portfoliolinks {
  text-align: left;
  color: #ffffff;
  font-family: oswald;
  line-height: 25px;
  font-size: 24px;
  margin-top: 10px;
  padding: 10px;
}

.overharrotekst,
.opdrachttekst,
.opdrachtgeschiedenistekst,
.overnatuurfotostekst,
.tarieventekst {
  text-align: left;
  color: #ffffff;
  border: 1px solid #bdbbb5;
  font-family: oswald;
  line-height: 25px;
  font-size: 24px;
  margin-top: 10px;
  padding: 10px;
}

.mijnpasfoto {
  max-width: 30%;
  float: right;
  margin: 10px 10px 15px 15px;
}

.wp-image-2850 {
  /*border-radius: 50%;*/
  /*afgeronde hoeken*/
  border-radius: 10px;
}

.slideshow {
  border: 1px solid #bdbbb5;
  color: #ffffff;
  padding: 5px;
}

.wp-element-caption {  /*bijschrift natuurfotos*/
	font-family: oswald;
	font-size: 20px; /*overridden door thema*/
	/*font-weight: bold;*/
}

/*disable gradient blur when a caption on the image is applied*/
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {  
display: none;
}