/*
=======================================================
Footer formatting
=======================================================
*/

.my-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
}

.footer-content{
    /* width: 50%; */
    background-color: rgba(55, 00, 88, .8);
    color: white;
    justify-content: center;
    display: flex;
    padding: 5px;
    border: 1px solid rgba(100, 100, 100, 0.5);
    border-radius: 0.25em;
}

@media (max-width: 768px) {
    .footer-content{
	width: 95%;
    }
}

.footer-content img {
    display: block;
}

.footer-content img {
     max-height: 500px;
     border-radius: 0.25em;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.7);
}


.copyright {
    text-align: center;
    font-size: 0.85em;
    color: rgb(100, 100, 100);
}
