﻿footer {
    min-height: 100px;
    background-color: #08192b;
    color: #cfd9e0;
    z-index: 1;
    position: relative;
    padding: 100px;
}

    footer .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer ul {
        list-style-type: none;
    }

    footer li {
        padding: 10px 0px;
    }

        footer li a {
            color: #cfd9e0;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 500;
        }


.sm-icon img {
    height: 50px;
    margin-right: 10px;
}
.medium-icon img {
    height: 100px;
    /*margin-right: 10px;*/
}