footer{
    width: 100%;
    height: 180px;
    margin:0;
    padding:0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: white;
}

.footer-socialmedia i{
    color: rgb(81,29,39);
    margin-left: 5px;
    margin-right: 5px
}

.share-social-media i:hover,
.footer-socialmedia i:hover{
    color: rgb(172, 85, 102);
}

ul.footer-navbar{
    height: 100px;
    line-height: 100px;
    margin: 0;
    list-style-type: none;
}

.footer-navbar li{
    display: inline;
    margin-right: 1.5em;   
}

.footer-navbar li a{
    color: rgb(81,29,39);
    font-weight: bold;
    text-decoration: none;
}


.footer-navbar li a:hover{
    color: rgb(165, 154, 156);
}

.footer-navbar .footeractive a{
    color: rgb(172, 85, 102);
}

.footer-copyright{
    display: inline-block;
    width: 100%;
    height: 65px;
    line-height: 25px;
    padding-top: 15px;
    text-align: center;
    color: rgb(88, 86, 85);
}

.footer-copyright a{
    color: rgb(153, 149, 150);
    text-decoration: none;
}

.footer-copyright a:hover{
    color: rgb(88, 86, 85);
}

@media all and (min-width: 900px){
    .footer-socialmedia{
        width: 32%;
        padding-left: 8%;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
        float: left;
        text-align: left;
    }

    .footer-sitelinks{
        width: 52%;
        padding-right: 8%;
        height: 100px;
        float: left;
        text-align: right;
    }

    .footer-navbar li a{
        font-size: 18px;
    }
    .footer-copyright{
        font-size: 18px;
    }
}

@media all and (min-width: 400px) and (max-width: 900px){
    .footer{
        height: 280px;
    }
    .footer-socialmedia{
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        text-align: center;
        padding: 0;
    }

    .footer-sitelinks{
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        padding: 0;
    }

    .footer-copyright{
        display: inline-block;
        width: 100%;
    }

    .footer-navbar li a{
        font-size: 14px;
    }
    .footer-copyright{
        font-size: 14px;
    }
}

@media all and (min-width: 300px) and (max-width: 400px){
    .footer{
        height: 280px;
    }
    .footer-socialmedia{
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        text-align: center;
        padding: 0;
    }

    .footer-sitelinks{
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        padding: 0;
    }

    .footer-copyright{
        display: inline-block;
        width: 100%;
    }

    .footer-navbar li a{
        font-size: 13px;
    }

    .footer-navbar li{
        margin: 0.5em;
    }
    
    ul.footer-navbar{
        padding: 0;
    }
    .footer-copyright{
        font-size: 14px;
    }
}



@media all and (max-width: 300px){
    .footer{
        height: 280px;
    }
    .footer-socialmedia{
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        text-align: center;
        padding: 0;
    }

    .footer-sitelinks{
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        padding: 0;
    }

    .footer-copyright{
        display: inline-block;
        width: 100%;
    }

    .footer-navbar li a{
        font-size: 12px;
    }
    .footer-navbar li{
        display: list-item;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }
    
    ul.footer-navbar{
        padding: 0;
    }
    .footer-copyright{
        font-size: 14px;
    }
}