.t4-header{
    border-bottom: none;
}
span.menu-item-title {
    color: #714D00;
    font-size: large;
}

@media(min-width: 768px) {
    .t4-masthead-inner {
        padding:1rem 0
    }
}

@media(min-width: 768px) {
    .t4-main-body {
        padding-top:1rem;
        padding-bottom: 1rem
    }
}
.t4-masthead .t4-masthead-title, h3 {    
    color: #714D00;
}

div#t4-masthead {
    border-bottom: 1px solid #ccc;
}
.t4-masthead .t4-masthead-description {        
        font-weight: 600;
}
body.modal-open .modal {
    background-color: transparent;
}
body.modal-open .modal-content {    
    padding: 10px;
}