body{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #0e1734;
}

a{
    text-decoration: none;
}

#top > div,
#bottom > div{
    height: 15px;
}

.skyblue{
    background-color: #17ABEB;
}

.orange{
    background-color: #EF731B;
}

main{
    overflow: hidden;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.dropdown-menu[data-bs-popper] {
    left: inherit;
}

.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover{
    background-color: #17ABEB;
    color: #FFF;
}

.nav-link:focus{
    color: #FFF;
}

@media only screen and (max-width: 960px){
    ul.dropdown-menu.show{
        background: none;
    }

    a.dropdown-item{
        color: #FFF;
    }
}
