#header {
    background-image: url('/assets/images/background.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    box-shadow: inset 0 0 0 999999rem rgb(0 0 0 / 32%);
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.2em 8px;
}
#header_top_inner {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#logo {
    text-align: left;
    max-width: 300px;
}
#logo img {
    width: 177px;
    height: auto !important;
    max-width: 100% !important;
}
#header_center {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    padding: 5em;
}
.title {
    font-size: 3em !important;
    color: #fdfdfd;
    font-family: 'Montserrat-Light',sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
.subtitle {
    font-size: 1.333rem !important;
    color: #fdfdfd;
    font-family: 'Barlow-Light',sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}