/* @import moet bovenaan staan */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@400;500;600;700&display=swap');

/* Paginatitel verbergen */
.page-header {
    display: none;
}

/* Logo naast menu */
header.container-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

header.container-header .grid-child {
    width: auto !important;
}

header.container-header .grid-child:first-child {
    flex: 0 0 auto !important;
    margin-right: 20px !important;
}

header.container-header .container-nav {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-start !important;
}

/* Bebas Neue op H1 */
h1 {
    font-family: 'Bebas Neue', sans-serif !important;
}

/* Barlow op de rest */
body {
    font-family: 'Barlow', sans-serif !important;
}

/* JoomGallery titels verbergen */
body.com_joomgallery main h2,
body.com_joomgallery main h3 {
    display: none !important;
}
/* Barlow op footer */
.container-footer footer {
    font-family: 'Barlow', sans-serif !important;
}
