#nav {
    background-color: #1b8fcf;
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
}

#navigation > li:nth-child(1) > a:nth-child(1) > img:nth-child(1),
#navigation > li:nth-child(1) > ul:nth-child(2) > li > a,
#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li > a,
#navigation-connection > li:nth-child(1) > a:nth-child(1),
#navigation-connection > li:nth-child(2) > a:nth-child(1) {
    text-transform: uppercase;
    color: white;
    font-size: 2rem;
    list-style-type: none;
}

#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li {
    list-style-type: none;
}

#navigation > li:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#navigation > li:nth-child(1) > ul:nth-child(2) > li {
    margin: auto;
}

#navigation > li:nth-child(1) > a:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#navigation > li:nth-child(1),
#navigation > li:nth-child(1) > ul:nth-child(2){
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) {
    position: relative;
}

#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) {
    position: absolute;
    left: 0rem;
    top: 2.5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 50px #4B6C9D33;
    visibility: hidden;
    opacity: 1;
    padding: 2rem;
    border-radius: 20px;
    z-index: 99;
    margin: 0;
}

#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li > a {
    color: black;
}
/*#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)>a {
}*/

#navigation > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4):hover > ul:nth-child(2) {
    visibility: visible;
}

#navigation-connection {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 2rem;
}

#navigation > li:nth-child(1) {
    margin-bottom: 0;
}

#navigation > li:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
    max-width: 6rem;
}

/*#navigation > li:nth-child(1) > ul:nth-child(2) {
}*/
