/* ------------------------------ */
/* KLEUREN                        */
/* ------------------------------ */

:root {
    --ugent-blauw: #1e64c8;
    --ugent-geel: #ffcc00;
}

/* ------------------------------ */
/* HEADINGS                       */
/* ------------------------------ */

h1, h2, h3, h4, h5, h6 {
    background-color: var(--ugent-blauw);
    color: white;
    padding: 5px 10px;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    background-color: var(--ugent-geel);
}

/* ------------------------------ */
/* HEADER                         */
/* ------------------------------ */

header {
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
}

figure {
    float: right;
    text-align: center;
}

header img {
    height: 100px;
}

main {
    clear: both;
}

/* ------------------------------ */
/* MARK                           */
/* ------------------------------ */

mark {
    background-color: var(--ugent-geel);
}

/* ------------------------------ */
/* TABEL                          */
/* ------------------------------ */

table {
    margin: auto;
    border-collapse: collapse;
}

td, th {
    border: 4px double var(--ugent-geel);
    text-align: center;
    padding: 10px;
}

td img {
    height: 150px;
}

td {
    text-align: center;
    padding: 10px;
}

/* ------------------------------ */
/* LIJSTEN                        */
/* ------------------------------ */

ul {
    list-style-type: square;
}

/* ------------------------------ */
/* IFRAME                         */
/* ------------------------------ */

iframe {
    width: 100%;
    border-radius: 15px;
    border: none;
}

/* ------------------------------ */
/* SECTION-FOOTER                 */
/* ------------------------------ */

section footer {
    font-size: small;
    margin-bottom: 20px;
}

/* ------------------------------ */
/* FOOTER ONDERAAN                */
/* ------------------------------ */

footer:last-of-type {
    margin-top: 20px;
    font-variant: small-caps;
    font-weight: bold;
}

/* ------------------------------ */
/* FORMULIER                      */
/* ------------------------------ */

fieldset {
    border: 2px solid var(--ugent-geel);
    padding: 20px;
}

legend {
    color: var(--ugent-blauw);
}

textarea {
    width: 100%;
}

.knopruimte {
    margin-left: 20%;
    margin-right: 20%;
}

#verzendknop {
    height: 120px;
    padding: 5px;
}
