body, html {
    height: 100%;
    }

body{
    font-family: "open sans";
} 

p {
    font-family: "open sans";
    font-size: 18px;
}

ul {
    list-style-type: square;
    font-size: 18px;
    }

a:link{
    color: black;
    text-decoration: none;
}
a:hover{
    color: #f4511e;
    text-decoration: none;
}
a{
    color: black;
}

h1, h1, h2, h2 {
   color: #2B6497;
   font-family: 'product sans'
}
/* Navigatie */
.navbar {
    margin-bottom: 0;
    background-color:#ffffff;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    line-height: 2 !important;
    letter-spacing: 2px;
    border-radius: 0;
    padding: 15px;
    font-family: "product sans";
}
.navbar li a, .navbar .navbar-brand {
    color: #2B6497!important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #ffffff !important;
    border-bottom-color: #f4511e;
    border-bottom: 2px solid;
    border-bottom-width: 75%;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2B6497;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #f4511e;
}
#logo{
    height: 35px;
    margin-right: 30px;
    margin-top: 0px;
}
/* Einde navigatie */

/* Header afbeelding */
.hero-image {
    background-image: url("img/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    #hero-image {
        height: 62%;
        }

.hero-image-small {
    background-image: url("img/header-small.jpg");
    height: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    .hero-text {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    }

#headertext {
    font-size:35px;color:white;
    background-color:#2B6497;
    padding: 10px;
    border-radius: 15px 50px 15px 50px;
    min-width: 700px;
    font-family: 'product sans'
}
/* header afbeelding */

/* Footer */
footer {
    background-color:#2B6497;
    padding: 25px;
    color:white;
}

#Copyright {
    margin-top: 30px;
}
/* Einde footer */

/* Formulier */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
/* Einde formulier */

/* Iconen font awesome */
 .fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #2B6497;
}
/* Einde iconen font awesome */
/* Buttons */
.btn {
    background-color: #f4511e;
    min-width: 150px;
    margin-top: 3%;
    line-height: 2;
    color: white;
}
.btn:hover {
    background-color: #2B6497;
    color: white;
}
/* Einde buttons */
/* partners */
.imgfooter {
    max-height: 80px;
    display: block; 
    margin:auto;
    max-width: 200px;

}
.partners {
    margin-top:30px; 
    background-color: #eeeeee; 
    padding: 20px;
}

#partners {
    margin-bottom: 10px;
    }
    .partners {
    padding: 10px;
    }
/* Einde partners */