#footer.footer {
    margin-top:30px;
    width: 100%;
    /*height: 300px;*/
    background-color: #162b40;
    color: #fff;
}

#footer.footer a {
    color: white;
    font-size: 14px;
}

.footer-row {
    margin:10px;
    display: flex;
    justify-content: space-evenly;
}

#footer.footer i, h4 {
    color: #73BDF4;
    text-align: center;
}

#footer.footer h4 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}

#footer.footer h3 {
    font-size: 15px;
    text-align: left;
    color: #FFA000;
    letter-spacing: 2.5px;
    margin: 12px 0;
    text-transform: uppercase;
    font-weight:400;
}

#footer.footer p {
    color:#428bca;
    text-align:center;
}

#footer.footer .all-rights-reserved p {
    padding: 15px 0;
    justify-content: space-evenly;
    color: white;
    width: 100%;
    /*overflow: hidden;
    position: fixed;*/
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #bbb;
}

.icon {
    text-align: center;
}

#footer.footer .icon a {
    color: #428bca
}