@import "../scss/custom.css";

.customnav {
    background-color: white;
    box-shadow: 0px 3px 5px lightgrey;
	font-family: 'Noto Sans TC',"微軟正黑體","Roboto", "Arial", "Verdana";
}

@media(max-width: 992px) {
    .border-bottom-mobile {
        border-bottom: 1px solid #dee2e6 !important;
    }
}