/* Center the brand/logo area */
.header .navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-header .navbar-brand {
    background-color: dark-blue;
    background-image: url("/images/haveforening-foto-baggrund.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Make the logo itself centered */
.header .brand-logo img {
    display: block;
    margin: 0 auto;
}

body.wrapper-fluid header .grid-child {
    padding-left: 0;
    padding-right: 0;
}

.container-header .grid-child {
    padding: 0;
}
html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}


