@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
body {
    background-color: rgb(0, 0, 0);
    margin: 0;
    overflow-x: hidden;
}

.textfont {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: Roboto, Helvetica, sans-serif;
}

#logo-wrap {
    position: absolute;
    width: 100%;
    top: 25px;
    /* left: 45%; */
    display: flex;
    flex-direction: row;
    font-size: 30px;
    justify-content: center;
    z-index: 1;
    /* transform: translateY(-10px); */
}

#Liaison-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 800;
}

#Layer_1 {
    height: 30px;
    margin: 0px 5px 40px 0;
}

.cls-1 {
    fill: #fff;
    /* fill: rgb(0, 0, 0); */
}

.LB-A,
.LB-I_2 {
    fill: #b5b4ad;
    /* fill: #fff; */
}

#beta-wrap {
    color: #b5b4ad;
    font-family: 'Comfortaa', cursive;
}

#beta-wrap p {
    margin-top: 0px;
    /* margin-bottom: 35.6px; */
    transform: translateY(4.4px);
}

nav#header-nav {
    place-content: stretch flex-end;
    align-content: stretch;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
    margin-top: 30px;
    z-index: 100;
}

.nav {
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 45px;
    z-index: 2;
}

#nav_hamburger {
    height: 16px;
    width: 23px;
    margin-left: 45px;
    margin-top: 4px;
    margin-right: 60px;
    cursor: pointer;
    z-index: 2;
}

main {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: Roboto, Helvetica, sans-serif;
}

#centerfold {
    display: flex;
    flex-direction: row;
}

#search_box {
    background-color: hsla(0, 0%, 100%, .15);
    margin: 70px 150px 161.7px 0px;
    padding: 30px 50px 6px 50px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 167.5px;
    border-radius: 4px;
}

#search_box_header {
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

#search_box_text {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

#mat_form_field {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    width: 100%;
}

#mat_form_field_wrapper {
    display: block;
    margin: 0.25em 0;
    position: relative;
    padding-bottom: 1.34375em;
}

#mat_form_field_flex {
    padding: 0 0.75em 0 0.75em;
    margin-top: -0.25em;
    display: inline-flex;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

#mat_form_field_outline {
    width: 100%;
    background-color: hsla(0, 0%, 100%, .15);
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 39.5px;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    transition: 0.2s;
    box-sizing: inherit;
}

#mat-form-field-infix {
    top: 0;
    border-top: none;
    padding: 1em 0;
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;
}

#search_input {
    box-sizing: border-box;
    padding-right: 26px;
    font: inherit;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    padding: 0 0.5em 0 0.5em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}

.info-pane {
    /* width: 100%; */
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    padding-top: 70px;
}

#info-pane-header {
    margin-bottom: 30px;
}

#info-pane-header-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 26px; */
}

#info-pane-body {
    color: white;
}

aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: none; */
    z-index: -1;
}

#faded-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: hsla(0, 0%, 100%, 0.2); */
    visibility: hidden;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: background-color, visibility;
    /* animation: 0.5s ease-in 0s 1 alternate paused slidein; */
}

#sidebar {
    background-color: rgb(0, 0, 0);
    width: 220px;
    padding: 32px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: -220px;
    bottom: 0;
    margin: 0;
    transition: 0.3s ease-out;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
}

#sidebar-contents {
    display: flex;
    flex-direction: column;
}

#sidebar-close-container {
    width: 100%;
    display: flex;
    justify-content: end;
}

button#sidebar-close {
    background-color: rgba(0, 0, 0, 0);
    width: 35px;
    height: 35px;
    margin-bottom: 40px;
    margin-right: calc(30px - ((35px - 1em)/2));
}


/* span#close-icon-wrapper {} */

#close-icon {
    vertical-align: center;
    height: 1em;
    width: 1em;
    cursor: pointer;
}

nav#sidebar-nav {
    text-align: end;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.sidebar {
    padding: 20px 0px;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    padding-right: 30px;
    margin: 0;
}

.sidebar:hover {
    background-color: white;
    color: black;
}

.info-pane-content {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, .28);
}

.info-pane-content-header-wrapper {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font: 18px/20px DIN_Bold, Arial, Verdana, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.arrow-up {
    margin-right: 20px;
}

.arrow-up-png {
    height: 12px;
    transform: rotate(180deg);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform;
}

.info-pane-content-body-wrapper {
    display: none;
    /* transition-duration: 0.4s;
    transition-property: display; */
}

.info-pane-content-body {
    padding-bottom: 20px;
}

.info-pane-content-body {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
}

.info-pane-content-body-text {
    font-weight: 200;
    padding-right: 100px;
    line-height: 24px;
}