body {
    background-color: #1d2124;
    background-image: url("../images/bg_mesh.jpg");
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

.header_box {}

.header_image {
    overflow: hidden;
    border-radius: 0px 0px 60px 60px;
    height: 400px;
    position: relative;
    box-shadow: 0px 10px 10px black;
}

.header_image>img.screenshot {
    max-width: 100%;
    position: absolute;
    animation: header_slide 3s ease 0s 1;
    bottom: -80px;
}

.overlay_dirt {
    mix-blend-mode: color-burn;
    top: 0px;
    position: absolute;
}

.top_ribs {
    position: absolute;
    top: 46px;
    width: 110%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.top_ribs>div.bar {
    background-color: #ffedd5;
    background-image: linear-gradient( 180deg, rgb(255 255 255), #786666), url(../images/Metal022_1K_Color.jpg);
    background-blend-mode: color-burn, color-burn;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px black;
}

.top_ribs>div.bar:nth-child(2) {
    background-position-y: 200px;
}

.top_ribs>div.bar:nth-child(3) {
    background-position-y: 300px;
}

.round_logo_wrapper {
    position: relative;
}

.round_logo {
    background-color: lightblue;
    background-image: radial-gradient(lightblue, #1f4c7f);
    box-shadow: 0px 0px 20px gold;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    position: absolute;
    top: -125px;
    left: 130px;
    font-family: 'Lobster';
}

.round_logo_text_wrapper {
    position: relative;
    transform: rotateZ( -15deg);
    left: 11px;
    top: -7px;
}

.round_logo_text_wrapper>div {
    position: absolute;
}

.round_logo_text_wrapper>div:nth-child(1) {
    top: 32px;
    font-size: 30px;
    left: -16px;
    color: lightgoldenrodyellow;
    text-shadow: 0px 0px 5px black;
}

.round_logo_text_wrapper>div:nth-child(2) {
    top: 63px;
    left: 4px;
    z-index: 100;
    color: white;
    text-shadow: 0px 0px 5px black;
    width: max-content;
    font-size: 13px;
}

.round_logo_text_wrapper>div:nth-child(3) {
    top: 56px;
    font-size: 63px;
    left: -56px;
    text-shadow: -5px -3px 0px #ffce00;
    background: -webkit-linear-gradient(#000000, #c13d3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page_content {}

@keyframes header_slide {
    from {
        bottom: -200px
    }
    to {
        bottom: -80px
    }
}

.game_logline {
    margin: 30px 0px;
    display: grid;
    grid-template-columns: 100px auto 100px;
    font-family: 'Special Elite';
    color: white;
    text-shadow: 2px 2px 0px black;
    font-family: 'Special Elite';
    color: white;
    text-shadow: 2px 2px 0px black;
    line-height: 30px;
}

.game_logline_text {
    font-family: 'Lobster';
    color: white;
    font-size: 45px;
    /* margin: 30px auto; */
    text-align: center;
    background: -webkit-linear-gradient(#000000, #3fffe9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 100px 0;
}

.game_logline>.side_flaps {
    margin: 40px 0px;
    height: 140px;
}

.game_logline>div:nth-child(1) {
    background-color: white;
    border-radius: 50px 0px 0px 50px;
    z-index: 30;
    box-shadow: 0px 0px 10px black;
    background-image: linear-gradient( 0deg, #485353, #b6c4c2), url(../images/Metal022_1K_Color.jpg);
    background-blend-mode: color-burn, darken;
    height: auto;
}

.game_logline>div:nth-child(2) {
    background-color: #5b5b5b;
    border-radius: 50px;
    box-shadow: 0px 0px 10px black;
    z-index: 50;
    /* line-height: 210px; */
    background-image: linear-gradient( 0deg, #938970, #fff4e5), url(../images/Metal022_1K_Color.jpg);
    background-blend-mode: color-burn, darken;
    padding: 15px;
}

.game_logline>div:nth-child(3) {
    background-color: white;
    border-radius: 0px 50px 50px 0px;
    z-index: 30;
    box-shadow: 0px 0px 10px black;
    background-image: linear-gradient( 0deg, #485353, #b6c4c2), url(../images/Metal022_1K_Color.jpg);
    background-blend-mode: color-burn, darken;
    height: auto;
}

.notice {
    text-align: center;
    color: white;
}

.two_column_content_grid {}

.two_column_content_grid>div {
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 20px;
}

.two_column_content_grid .img_box_container>img {
    width: 100%;
    vertical-align: bottom;
}

.two_column_content_grid .img_box_container {
    width: 100%;
    /* margin: 10px; */
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0px 0px 10px black;
    height: max-content;
}

.info_text_field {
    padding: 15px 0px;
    font-family: 'Special Elite';
    color: white;
    text-shadow: 2px 2px 0px black;
}

.info_title {
    font-size: 30px;
}

.info_character {
    font-size: 20px;
}

.blank {
    background-color: black;
    color: black;
    padding: 5px;
    margin: 0 10px;
}

.info_text_field>.content {}

.full_size_img_box {
    border-radius: 50px;
    overflow: hidden;
}

.full_size_img_box>img {
    width: 100%;
    vertical-align: bottom;
}

.tablet_2 {
    height: 510px;
    width: auto !important;
    transform: translate(-27%, 0);
}