@font-face {
  font-family: Bebas;
  src: url(Bebas-Neue-Regular.ttf.woff);
}
body {
	background-color: white; 
	background-image: url("img/Main-bg.jpg");
	background-repeat: repeat-x;
	border: 0;
	font-family: "Bebas";
	font-size: clamp(1rem, 2vw + 0.75rem, 1.5rem);
	margin:0;
	padding:0;
	width: 100%;
}
.page {display: flex;}
.frameleft, .frameright {flex:10%;}
.frame {flex:80%;}
.header {color:#636363; font-size: 50%; line-height:200%; margin-top:3px; margin-bottom:1em; padding-top:3px;}
.header-info {display:inline-block; padding-left:3px;}
.footer {background-image: url("img/Main-bg.jpg"); background-repeat: repeat-x; font-size: 70%; line-height:1.6em; margin-top:3em; margin-bottom:0; padding:8px; }
.footer-info {color:#636363; display:inline-block; padding-left:10%;}
.dropdown {display:inline-block; }
.dropbtn {
  background-color: rgba(255,255,255, 0.4);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 16px;
}
.dropdown-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  min-width: 60px;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}
.dropdown-content a:hover {background-color:#006e32; border-radius:4px;}
.dropdown:hover .dropdown-content {display:inline-block;}
.dropdown:hover .dropbtn {background-color:#ccc; border-radius:4px;}
h1 {color: rgb(228, 116, 134); line-height:140%; margin-top: 1px; margin-bottom: 1px; padding-left: 5%;}
h1.historie {font-size:6vw;}
h2 {color: #3A3A3A; margin-top: 10%; margin-bottom:5%;}
h2:first-of-type {margin-top: 5%;}
h3 {color: #E60003; margin-top: 5%; }
h3:first-of-type {margin-top: 2%;}
.welkom {
	align-items: center;
	background-image: url("img/Beachvolleybal-Groningen.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	display: flex;
	height:28vw;
	justify-content: center;
}
.welkom.historie {background-image:url("img/History-Groningen.jpg"); background-position:center; height:18vw;}
img+span {font-size: 70%; font-style: oblique;}
a {color: #636363;} a:hover {color: #E60003;}
p {color: #3A3A3A; line-height:145%;}
.vak { background-image: url("img/Main-bg.jpg"); background-repeat: repeat-x; margin-bottom:10%; padding:5%;}
.inlinefoto {float:left; max-width: clamp(300px, 50%, 800px); margin: 0 2em 1em 0;}
.extlinkicon {margin-right:0.5em; width:25px}
