@font-face {
    font-family: 'intro_rustbase';
    src: url('https://bio.achulshout.be/fonds/introrust-base-webfont.woff2') format('woff2'),
         url('https://bio.achulshout.be/fonds/introrust-base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_evolve_sanslight';
    src: url('https://bio.achulshout.be/fonds/made_evolve_sans_light_personal_use-webfont.woff2') format('woff2'),
         url('https://bio.achulshout.be/fonds/made_evolve_sans_light_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_evolve_sansbold';
    src: url('https://bio.achulshout.be/fonds/made_evolve_sans_bold_personal_use-webfont.woff2') format('woff2'),
         url('https://bio.achulshout.be/fonds/made_evolve_sans_bold_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mullerbold';
    src: url('https://bio.achulshout.be/fonds/muller_bold-webfont.woff2') format('woff2'),
         url('https://bio.achulshout.be/fonds/muller_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'made_evolve_sanslight';
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

h1 {
    font-family: 'intro_rustbase';

}

h2 {
    font-family: 'mullerbold';
}

h4 {
    font-family: 'made_evolve_sansbold';
}

.primary-btn {
    font-family: 'mullerbold';
    background-color: #060606;
    border: 1px solid #060606;
    color: #f0f0f0;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
    padding: 1em;
    text-decoration: none;
    border-radius: 12px;

}

.primary-btn:hover {
    text-decoration: none;
    color: #060606;
    background-color: #f0f0f0;
}

.cta-btn {
    font-family: 'mullerbold';
    background-color: #4e0c69;
    border: 1px solid #060606;
    color: #f0f0f0;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
    padding: 1em;
    text-decoration: none;
    border-radius: 12px;

}

.cta-btn:hover {
    text-decoration: none;
    color: #060606;
    background-color: #f0f0f0;
}

.main-content {
    background-color: #f0f0f0;
    margin: 16px;
    text-align: center;
}

/*! css voor header */

.header img {
    border-radius: 50%;
    width: 150px;
    height: auto;
    border: 1px solid #060606;
}

/*! css voor links */

.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1em;
}

/*! css voor footer */

.contact {
    background-color: #4e0c69;
    color: #f0f0f0;

}

.contact {
    margin: 0;
    padding: 5px 16px;

}

.contact p {
    margin-left: 10px;
}

.contact a {
    color: #f0f0f0;
    text-decoration: underline;
}

.contact a:hover {
    text-decoration: none;
}

#adresgegevens {
    margin-left: 10px;
    border-collapse: collapse;
    width: 100%;
    text-align: left;

}

#adresgegevens th {
    padding-bottom: 12px;
}

.route {
    padding-top: 8px;
}

.socials {
    text-align: right;
}

/*! div classes startpagina */

.sponsors {
    /* margin-top: 6em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.sponsors img {
    height: 60px;
    padding: 1em;
}

@media screen and (min-width:500px) {
    .main-content {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;

    }

    .contact {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;

    }

}