/*
*{
    box-sizing: border-box;
}*/

p{
    margin:0em;
}

a:hover{
    font-weight: bolder;
    color: red;
    background-color: black; 
}

html{
    background-color: #dadada;
    font-family: 'Courier New', 'TheSansOffice', 'Calibri', 'Arial';
    font-size: 14px;
    stront-size: 0.8rem;
    max-width: 1250px;
}

em{
    display: inline-block;
    width: 270px;
    text-align: left;
    font-style: normal;
}

@media only screen and (max-width: 750px){
    em{width: 135px;}
    html{font-family: 'Arial Narrow'; font-size: 0.7rem;}
}

header{
    text-align: center;
}

.lijn1a{font-size: 2.0rem; font-weight:normal; margin-bottom: 1rem; display:inline-block;}
.lijn1b{font-size: 1.0rem; font-weight: bold; position:relative; top: 0.3rem; display: inline-block;}
.lijn2{font-size: 1.8rem; font-weight: bold; margin-bottom: -0.4rem;}
.lijn3{font-size: 1.2rem; font-weight: normal; margin-bottom: 0rem;}
.lijn4{font-size: 0.8rem; font-weight: normal; margin-bottom: 1rem;}
.lijn5{font-size: 0.8rem; font-weight: bold; margin-bottom: 0rem; color: red;}
.lijn6{font-size: 1.5rem; font-weight: bold; margin-bottom: -0.4rem; color: red;}
.lijn7{font-size: 0.8rem; font-weight: normal; margin-bottom: 0rem; color: red;}
.lijn8{font-size: 1.5rem; font-weight: bold; margin-bottom: 2rem;}

.familieblad{
    width: 25rem; height: 20px; margin-top: 0.25rem; margin-bottom: 0.25rem; font-size: 0.9rem; font-weight: bold; text-align: left; color: blue;
}

.familieblad:hover{
    width: 25rem; height: 20px; margin-top: 0.25rem; margin-bottom: 0.25rem; font-size: 0.9rem; font-weight: bold; text-align: left; color: red; background-color: black;
}

.notitieblad{
    width: 30rem; height: 20px; margin-top: 0.25rem; margin-bottom: 0.25rem; font-size: 0.9rem; font-weight: bold; text-align: left; color: blue;
}

.notitieblad:hover{
    width: 30rem; height: 20px; margin-top: 0.25rem; margin-bottom: 0.25rem; font-size: 0.9rem; font-weight: bold; text-align: left; color: red; background-color: black;
}

aside{
    margin-top: 20px;
    font-size: 0.7rem;
    font-weight: bold;
}

h1{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
}

h2{
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: 2rem;
}

h3{
    display: inline-block;
    font-size: 1.5rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: 10rem;
}

hr{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: black;
}

