#NLO_2:hover {
    transform-origin: center;
    transform-box: fill-box;
    scale: 1.2;
}

#NLO_animation_container {
    padding: 8vw;
    padding-top: 0;
    padding-bottom: 0;
}

#all_NLO_container {
    position: relative;
}

#NLO_svg {
    opacity: 0;
    transition: all 0.3s;
    top: -1px;
    left: 1px;
}

#main-NLO-animation {
    transition: all 0.3s;
    opacity: 1;
}

.NLO-hover:hover {
    scale: 1.2;
    cursor: pointer;
    animation: none;
}
.NLO-hover {
    transform-origin: center;
    transform-box: fill-box;
    animation: scaleAnim 5s linear infinite;
}

@keyframes scaleAnim {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#NLO-games-outer,
#NLO-workshops-outer,
#NLO-info-sessions-outer,
#NLO-lectures-outer,
#NLO-summer-schools-outer,
#NLO-events-outer {
    transition: all 0.3s ease;
    opacity: 1;
}

#headers-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;

    padding-left: 7.5%;
    padding-right: 7.5%;
}

#header-partnership-row {
    display: flex;
    justify-content: flex-start;
}

#header-mentorship-row {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    color: white;
    align-items: flex-end;
}

#header-partnership,
#header-mentorship {
    line-height: 4.5vw;
    font-size: 4.5vw;
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
}

.inactive-header:hover {
    color: #dbd8b9 !important;
}

.inactive-header {
    color: #4c4c4c !important;
}

#games-section {
    display: none;
}

#svg_click_to_see_more,
#svg_click_to_try {
    cursor: pointer;
}

#svg_click_to_see_more:hover > rect,
#svg_click_to_try:hover > rect {
    fill: #6a8ac670;
}
