/* Ashley & Brad Show - Custom Styles */

body {
    background-color: lightslategray;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.smallFont {
    font-size: 0.75em;
}

#legalNotifications > a {
    color: black;
}

.phone-link {
    color: white;
    text-decoration: none;
}

.phone-link:hover {
    color: white;
    text-decoration: underline;
}
.nav-link.active {
    text-decoration: none;
    border-bottom: none;
}