#applyNow {
    background-color: #ffcc00;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    padding: 5px;
}
#applyNow > a {
    color: #344fa1;
}

#applyNow:hover {
    background-color: #344fa1;
}
#applyNow > a:hover {
    color: #ffcc00;
}
.nav-item {
    transition: all 0.2s;
    backface-visibility: hidden;
}
.nav-item:hover {
    /* transform: translateY(-3px); */
    color: #ffcc00;
}
.dropdown-item:hover {
    background-color: #ffcc00;
}
#navdropdown {
    background-color: blue;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.header {
    min-height: 15vw;
    max-height: 15vw;
    background-color: #003399;
    width: 33vw;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header svg {
    width: 40%;
}

.header-span {
    padding: 0px;
    color: #ffe900;
}
