/* site css here */

.newroo-head1 {
    font-size: calc(28px + 1.4vw); 
    line-height: 1.05em;
    padding-top: 24px;
}

.newroo-head2 {
    font-size: calc(14px + 2vw); 
    line-height: 1.2em; 
    margin-top: 3%;
    text-transform: uppercase;
}


.newroo-flex {
    display: flex; 
    justify-content: center; 
    margin: 5vh 0;
}

.newroo-highlight-gold {
    display: inline; 
    box-shadow: 9px 0 0 3px #a89968, -9px 0 0 3px #a89968; 
    background-color: #a89968; 
    box-decoration-break: clone; 
    line-height: 2.1; 
    color: #fff;
}

.newroo-highlight-blue {
    display: inline; 
    box-shadow: 9px 0 0 3px #041e42, -9px 0 0 3px #041e42; 
    background-color: #041e42; 
    box-decoration-break: clone; 
    line-height: 2.1;
    color: #fff;
}