html {
    height: 100vh;
    font-family: 'Inter', sans-serif !important;
}

body {

    font-family: 'Inter', sans-serif !important;

}

/*
canvas {
    position: fixed;
    margin: 50px auto 0px auto;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;

    object-fit: contain;
}*/

canvas {
    position: fixed;
    width: 100vw;
    object-fit: contain;
}

.container-main {
    width: 100%;
}

#loading {
    position: fixed;
    /*  display: block;*/
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;

    background-color: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-image {

    z-index: 100;
}

.hideDiv {
    display: none !important;
}

.header {
    background-color: #1c3687 !important;
    height: 50px;
    position: fixed;
    width: 100%;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-brand img {
    padding: 0 !important;
    margin: 0 !important;
}

.container-fluid {
    padding: 0 !important;
}


.navbar .navbar-brand img {
    height: 50px;
}

.navbar.navbar-inverse {
    border: none;
}

.navbar .navbar-brand {
    padding-top: 0px;
}

.navbar {
    padding: 0px !important;
}

.nav-item {
    padding-left: 10px;
}

.header-container {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.footer-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;

    text-align: center;
    display: flex;
    align-items: center;
    min-height: 100px;
}


.scroll-info {
    width: 100%;

    text-align: center;
    color: #1c3687;
    display: flex;
    align-items: center;
    justify-items: center;

}

.scroll-info p {
    margin: 20px auto;
}

.media-button {
    border-radius: 5px;
    background: #1C3587;
    color: white;
    padding: 15px 32px;
    border: none;
}

/*
@media screen and (orientation: landscape) and (max-width : 321px) {
    canvas {
        height: calc(100% - 300px);
    }

}
*/

@media screen and (orientation: landscape) and (min-width : 960px) {
    canvas {
        height: calc(100% - 50px);
    }

}