#footer-box{
    text-align: center;
    align-items: center;
    background-color: #0881A3;
    color:#E6E6E6;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    margin:auto;
    margin-top: 0;
    margin-bottom:0;
}

#footer-box a{
    text-decoration: underline;
}

#footer-box a:hover{
    color:#111111;
}

@media screen and (max-device-width:500px){
    #footer-box{
        width:100%;
        font-size: large;
        padding: 1% 0 1% 0;
        min-height: 2.5%;
    }

    #footer-box a {
        color:#E6E6E6 !important;
    }
}