.modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.close {
    position: absolute;
    top: 2em;
    right: 4em;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 2;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content {
    margin: auto;
    display: block;
    max-height: 90%;
    width: auto;
    max-width: 70%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.imgResize:hover {
    opacity: 0.7;
}

.imgStyle {
    box-shadow: 2px 0 11px silver;
    margin-left: 4%;
    margin-bottom: 3%;
}

.imgResize {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#scrollbkToTop {
    bottom: 90px !important;
    height: 55px !important;
    width: 55px !important;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.fa-arrow-up:before {
    content: "\f062";
    color: #000000;
}
.footer-go-uplink {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 100%;
}

#scrollbkToTop span, #scrollbkToTop a{
    display: block;
    height: 100%;
}