<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-row{
    display:flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap:wrap;
}

.flex-item{
    flex-basis: 33%;    
}

.flex-item img {
    width: 100%;
    max-width: 100%;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}</pre></body></html>