@import url("//fonts.googleapis.com/css?family=Open+Sans");

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 130%;
    background: #757F9A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(215, 221, 232, 0.5), rgba(117, 127, 154, 0.5));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(215, 221, 232, 0.5), rgba(117, 127, 154, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*
Text styles.
*/

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: white;
    font-size: 50px;
    font-size: 5vh;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: white;
    font-size: 45px;
    font-size: 5vh;
}

.p1 {
    font-family: 'Montserrat', sans-serif;
    color: #233A4C;
    font-size: 30px;
    font-size: 3.5vh;
    text-transform: uppercase;
}

a {
    text-decoration-thickness: 0.1em;
    text-decoration-color: darkgray;
    color: white;
}

a:hover {
    color: lightgray;

}

.text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 100%;
    font-size: 2vh;
    color: #233A4C;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 100%;
    font-size: 2.5vh;
    color: #233A4C;
}

#logo {
    width: auto;
    height: 180px;
}

#pob{
    margin-left: 15px;
    margin-top: 15px;
    float: right;
    width: 5vw;
    height: auto;
}

@media screen and (max-width: 350px) {
    #pob{
        width: 15vw;
        height: auto;
    }

}
#img-logo {
    width: auto;
    height: 180px;
}

#nl-eng {
    display: inline;
    font-weight: bold;
}

/*
This is the nav bar code.
*/

#top-wrapper {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #757F9A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(215, 221, 232, 0.7), rgba(117, 127, 154, 0.7));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(215, 221, 232, 0.95), rgba(117, 127, 154, 0.95));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 5px 5px 5px #233A4C;
    border-bottom: 2px solid #233A4C;
}

#top {
    width: 95%;
    display: inline-block;
    margin-top: 5px;
}

#logo {
    float: left;
}

#nav-bar {
    margin-top: 55px;
    float: right;
}

.links {
    float: left;
}

.links .icon {
    color: lightgray;
    display: none;

}

/*
When zoomed in too much.
*/

@media screen and (max-width: 1400px) {
    .links li:not(:first-child):not(:last-child) {
        display: none;
    }

    .links .icon{
        display: inline-block;
    }
}

/*
When the bars are pressed, the nav bar menu goes into horizontal mode.
*/

@media screen and (max-width: 1400px) {
    .links.responsive {
        position: relative;
    }

    .links.responsive li.normal {
        float: none;
        display: block;
        text-align: center;
    }
    
    #nav-bar {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 3px;
        font-size: 90%;
        box-shadow: 5px 5px 5px #233A4C;
        text-align: center;
        width: 100%;
        border: 1px solid #233A4C;
    }

    .links.responsive li#special{
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .links {
        float: none;
        text-align: center;
    }
    
    #top-wrapper {
        position: relative;
    }
    #spacer {
        display: none;
    }

    #logo {
        display: none;
    }

}

@media screen and (max-width: 650px) {
    #go-to-top{
        display: none;
    }
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li.normal {
    display: inline-block;
    margin: 10px;
}

nav ul li#special {
    display: inline-block;
    margin-right: 10px;
}

nav ul li a {
    color: #233A4C;
    text-decoration: none;
    transition: 0.3s;
}

nav ul li a:hover {
    color: lightgray;
}

/*
Spacer for the fixed position bar.
*/

#spacer {
    width: 100%;
    height: 190px;
}

/*
Title with the picture.
*/

.title {
    display: flex;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 35vh;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/*
Div with text.
*/

.line-split {
    border-bottom: 2px #5D99C6 solid;
}

.div-text {
    padding-top: 0px;
    padding-bottom: 30px;
    margin: auto;
    width: 70%;
    text-align: center;
}

/*
Go to top icon
*/

#go-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 50px;
    color: white;
    cursor: pointer;
}

#go-to-top:hover {
    opacity: 0.5;
}

/*
Button
*/

button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 100%;
    cursor: pointer;
    color: white;
    background-color: #233A4C;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 3px 3px rgb(5, 27, 44);
    text-decoration: none;
    transition: 0.3s;
    outline: none;
    height: 50px;
    width: 150px;
}

button:hover {
    border: 2px solid #233A4C;
    background-color: transparent;
    color: #233A4C;
}

button:active {
    transform: translateY(3px);
}

/*
Bottom bar
*/

#bottom-bar {
    display: inline-block;
    text-align: center;
    background-color: #273A4C;
    width: 100%;
    padding-bottom: 3vh;
 }


#bottom-flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-logo {
    width: 30vh;
    height: auto;
}

.bottom-logo-div {
    margin: 3vh 5vw 0 5vw;
    padding: 0;
}

.bottom-text-div {
    margin-top: 20px;
}

.bottom-text {
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 100%;
    font-size: 2vh;
}



.error p{
    color: darkred;
}

/*
Ordered list
*/
ol {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 100%;
    font-size: 2vh;
    color: #233A4C;
}
