/* Reset Bootstrap's .site-footer styles */
.site-footer {
  margin: 0;
    padding: 0;
    background: none;
    color: inherit;
    font-size: inherit;
    text-align: inherit;
}

/* Custom Styles for .site-footer */
.site-footer {
    background-color: #1F6CB5;
    color: white;
    padding: 30px;
    text-align: center;
}

 .row region .region-footer-fifth {
 	 all: unset;
 }