/* Footer styles only */
/*
/* ---------------- */

#footerLeft {
    height: 255px;
    display: table;
}
#footerRight {
    height: 255px; 
    display: table;
    background-image: url("/wp-content/uploads/2018/05/FooterImage.jpg");}

#footerLeft h4 {
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
    
}

 #footerRight h4 {
    background-color:#ff6b01;
    padding: 10px 20px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
     
 }

footer {
    width: 100%; 
    padding: 30px 0px 40px 0px; 
    margin-bottom: 50px; 
    margin-top: 150px; 
    text-align: center;
}

.footerImage {
    float: left; 
    margin-left: 0; 
    text-align: left !important;
}

.footerLogo {
    width: 250px; 
    height: auto; 
    text-align: center; 
    margin-top: 50px;
}
