/* FOOTER */
footer {
    z-index: 100000 !important;
    position: sticky;
    bottom: 0;
    margin-right: 1%;
    float: right;
}

.media {
    padding: 2.5rem;
}


.fa {
    padding: 20px;
    font-size: 1.6rem !important;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    background-color: transparent !important;
    color: #3B5998 !important;
    cursor: pointer;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: .5;
}

/* Facebook */
.fa-facebook {
    color: #3B5998 !important;
}

/* Twitter */
.fa-twitter {
    color: #55ACEE !important;
}

.fa-envelope {
    color: white !important;
}

.fa-instagram {
    color: #8a3ab9 !important;
}



@media only screen and (max-width: 1000px) {
    footer{
        display: none;
    }
}

