html {
    
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    
}
body {
    background-color: whitesmoke;
}

.fotoik2 {
    height: 90vh;
  }

  .hoofdpagina {
    height: 85vh;
  }



a.download {
    text-decoration: none;
    color: #547980;
    font-size: 30px;
    border: 2px solid white;
    padding: 0.5em;
}


.link-school {
    text-decoration: none;
    color: #45ADA8;
    font-weight: bold;
}
   


/* formulier */


label,
      input,
      select {
        display: inline-block;
        margin: 10px 0;
      }

      fieldset label,
      fieldset input,
      fieldset select,
      fieldset textarea {
        min-width: 320px;
        vertical-align: top;
      }

      label {
        text-align: right;
      }

      input[type="checkbox"],
      input[type="submit"] {
        width: auto;
        min-width: auto;
      }

/*Letter kleur, grootte*/

    
h1 {
    color: #547980;
    font-size: 30px;
   
    font-weight: 600;
}
h2 {
    font-size: 25px;
    
    color: #45ADA8;
    font-weight: normal;
}


p {
    font-size: 17px;
    
    color: #594F4F;
    font-weight: 300;
}
p.Hallo {
	font-size: 22px;
	color: grey;
    font-weight: bolder;
}

fieldset legend {
    color: #547980;
}

label {
    font-size: 17px;
}


