


header:before {
    background: #D5FAF0 url('/ned/images/header-bg.svg') no-repeat top right;
}

header #logo img {

    background-color: transparent;
}


h1,.h1,h2,.h2,h3,.h3,.card .component-title,h4,.h4,h5,.h5,h6,.h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 800;
    color: inherit;
    text-rendering: optimizeLegibility
}

#swagger-ui.api-platform .info .title {
    color: #1c3139;
}


body.front-spash {
    margin:0;
    padding:0;
}

#front-splash {
    height: 1px;
    display: flex;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;

    justify-content: flex-start;

    background: #D5FAF0 url(/ned/images/bg.svg) bottom right no-repeat;
    background-size: cover;
}