
:root {
    --pantone-reflex-blue: #003399;
}

body {
    margin: 0;
}

.header-wrapper {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    padding-bottom: 50px;
}

.header-element {
    box-sizing: border-box;
    flex: 0 0 25%;
    text-align: center;
    font-size: 12px;
    padding: 70px 10px 0 10px;
    height: 100%;
}

.header-image {
    max-width: 90%;
    margin: auto;
}

.eu-flag, .hr-flag {
    max-width: 50%;
}

.inel-logo {
    width: 80%;
}

.header-text {
    margin: 0;
    color: var(--pantone-reflex-blue);
}

.eu-text {
    font-size: 16px;
    align-self: center;
}

.divider {
    width: 100%;
    height: 15px;
    background: rgb(250,255,0);
    background: radial-gradient(circle, rgba(250,255,0,1) 0%, rgba(222,66,0,1) 100%);
    box-shadow: 0 12px 7px rgba(0, 0, 0, 0.4);
}

main {
    padding: 80px 20px;
    text-align: justify;
    line-height: 1.25;
}

ul {
    text-align: left;
    list-style-type: symbols('dash');
}

.navwrap {
    margin-bottom: 0;
}