#le_section-one-hero-interior {
    text-align: center;
    padding-left:20px;
    padding-right:20px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#le_section-promo {
    padding-bottom: 30px;
    padding-top:30px;
    background-image: url(/wp-content/uploads/hhac/promo2-01.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.interior-heading h2{
    color: white;
    font-size: 30px;
}

.breadcrumbs p,
.breadcrumbs a,
.breadcrumbs span{
    color: white;
    transition: all .03s ease;
}

.breadcrumbs a:hover {
    color: #E0802F;
    text-decoration: none;
}

.contact-item {
display: block;
    margin-bottom: 5px;
    border-radius: 2px;
    padding: 5px;
}

.contact-item p {
    font-size: 20px;
}

.contact-item a {
    color: #323232;
    transition: all 0.3s ease;
    
}

.contact-item a:hover {
    color: #E0802F;
    text-decoration: none;
}
