footer {
    background-color: var(--lpcgray);
    color: #fff;
    min-height: 300px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

.socialmedia {
    text-align: center;
    margin-top: 15px;
}

.socialmedia-list > li {
    list-style: none;
    display: inline-block
}

.socialmedia-list > li:last-child {
    margin-right: 0;
}

.socialmedia-list > li > a > img {
    width: 50px;
    height: 50px;
    filter: invert(98%) sepia(9%) saturate(614%) hue-rotate(288deg) brightness(117%) contrast(100%);
}

.main-footer ul {
    padding: 0;
}

.main-footer ul li {
    list-style: none;
}

.main-footer ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 1.95em;
    text-decoration: underline solid transparent;
    -ms-transition: text-decoration 500ms ease !important;
    -webkit-transition: text-decoration 500ms ease !important;
    transition: text-decoration 500ms ease !important;
}

.main-footer ul li a:hover {
    text-decoration: underline solid #fff;
}

.copyright-footer {
    text-align: center;
    padding: 15px 0px;
}

.lpcred-bg {
    background-color: #981E32;
}

.twitter-icon  {
    width: 45px !important;
    height: 45px;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1440px) {
    
}

@media (min-width: 1089px) {

}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {

}

/* Portrait tablets and small desktops: MD */
@media (max-width: 991px) {

    .icon {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
}



@media (min-width: 768px) and (max-width: 991px) {

    .socialmedia-list > li {
        margin-right: 3.0rem;
    }

    .fullwidth-split-text {
        margin-top: -1.95em;
    }

}

@media (min-width: 992px) {

    .socialmedia-list > li {
        margin-right: 5.0rem;
    }

}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {

    .socialmedia-list > li {
        margin-right: 2.5rem;
    }

}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {

    .navbar-brand > img {
        max-height: 80px;
    }

    .socialmedia-list > li {
        margin-right: 1.5rem;
    }

}


@media (max-width: 374px) {
    .navbar-brand > img {
        max-height: 60px;
    }
}