
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-logo img {
width: 185px;
max-width: 100%;
}
.footer-copyright a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    text-decoration: underline;
}
.footer-copyright a:hover {
opacity: 0.7;
}