@media only screen and (max-width: 767px) {
    .footer-socmed-logo {
        padding-left: 1px;
        padding-right: 33px;
        height: 100px;
        width: 300px;
    }

    .footer-socmed li {
        display: inline;
        font-size: 27px;
        padding: 0px;

    }
}

@media only screen and (min-width:768px) {
    .footer-socmed li {
        display: inline;
        font-size: 27px;
        padding: 10px;
    }
}

.coeus-footer {
    height: 100%;
}

.coeus-footer-banner {
    background-color: #040505;
    text-transform: uppercase;
    align-content: center;
    text-align: center;
    color: #999999;
    font-size: 25px;
    height: 200px;

}

.coeus-footer-banner a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 10px;
}

.coeus-footer-banner .row {
    text-align: start;
}

.coeus-footer-banner .footer-tabs-header {
    color: lightgray;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.coeus-footer-banner .footer-logo img {
    width: 50%;
    height: auto;
}

.coeus-footer-banner .value {
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 5px;
}
.coeus-footer-banner .copyright-span{
    font-size: 14px;
}

.container .footer-tabs-header {
    font-weight: 600;
    text-align: center;
    color: lightgray;
    padding-right: 100px;
}

.col p {
    text-align: center;
    color: lightgray;
}

ul {
    text-align: center;
    padding-right: 40px;
}



.all-rights {
    padding: 10px;
}

p {
    font-family: Roboto-Lite;
    font-weight: 400;
    font-size: 14px;
}

.coeus-bg {
    padding-bottom: 100px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml, %3Csvg style='background-color: 25282b;' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 950 200'%3E%3Cpath d='M473 67.3c-203.9 88.3-263.1-34-320.3 0C66 119.1 0 59.7 0 59.7V0h1000v59.7S937.9 85.8 905.1 89c-32.8 3.3-62.8-12.3-75.8-22.1-23.3-17.3-84-58.2-134.4-62.2S492.4 59 473 67.3z' style='' class='footer-shape-fill' opacity='.33'/%3E%3Cpath d='M734 67.3c-45.5 0-77.2-23.2-129.1-39.1-28.6-8.7-150.3-10.1-254 39.1s-91.7-34.4-149.2 0C115.7 118.3 0 39.8 0 39.8V0h1000v36.5S971.8 18 907.9 18c-97.7.1-132.2 49.3-173.9 49.3z' style='' opacity='.66'/%3E%3Cpath  d='M766.1 28.9c-200-57.5-266 65.5-395.1 19.5-129-46.6-129-43-186.2-27.8-56.8 15.2-52.5 24.3-94.9 31.9C28.6 63.7 0 0 0 0h1000s-9.9 40.9-83.6 48.1-86.8-1.1-150.3-19.2z' style='' opacity='0' /%3E%3C/svg%3E%0A");
}

.footer-socmed-logo a:hover {
    color: #aaaae5;
}


