<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-size: 1.2em;
    line-height: 1.3em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Font imports */

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

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


/* SITE CSS */

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.container {
    display: flex;
    flex-direction: column;
    font-family: 'Bubbler One';
    word-wrap: break-word;
}

.tab {
    display: flex;
    min-height: 100vh;
    max-width: 100vw;
}

.content {
    background-color: #e3e8ef;
    display: flex;
    min-height: 100vh;
    max-width: 100vw;
    color: #17202A;
}

#main {
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
}

a {
    text-decoration: none;
    color: inherit;
}

#page_content a {
    border-bottom: 1px solid #E74C3C;
    opacity: 0.85;
}

#page_content a:hover {
    border-bottom: 2px solid #E74C3C;
    opacity: 1;
}

section h1 {
    font-family: 'Sanek';
    font-size: 2.2em;
    margin-bottom: 1em;
}

h2 {
    font-family: 'Sanek';
    font-size: 1.8em;
    line-height: 1em;
    margin: 1em 0;
}

p {
    margin-bottom: 0.5em;
}

/* Navigation */

nav {
    font-family: 'Bubbler One';
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100vw;
    background-color: #17202A;
    height: 2em;
    color: #FFFAFA;
    line-height: 2em;
    z-index: 1000;
}

nav a {
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.7;
}

nav a:hover {
    opacity: 1;
}

nav .active {
    opacity: 1;
}

	
#nav-line {
    position: relative;
    bottom: 3px;
    width: 30px;
    border: 2px solid #F7DC6F;
}

.hide {
    display: none;
}

#mobileNav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #17202A;
    color: #FFFAFA;
    display: none;

}
/* Homepage */

#home {
    padding-top: 2%;
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.6fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1fr 1fr 0.5fr;
    background-image: url('../img/groep.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#home .schild {
    width: 100%;
    height: auto;
    grid-column: 3;
    grid-row-start: 2;
    grid-row-end: 4;
}

#home .arrow {
    display: none;
    font-size: 3em;
    padding: 1em 0 0.5em 0;
    color: #F7DC6F;
}

#home .arrow:hover {
    opacity: 0.8;
}

#home .name {
    display: flex;
    flex-direction: column;
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row: 1;
    font-family: 'Sanek';
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #F7DC6F;
}

#home .name .k {
    font-size: 4em;
    margin-bottom: 0.85em;
}

#home .name .la {
    font-size: 6em;
    word-wrap: normal;
}

#home .menu {
    grid-column: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home .menu .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 10% 5% 0;
    color: #F7DC6F;
    opacity: 0.6;
    font-size: 1.3em;
}

#home .menu .item:hover {
    opacity: 1;
    cursor: pointer;
}

#home .menu .item .circle {
    height: 0.4em;
    width: 0.4em;
    border: 0.3em solid #F7DC6F;
    border-radius: 50%;
    margin-left: 5%;
}

/* Praesidium styling */

#wie-zijn-we ul a {
    border-bottom: none;
    opacity: 1;
}


#wie-zijn-we ul a:hover {
    opacity: 0.9;
    border-bottom: none;
}

#wie-zijn-we ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#wie-zijn-we ul li {
    display: flex;
    flex-direction: column;
    margin: 0.75em 0;
    text-align: center;
    width: auto;
}

#wie-zijn-we ul li img {
    border-radius: 50%;
    width: 60%;
    height: auto;
}

#wie-zijn-we ul li img:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* Sponsors */

#sponsors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#sponsors img {
    width: 40%;
    height: auto;
    margin: 2% 30%;
}

#sponsors a {
    border: none;
}

#sponsors a:hover {
    border: none;
}

/* Contact page */

#contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

#contact ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 30%;
    min-width: 300px;
    margin: 4% auto;
}

#contact ul li {
    display: flex;
    flex-direction: column;
}

#contact ul li:hover {
    color: #E74C3C;
}

/* Events */
#evenementen .event {
    margin: 1em 2em 1em 0;
}

#evenementen div {
    margin-bottom: 0.25em;
}

#evenementen img {
    height: 12em;
    width: 18em;
}

#evenementen .fa {
    padding-right: 10px;
}

#evenementen .fa-arrow-right {
    padding-left: 10px;
}

#evenementen .name {
    font-weight: bold;
}

#evenementen #page_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 1300px) {
    #home {
        grid-template-columns: 0.5fr 0.5fr 0.6fr 0.5fr 0.6fr;
    }

    #contact ul {
        width: 50%;
    }

    #contact ul li {
        margin: 0 5%;
    }
}

@media (max-width: 1200px) {
    #home {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    #home .schild {
        height: 50%;
        width: auto;
    }

    #home .menu {
        display: none;
    }

    #home .arrow {
        display: inline;
    }
}

@media (max-width: 960px) {
    #evenementen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #evenementen .event {
        margin: 0 auto;
        padding: 0.5em;
    }
}

@media (max-width: 900px) {
    #contact ul {
        width: 90%;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    #sponsors img {
        width: 60%;
        height: auto;
        margin: 2% auto;
    }

    #home {
        font-size: 0.9em;
    }
}

@media (max-width: 632px) {
    #home .name .la {
        line-height: 0.95em;
    }

    #home .name .k {
        margin-bottom: 0.35em;
    }
}

@media (max-width: 600px) {
    #home .schild {
        width: 50%;
        height: auto;
    }

    #evenementen img {
        height: 10em;
        width: 15em;
    }

    #nav {
        display: none !important;
    }
}

@media (max-width: 500px) {
    #contact ul {
        flex-direction: column;
    }

    #contact ul li {
        margin: 3% 0;
    }

    #contact a {
        border: none;
    }

    #contact a:hover {
        border: none;
    }

    #home {
        font-size: 0.5em;
    }
}
</pre></body></html>