﻿.bg-blue {
    background-color: #2A3D7B;
}
body
{
    margin-bottom: 0px;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.div-footer {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    padding: 20px 10px;
    color: #0366d6;
    font-size: 0.9rem;
    font-weight: 400;
}
.div-footer a , .div-footer small
{
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 5px;
}
.enamad-pic
{
    cursor: pointer;
    width: 50px;
}
@media only screen and (max-width:350px) {
    .div-footer a , .div-footer small {
        font-size: 0.3rem !important;
    }
}
@media only screen and (max-width:600px) {
    .div-footer {
        padding: 15px 5px;
    }
    .div-footer a , .div-footer small{
            font-size: 5px !important;
    }
}
@media only screen and (max-width:800px) {
    .div-footer {
        justify-content: space-between !important;
    }
    .div-footer a , .div-footer small{
        font-size: 0.6rem;
    }
    .enamad-pic
    {
        width: 20px;
    }
}
