@font-face {
    font-family: 'Geometria-bold';
    src: url('fonts/Geometria-Bold.eot');
    src: url('fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Geometria-Bold.woff') format('woff'),
    url('fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('fonts/Geometria.eot');
    src: url('fonts/Geometria.eot?#iefix') format('embedded-opentype'),
    url('fonts/Geometria.woff2') format('woff2'),
    url('fonts/Geometria.woff') format('woff'),
    url('fonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*{
    font-family: "Geometria-bold";
}

body{
    background-image: url('../images/etw.jpg');
    background-size: cover;
}

.content{
    background-color: #ffffff00;
    padding: 15px;
    padding-top: 50px;
}

.formulier{
    margin-top: 50px;
}

.content-content{
    margin: 20px 0px;
}

@media (min-width: 767px){
    .content-content{
        margin: 70px 0px;
    }
}

.content-text{
    color: black;
}

.content-text p {
    font-family: "Geometria";
    line-height: 1.7;
    margin-top: 15px;
}

.logo{
    text-align: center;

}

.logo img{
    display: initial;
}

.form-group{
    margin-bottom: 0px !important;
    color: black;
}

.form-group input{
    border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea {
    background-color : rgb(236,236,236) !important;
    color: black !important;

}

.geo-bold{
    font-family: "Geometria-bold";
}

.btn.btn-orange{
    font-family: "Geometria";
    background-color: rgb(229,140,59);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
}

footer{
    color: white;
    padding: 15px 0px;
    text-align: center;

}

footer a {
    color: orange;
    text-decoration: underline;
}

footer a:hover{
    color: darkorange;
}

.default-link{
    color: white;
    text-decoration: none;
}

.content-section{
    background-color: white;
    color: black;
    margin: 50px 0px;
    border-top: 3px solid orange;
}