/* ==========================================================================
   Custom styles for McCormack Audio site
   ========================================================================== */

#banner > .inner .content p,
#banner .content p {
    font-family: "Source Sans Pro", Helvetica, sans-serif !important;
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    text-transform: none;
}

#banner > .inner .content p strong,
#banner .content p strong {
    font-weight: 600;
    color: #ffffff;
}

#banner > .inner .content p a,
#banner .content p a {
    color: #9bf0e1;
    text-decoration: none !important;
    border-bottom: 1px dotted #9bf0e1;
    font-weight: 400;
    transition: all 0.2s ease;
}

#banner > .inner .content p a:hover,
#banner .content p a:hover {
    color: #ffffff;
    border-bottom-style: solid;
}
