.site-header, .site-footer {
    background-color: #44d3dd;
}

#ht-masthead {
    /* border-top: 4px solid #FFC107; */
    background: #44d3dd;
    height: 150px;
    border-bottom: 1px solid #F1F1F1;
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

#ht-site-branding img {
    max-height: 120px;
    width: auto;
}

.ht-main-header {
    background: #f9f9f9;
    padding: 65px 0;
    margin-bottom: 25px;
    display: none;
}

#ht-bottom-footer {
    display: none;
}
