/*
Theme Name: MCV Theme
Theme URI: 
Text Domain: MCVTheme
Description: WordPress them for MCV Theme
Author: the Author MCV Theme
Author URI:
*/

.post-blurb {
    max-width: 780px;
    margin: 2rem auto;
}
.post-blurb * {
    font-family: "IBM Plex Mono", monospace;
    font-style: italic;
    font-weight: 100;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.70);;
}
.current-menu-item .nav-link {
    color: #FF5511 !important;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.quote-text.quote-text-large {
    font-size: clamp(4rem, 2.9rem + 0.7vw, 4.35rem);
}
.spacer_30 {
    height: 30px;
}
.gallery-card {
    cursor: pointer;
}
.work_listing {padding-top: 100px;}
#client_logos {
   min-height: auto;
}
#client_logos::before {
    background: none;
}
@media(max-width: 575px) {
.trusted-logos {
   flex-wrap: wrap;
}
}