.service_box .service_icon {
    height: 116px;
    width: auto;
    margin: auto 0px;
    z-index: 1;
    transition: 0.2s;
}

.service_box .service_icon:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.service_header {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.service_header .service_header_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(3px);
}

.service_header_overlay#minecraft {
    background: linear-gradient(-60deg, #4aa1476e, #4aa14700);
}

.service_header_overlay#rebirth {
    background: linear-gradient(-60deg, #2d62c49c, #4aa14700);
}

.service_header_overlay#valheim {
    background: linear-gradient(-60deg, #c42d2d9c, #c42d2d00);
}

.service_header_overlay#forums {
    background: linear-gradient(-60deg, #00a7ff9c, #ffffff70);
}

.service_header_overlay#discord {
    background: linear-gradient(-60deg, #7289dac9, #7289da38);
}

.service_footer {
    bottom: 15px;
    position: absolute;
    width: calc(100% - 40px);
}

.service_content {
    position: relative;
    height: calc(100% - 180px);
    padding-bottom: 130px !important;
}

.server_ip_box {
    padding: 8px 14px;
}

.server_ip_copy_button {
    float: right;
}

/*.button_register, .ipsButton_primary.button_register {
    background-color: #478b47!important;
}

.button_register:hover, .ipsButton_primary.button_register:hover {
    background-color: #5cad5c!important;
}*/


section#about {
    background: url(https://api.chaoticunited.net/resources/2017_assets/img/cuparty_1080.png);
    color: #fff;
    position: relative;
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
}

.about-bg-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(-60deg, #1c70b5ed, #1c70b591); /*#1c70b5a3*/
    position: absolute;
    z-index: 0;
    margin-top: -90px;
}

section#about .section-fullwidth-content {
    z-index: 1;
    font-size: 15px;
}

section#about h1 {
    color: #fff;
}

section#about .section-fullwidth-content {
    font-size: 17px;
    line-height: 24px;
    text-shadow: 0px 1px 8px #0000006e;
}

@keyframes about_bg_animation {
  0% {
    background-position-y: calc(50% - 30px);
  }
  50% {
    background-position-y: calc(50% + 30px);
  }
  100% {
    background-position-y: calc(50% - 30px);
  }
}

section#about {
    background-position: center center;
    background-size: cover;
    position: relative;
    animation: about_bg_animation;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

section#news {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    overflow: hidden;
}

.news_feature_image img {
    width: 100%;
}

.news-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -30px;
    backdrop-filter: blur(15px);
    width: calc(100% + 80px);
    box-shadow: inset 0 1px 11px 0 #000;
    margin-left: -40px;
    margin-right: -40px;
}

section#news .section-fullwidth-content {
    z-index: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
}

/*.news_feature_info {
    background: #ffffffba;
    border: 2px solid #ffffff4d !important;
    color: #000;
}*/

.news_feature_info {
    background: #1c70b580;
    color: #fff;
    backdrop-filter: blur(10px);
    text-shadow: 0px 1px 8px #00000057;
    width: 30%;
}

.news_preview_content {
    max-height: 160px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .news_feature_info {
        width: 40%;
    }
}

@media screen and (max-width: 800px) {
    .news_feature_info {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .news_feature_info {
        width: 100%;
    }
}

.news_feature_info .ipsType_light {
    color: #9aa3a5;
}

.news_preview {
    padding-bottom: 70px !important;
    position: relative;
    height: calc(100% - 180px);
}

section#news.news-alternate {
    padding-top: 55px;
    padding-bottom: 55px;
}

.news-alternate .news-bg-overlay {
    box-shadow: none;
    filter: blur(8px);
    backdrop-filter: none;
    background-position: center;
    background-size: cover;
    height: calc(100% - 55px);
}

.news_preview h2 {
    line-height: 26px;
}


section#join_the_community {
    position: relative;
}

.join-half-container {
    display: flex;
    overflow: hidden;
}

.join-half {
    width: 50%;
    background: gray;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    transform: skewX(-20deg);
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}

.join-half.join-half-forums {
    padding-left: 150px;
    margin-left: -150px;
    width: calc(50% + 150px)
}

.join-half.join-half-discord {
    padding-right: 150px;
    margin-right: -150px;
    margin-left: -1px;
    width: calc(50% + 150px)
}

.join-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 1px 11px 0 #000;
}

.join-half-content {
    transform: skewX(20deg);
}

.join-half:hover {
    box-shadow: 0px 1px 9px 0px #000;
    z-index: 1;
    transition: 0.3s;
}

.join-half-content-inner {
    transform: none;
    transition: 0.3s;
    color: #fff;
    text-shadow: 0px 2px 8px #000000c4;
}

.join-half:hover .join-half-content .join-half-content-inner {
    transform: scale(1.1);
    transition: 0.3s;
}

.join-half .join-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skewX(20deg);
}

.join-half-forums .join-bg {
    background: url(https://api.chaoticunited.net/img/assets/page_resources/home_2023/forums_join_preview.png);
    background-size: cover;
    background-position: center;
}

.join-half-discord .join-bg {
    background: url(https://api.chaoticunited.net/img/assets/page_resources/home_2023/discord_join_preview.png);
    background-size: cover;
    background-position: center;
    right: 87px;
}

.join-half-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.join-half-discord .join-half-overlay {
    /*background: linear-gradient(340deg, #7289da, #7289daab);*/
    background: #7289da2b;
    transition: 0.3s;
}

.join-half-discord:hover .join-half-overlay {
    /*background: linear-gradient(340deg, #7289da, #7289da9c);*/
    background: #7289dabf;
    transition: 0.3s;
}

.join-half-forums .join-half-overlay {
    background: #1c70b52b;
    transition: 0.3s;
}

.join-half-forums:hover .join-half-overlay {
    background: #1c70b5bf;
    transition: 0.3s;
}

.join-half .service_icon {
    height: 80px;
    width: auto;
}

.join-half:hover .join-half-overlay {
    backdrop-filter: blur(2px);
}