/* Debido a problemas con el scss, algunos estilos deben de estar en este archivo:*/


header#banner {
    margin-bottom: 20px;
    margin-top: -20px;
    box-shadow: 0px 8px 10px #4646462e !important;
}
.mobileNav #menu{
    box-shadow: inset 0px 6px 7px -2px #00000038 !important;
}
#menuToggle input:checked ~ ul {
    transform: translate(0%, 6%) !important;
    box-shadow: inset 0px 6px 7px -2px #00000038 !important;
}