footer {
    background-color: #AC0000;
    height: 60vh !important;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .icons {
    margin-top: 3%;
}

.fab {
    color: #fff;
}


#foot {
    background-color: #AC0000;
}

.icon {
    padding-left: 15px;
}

.scrollToTop {
    position: fixed;
    bottom: 2%;
    left: 2%;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    border: none !important;

}

.scrollToTop span {

    color: rgb(255, 255, 255);
}

#phishing-law-info-again {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    z-index: 1;
    box-shadow: #161616 2px 2px 5px 2px;
    position: fixed;
    padding: 5px 10px;
    font-size: 10pt;
    font-family: inherit;
    width: auto;
    bottom: 0px;
    right: 340px;
    line-height: 24px;
}

#phishing_hdr_show-again {
    cursor: pointer;
}

#phishing-law-info-bar {
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    line-height: 24px;
    padding: 5px 10px;
    z-index: 1;
    display: none;
}

#phishing_action_close_header {
    line-height: 1;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(97, 162, 41);
    font-size: 13px;
    padding: 9px 10px;
    text-decoration: none;
    cursor: pointer
}


#cookie-law-info-again {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    z-index: 1;
    box-shadow: #161616 2px 2px 5px 2px;
    position: fixed;
    padding: 5px 10px;
    font-size: 10pt;
    font-family: inherit;
    width: auto;
    bottom: 0px;
    right: 100px;
    line-height: 24px;
}

#cookie_hdr_show-again {
    cursor: pointer;
}

#cookie-law-info-bar {
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    line-height: 24px;
    padding: 5px 10px;
    z-index: 1;
    display: none;
}

#cookie_action_close_header {
    line-height: 1;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(97, 162, 41);
    font-size: 13px;
    padding: 9px 10px;
    text-decoration: none;
    cursor: pointer
}


@media only screen and (max-width: 600px) {
    #footer-container {
        flex-wrap: wrap !important;
        flex-direction: row-reverse !important;

    }

    #foot{
        height: 20rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    #footer-container {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        justify-content: center !important;

    }

    
    #foot{
        height: 20rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #footer-container {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        justify-content: center !important;

    }

    
    #foot{
        height: 30rem;
    }
 
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #footer-container {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        justify-content: center !important;

    }

    
    #foot{
        height: 40rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}