
#footer {
    width: 100%;
    background-color: #222;
    color: #F2F2F2;
    display: flex;
    flex-direction: column;
    /* background-image: url("../../assets/images/textures/prism.png"); */
    font-family: "Oxygen-Bold" !important;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

#footer a {
    color: #F2F2F2;
}

#footer a:visited {
    color: #F2F2F2;
}

#footer .col-container {
    display: flex;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    overflow-y: visible;
}

#footer .col {
    /* height: 100%; */
    padding: 10px;
    box-sizing: border-box;
    flex-basis: 49%;
    text-align: center;
}

#footer .bar {
    width: 100%;
    flex-shrink: 0;
    border-top: 1px solid #999;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    font-size: 1.2em;
}

#footer .bar .co-name {
    color: #979797;
}

#footer .bar span {
    padding: 0px 20px;
}
 

#footer .bar .co-reg {
    display: none;
}


#footer .col h2 {
    margin: 0;
    margin-bottom: 5px;
}

#footer .bar span {
    margin: 0px;
    line-height: 50px;
    height: 100%;
}

#footer .bar span i {
    vertical-align: sub;
    margin: 0px 5px 0px 5px;
}

@media only screen and (max-width: 1000px) {
    #footer .bar {
        flex-direction: column !important;
        align-items: center !important;
        flex-shrink: 1 !important;
    }

    #footer .bar span {
        height: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    #footer .col-container {
        flex-direction: column;
        display: block;
    }

    #footer .col {
        width: 100%;
    }

    #footer .co-name {
        line-height: 1.2;
    }

    #footer .co-reg, #footer .date {
        display: none;
    }

    #footer .bar {
        flex-direction: column !important;
        align-items: center !important;
        flex-shrink: 1 !important;
    }

    #footer .bar span,
    #footer .col-container,
    #footer .col {
        /* height: unset !important; */
    }

    #footer .col {
        flex-basis: unset !important;
    }

    .parallax {
        background-attachment: scroll;
    }

    .col-container {
        text-align: center;
        width: 100% !important;
    }

    #footer-links {
        min-height: 400px;
    }
    
}




.col-container {
    padding: 20px;
    box-sizing: border-box;
}

.col.links {
    text-align: left !important;
    text-transform: uppercase;
    font-family: "GothamBold", "Oxygen-Bold", Arial !important;
    letter-spacing: 2px;
    line-height: 30px;
}

.col.details {
    text-align: left !important;
    line-height: 25px;
}