html {
    background: black;
}

body {
    --generic_font_color: rgb(215,215,215);
    background: black;
    align-items: center;
}

.flex_page_style img {
    display: inline-block;
    flex: none;
}

.topbar {
    flex-direction: row;
}

.topbar .title {
    font-size: var(--huge_font_size);
    flex: 0 1 auto;
    position: relative;
    padding: 0.15em 0;
}

.topbar .title_cont {
    justify-content: center;
    flex: 0 1 auto;
}

.topbar .title_text {
    z-index: 1;
    padding-left: 0.5em;
}

.topbar .title_background {
    position: absolute;
    top: 0;
    width: 130%;
    border-bottom: 60px solid rgba(30,30,30, 0.95);
    border-right: 35px solid transparent;
}

.sub_title {
    font-size: initial;
}

.title {
    font-size: var(--big_font_size);
    flex: 0 1 auto;
}

.inarius_img_cont {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.footer,
.footer_spacer,
.topbar {
    padding: 0 1em;
    height: 100px;
    flex: 0 1 auto;
    width: 100%;
    justify-content: center;
}

.footer_spacer,
.footer {
    min-height: 50px;
    height: 50px;
}

.footer {
    flex-wrap: wrap;
    background: black;
    border-top: 0.2em solid rgba(255,255,255, 0.5);
    position: absolute;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
}

.affiliated_warning,
.copyright_cont {
    flex: 0 1 auto;
    justify-content: center;
}

.affiliated_warning {
    font-size: var(--tiny_font_size);
}

.main_content_area {
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    position: relative;
}

.widget {
    border-top: 0.2em solid rgba(255,255,255, 0.5);
    background: red;
    width: 100%;
    flex-direction: row;
    flex: 0 1 auto;
    justify-content: center;
    padding: 1em;
    background: rgba(255,255,255, 0.1);
}

.app_icons_widget {
    justify-content: flex-start;
}

.widget:nth-child(2) {
    background: rgba(255,255,255, 0.05);
}

.butcher_logo_cont {
    background: black;
    flex: 0 1 auto;
    --cont_background_hover_color: transparent;
    --cont_border_color: rgba(255,255,255,0.4);
    --cont_border_radius: 3em;
    border-radius: var(--cont_border_radius);
    position: relative;
}

.butcher_logo_cont:after {
    background: var(--cont_background_hover_color);
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: var(--cont_border_radius);
    position: absolute;
}

.butcher_logo_cont:hover {
    --cont_background_hover_color: rgba(255,255,255,0.15);
    --cont_border_color: rgba(255,255,255,0.8);
}

.butcher_logo {
    border: solid 0.25em var(--cont_border_color);
    border-radius: var(--cont_border_radius);
}

.butcher_logo img {
    margin: 2em;
    margin-top: 0;
}

.butcher_logo_cont .title {
    padding: 0.5em;
    justify-content: center;
    align-items: center;
}
