body {
    font-family: verdana;
    padding-top: 10px;
    padding-bottom: 80px;
    background-image: url(plaatjes/grijs40x40.gif);
}
.maincontainer{
    background-color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
figcaption {
    font-style: italic;
    font-size: 11px;
}
.navbar {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #fff;
    border-bottom: 0px;
    border-left:  0px;
    border-right:  0px;
    font-weight: bold;
}

.navbar-right{
    padding-left: 20px;
    margin-top: 25px;
}

.navbar img {
    padding-left: 25px;
    padding-right: 20px;
    max-width: 100%;
}

h2{
    color:#1c9dd3;
}

section{
    vertical-align: top;
    padding-bottom: 20px;
}
aside {
    text-align: center;
    padding-top: 20px;
}

article {
    padding-left: 40px;
    
}
article img {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 6px 6px 8px #777;
    margin-bottom: 20px;
}
footer {
    background-color: #1E80C1;
    color: #fff;
    text-align: ;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 0px;
}
footer ul{
    list-style-type: none;
    text-align: center;
}
footer li{
    display: inline;
}
footer h4{
    display: none;
}
.subheader{
    background-image: url("plaatjes/achtergrond_subheader.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
}
.subheaderimage{
    padding-top: 2%;
    padding-bottom: 5%;
}

.subheadermenu {
    display:block;
    padding-left: 10%;
    padding-top: 20%;
    list-style-image: url('plaatjes/pijltje10x10.gif');
}
.subheadermenu a{
    color: white;
}

.subfooter{
    display: none;
}

.subheader img{
    max-width: 100%;
}
#wieispeter{
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    width:120px;
    float: left;
}
#wieispeter img{
    margin-bottom: 10px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 6%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: skyblue;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: darkblue;
}

@media (max-width: 767px) {
     .navbar-header img{
        max-width: 75%;
    }
    footer li{
        display: block;
    }
    footer h4{
        display: inherit;
    }
    footer ul{
        text-align: left;
    }
    .subheadermenu{
        display: none;
    }
    
    .subfooter{
        display: inherit;
        width: 100%;
        background-color: #1c9dd3;
        padding-top: 0px;
        padding-bottom: 0px;
        color: white;
    }

    .subfootermenu li{
        display: block;
    }

    .subfootermenu a{
        color: white;
        text-decoration-line: underline;
    }
    .range-list h4 {
        display: inline;
    }

    .range-list a {
        display: block;
    }

    .range-list img {
        width: 33%;
        height: 33%;
        margin-right: 10px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    article {
    padding-left: 5px;
    }

}


/* The following code is used to create same-sized columns 
   in a multi-column layout.
   Code from:  
   http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
*/
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }

    .navbar-header{
        max-width: 25%;
    }
    .navbar-right{
        padding-left: 0px;
        width: 75%;
    }

    .navbar img {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }

    .nav li a{
        padding-left: 5px;
        padding-right: 5px;

    }
    article {
    padding-left: 10px;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
    .navbar-right{
    padding-left: 0px;
    }

    .navbar img {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
    .nav li a{
        padding-left: 5px;
        padding-right: 5px;

    }
    article {
    padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
    .navbar-right{
    padding-left: 20px;
    }

    .navbar img {
        padding-left: 25px;
        padding-right: 20px;
        max-width: 100%;
    }
        .nav li a{
        padding: 10px 15px;

    }
    article {
    padding-left: 40px;
}