@font-face {
    font-family: 'XBand';
    src: url('xband.ttf') format('truetype');
}
body {
    margin: 0;
    background-color: #003b00;
    color: white;
    margin-left: 2.5%;
}
h1, h2, h3, h4 {
    font-family: monospace;
}
h2 {
    font-size: 3em;
    margin-top: 0;
}
h3, h4 {
    font-size: 2.5em;
}
#wrap {
    position: relative;
    margin: auto;
    width: 3000px;
    height: 1596px;
    background-color: none;
}
#outer {
    position: relative;
    width: 4518px;
    height: 2357px;
    background: url('/schoof-i/background_new.png') no-repeat center center;
    -webkit-transform-origin: top left;
}
.person {
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.person:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 255, 0, 0.75));
    filter: drop-shadow(0 0 20px rgba(0, 255, 0, 0.75));
}
.vertrokken {
    filter: brightness(0.3);
}
.vertrokken:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.75));
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.75));
}
#infobox {
	position: absolute;
    width: 15%;
    background-color: rgba(0, 59, 0, 0.75) ;
    border: 1px dashed white;
    display: none;
    z-index: 1000;
    padding: 1em;
}