

/* .footer-bottom-text {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.bottom-nav {
    width: 33.33%;
    padding: 0 45px;
}
.bottom-logo {
    width: 145px;
  margin-bottom:20px;
}
.bottom-nav p {
    font-size: 19px;
    line-height: normal;
    margin: 0;
}.bottom-nav.address h3 {
    font-size: 25px;
    line-height: normal;
    margin: 0px 0 31px;
}

.link-box.address {
    width: 33%;
    padding: 0 45px;
}
.link-box.address a {
    display: inline-block;
    width: 100%;
    font-size: 19px;
}

.box-bottom a:hover { text-decoration:underline !important;}

.footer-main:before {
    background: url(https://cdn2.hubspot.net/hubfs/6887327/Scallog%202020/footer-bg.png);
    position: absolute;
    top: -190px;
    left: 0;
    content: "";
    z-index: 9999;
    width: 100%;
    min-height: 261px;
    background-size: cover;
} */