﻿html, body {
    height: 100%;
    margin: 0;
    background-color: #2a3842 !important;
    color: #fff !important;
}

.list-all-icons {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
}

    .list-all-icons .social-icon {
        max-height: 50px;
        max-width: 20%;
        height: auto;
        margin: auto;
    }
        .list-all-icons .social-icon img {
            max-height: 50px;
            height: auto;
        }

.chat {
    padding: 10px;
}

.page-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -90px; /* height of footer */
    min-height: 100%;
}

.icon-container {
    background-color: #2a3842 !important;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

    .icon-container > a > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: inline;
        width: 100%;
        padding: 20%;
    }

        .icon-container:hover {
            color: #2a3842 !important;
            border: 2px solid #2a3842;
        }

footer {
    height: 90px;
    width: 100%;
    background-color: #1d262d;
    border-radius: 50px 50px 0px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 1200px) {
    footer { max-width: 1140px; }
}

.header-top {
    width: 100%;
    background-color: #1d262d;
    border-radius: 0px 0px 50px 50px;
    margin: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 1200px) {
    .header-top {
        max-width: 1140px;
    }
}


.push {
    height: 100px;
}