@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

html, body {
    font-family: 'Rubik', sans-serif;
    margin: 0 !important
}

figure>img {
    width: 100% !important;
    float: left;
}

.example::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #004f9f !important;
}


/* Subnavs */
.sub-title {
    display: inline-block;
    height: 100%;
    width: 30%;
}

.inner-title {
    padding-top: 14px;
    padding-left: 16%;
    overflow: scroll;
    white-space: nowrap;
}
/* THREE SUBNAVS 
#subnav {
    height: 40px;
    display: inline-block;
    width: 100%;
    position: fixed;
    background-color: white;
    bottom: 0;
    z-index: 1111;
}*/

#subnav {
    height: 40px;
    display: inline-block;
    width: 30%;
    position: fixed;
    background-color: white;
    bottom: 0;
    z-index: 1111;
}

.subnavpoint {
    display: inline-block;
    height: 100%;
    line-height: 40px;
    padding-left: 8%;
    padding-right: 4%;
}


.closeOverlay {
    position: fixed;
    cursor: pointer;
    left: 43.5vw;

}

.inner-title::-webkit-scrollbar {
    display: none !important;
}

.inner-title {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}

.inputbutton {
    font-size: 140%;
    font-family: inherit;
    border: 0;
    margin-bottom: 15px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px;
    background-color: #bcdcf5;
    cursor: pointer;
}

.readonly input {
    opacity: 0.3;
    cursor: not-allowed;
}


input {
    border: 0;
    background-color: #bcdcf5;
    cursor: pointer;

}

button {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    margin: 2px;
    padding: 4px;
    background-color: #bcdcf5;

}

.btn-active {
    background-color: #5e9ad3;
}

.overlay {
    width: 45vw;
    overflow: auto;
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
    background-color: white;
    position: fixed;
    z-index: 1200 !important;
    display: none;
    padding-top: 80px;
    padding-left: 2%;
    padding-bottom: 100px;
    padding-right: 20px;
}



figure {
    display: flex;
    margin-left: 0%;
    margin-right: 150px;
}

.overlay>p:last-child {
    margin-bottom: 200px;
}

.on {
    color: #004f9f;
}


@media screen and (max-width: 800px) { 



.overlay {
    width: 100vw;
    overflow: auto;
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
    background-color: white;
    position: fixed;
    z-index: 1000 !important;
    display: none;
    padding-top: 50px;
    padding-left: 15px;
    padding-bottom: 100px;
    padding-right: 5%;
}

.overlay > p {
    padding-right: 12%;

}


.closeOverlay {
    position: fixed;
    cursor: pointer;
    left: 87vw;

}


#subnav {

    width: 100%;

}


.subnavpoint {
    display: inline-block;
    height: 100%;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 4%;
}

}