.main-navigation {
background-color: #409EBD;
border-bottom: 2px solid #409EBD;
}

@media screen and (min-width: 768px) {
.nav-menu > li > a:after {
color: black;
content: "  \2022";
margin-left: 1em;
}
}