@font-face {
    font-family: NCS;
    src: url(new-century-schoolbook.ttf);
}
body {
    background-color: black;
    color: red;
    font-family: "NCS",Trebuchet MS","Helvetica","verdana","sans serif";
    font-size: 100%;
    line-height: 1em;
}
#hoofdingh1, h1 {
    font-family: NCS;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
}
#hoofdingh3 {
    font-family: NCS ;
    font-size: 200%;
    text-align: center ;

/*    font-weight: bold; */
}
#hoofdingpod {
    font-family: NCS;   
    font-size: 160%;
    text-align: center;

}
#imgsize {
height: 400px;
width: 600px;
}
hr {
    color: red;
}
#lijst {
    list-style-type: none;
    font-family: NCS;
    font-size: 120%;
    text-align: center;
    color: gold;
}
#lijstkleiner {
    list-style-type: none;
    font-family: NCS;
    font-size: 70%;
    text-align: center;
    color: gold;
}
#lijstminderklein {
    list-style-type: none;
    font-family: NCS;
    font-size: 100%;
    text-align: center;
    color: red;
}

.infobutton {
    background-color: grey;
    color: black;
    border-radius: 12px;
}
.infocopy {
    display: none;
    background-color: black;
    color: gold;
    font-family: "Trebuchet MS","Helvetica","verdana","sans serif";
    font-size: 60%;
}
.copyrbox {
    float: center;
    text-align: left;
    width: 400px;
    border: 1px solid gray;
    margin: 4px;
    padding: 2px;
  }
@media only screen and (max-width: 768px) {
    #hoofdingh3, h2,select {
        font-family: NCS;
        font-size: 100% ;
        font-weight: bold;
        text-align: center; 
    }
    #hoofdingh1, #hoofdingpod h1 {
        font-family: NCS;
        font-size: 100%;
        font-weight: bold;
        text-align: center; 
        
     }
     #imgsize {
     height: 200px;
     width: 300px;
     }
     .copyrbox {
     float: center;
     text-align: left;
     width: 300px;
     border: 1px solid gray;
     margin: 4px;
     padding: 2px;
  }
}