.logo {
    width: 640px;
}
.navbar-brand img {
    width: 310px;
    padding-top: 12px;
}
p a {
    font-size: inherit;
}

#links a img {
    height:150px;
    width: auto;
    filter: grayscale(100%);
}
#links a img:hover {
    filter: grayscale(0%);
}
#links .link {
    padding-top: 55px;
}
#links .link a{
    font-size: 30px;
}

.image-preview {
    padding-bottom: 0px;
    background-color:rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
    img.mobile-logo {
        float: left;
        margin-top: 20px;
        width: 210px !important;
    }
}
.mfp-wrap {
    z-index: 5000 !important;
}
