/* You can add global styles to this file, and also import other style files */

/* Provide sufficient contrast against white background */
body{
    font-family:Arial;
    font-size:16px;
}
a {
  color: #0366d6;
}

code {
  color: #e01a76;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.groter{
    font-size: 20px;
    text-align:center;
}
.pk-header {
  margin-top: 280px;
  margin-bottom: 80px;
}
@media (max-width:768px) {
  .pk-header {
    margin-top: 150px;
    margin-bottom: 80px;
  }
}
.pk-menu {
  background-color: #EF793E;
}
.navbar-light .navbar-brand {
  color: white;
}
a {
  color: #EF793E;
  font-weight:bold;
}
a:hover {
  color: #EF793E;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    text-align:center;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}
.blok-oranje{
    border: 5px solid #EF793E;
    padding:10px;
    margin:10px;
}
.blok-plaatje{
    text-align:center;
    min-height:150px;
    padding-top:20px;
}