/* hide scrollbar in Firefox */
html {
    scrollbar-width: none;
}

/* hide scrollbar in IE */
body {
    -ms-overflow-style: none;
}

/* hide scrollbar in Webkit */
body::-webkit-scrollbar {
    display: none;
}

iframe {
    width: 100%;
    height: 3100px;
}

.navigation-ui-footer-content {
    margin-top: 40px !important;
}

@-moz-document url-prefix() {
    .navigation-ui-header .logo img {
        position: inherit !important;
    }
}

.navigation-ui-header .logo img {
    top: 30px !important;
}

@media screen and (max-width: 768px) {
    iframe {
        height: 3900px;
    }
}

@media screen and (max-width: 980px) {
    .navigation-ui-header .logo img {
        top: 13px !important;
    }
}

@media screen and (max-width: 540px) {
    iframe {
        height: 3800px;
    }
}

@media screen and (max-width: 300px) {
    iframe {
        height: 4200px;
    }
}

