@font-face {
 font-family: WebsiteFont;
 src: url("britanic.eot") /* EOT file for IE */
}
@font-face {
 font-family: WebsiteFont;
 src: url("britanic.ttf") /* TTF file for CSS3 browsers */
}

@media all and (min-height: 1024px) {
	#biggerscreen {
		display: none;
	}
}

#Hoofding {
	background-color: white;
	color: grey;
	font-family: "Lucida Calligraphy", Sans-serif;
	font-size: 10pt;
	text-align: center;
	
}

#Menu {
	background-color: rgb(120,120,122);
	color: white;
	font-family: "WebsiteFont", Tahoma, Sans-serif;
	font-size: 16pt;
	text-align: center;
	
}
#bgcolor {
	background: linear-gradient(rgb(223,223,223), white);	

}
#titel {
	color: rgb(4,156,223);
	font-family: "WebsiteFont", Sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
	opacity: 1;
}
#titel_contact {
	color: rgb(4,156,223);
	font-family: "WebsiteFont", Sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-align: left;
	opacity: 1;
}

#body {
	background-color: rgb(213,213,213);
	box-shadow: 5px 5px rgb(139,137,138);
}
#tekst {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	text-align: justify;
}

a.Menulinks:link {
	color: black;
	text-decoration: none;
}
a.Menulinks:visited {
	color: black;
	text-decoration: none;
}
a.Menulinks:hover {
	color: white;
	text-decoration: none;
}
a.Menulinks:active {
	color: white;
	text-decoration: none;
}
a.MenuActief:link {
	color: white;
	text-decoration: none;
}
a.MenuActief:visited {
	color: white;
	text-decoration: none;
}
a.MenuActief:hover {
	color: rgb(white);
	text-decoration: none;
}
a.MenuActief:active {
	color: rgb(white);
	text-decoration: none;
}
a.Plainlink {
	color: #000099;
	text-decoration: none;
	font-size: 10pt;
}
#activiteit {
	color: rgb(4,156,223);
	font-family: "WebsiteFont", Tahoma, Sans-serif;
	font-size: 13pt;
}

#verstuurd {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	text-align: center;
}
#foto {
	cursor: pointer;
}
#gallerij {
	background-color: rgb(139,137,138);
}

#gallerij1 {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	text-align: left;
}

#gallerij2 {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	text-align: right;
}

/* foto slides opmaak */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* The dots/bullets/indicators 
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}*/

