@import 'cards.css';

.homepage-settings-content-2 a:hover,
.homepage-settings-content-2.body a:hover{
    opacity: 0.5;
    /* font-style: italic; */
}
.front-page-tagline p:first-child,
.homepage-settings-content-2 p:first-child {
    margin-top: 0px;
    
}
.front-page-tagline p:last-child,
.homepage-settings-content-2 p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 499px) {
    .front-page-tagline {
        display: none;
    }
    .front-page-body .page-content {
        /* margin-top: 0px; */
    }
}