.content {
    padding-top:65px;
    min-height: 100vh;
}
footer{

}

.logo {
    max-width: 150px;
    max-height: 100px;
}
.logo-lg {
    max-width: 250px;
    max-height: 150px;
}

textarea.html {
    font-family: monospace !important;
}
.title-image{
    display: block;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    overflow: hidden;
}
.navbar-logo{
    height: 40px;

}

.bg-custom {
    background-color: rgb(247, 249, 252);
}
.sprung {
    visibility: hidden;
    height: 0 !important;
    position: absolute;
    margin: -58px;
}

.blocker {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(120, 120, 120, 0.7);
    z-index: 1090;
}
.org-select {
    padding: 20px;
    margin: 0 auto;
    top: 30%;
    width: 768px;
}

@media (max-width: 991.98px) {
    .org-select {
        width: 98% !important;
    }
}
.menu_container{
    display: none;
}
.menu_container:target{
    display: block !important;
}
