#elCmsPageWrap {
    background: none !important;
    padding: 0px !important;
}

#elCmsPageWrap section {
    /*height: 80vh;*/
    font-size: 18px;
    line-height: 28px;
    /*margin-top: 15vh;*/
    margin: 150px 0px;
}

.sample_image {
    width: 100%;
}

.coming_soon_samples_overlay {
    font-size: 30px;
    text-align: center;
    top: -200px;
    position: relative;
    text-shadow: 0px 0px 20px #000, 0px 0px 4px #000;
}

.sample_projects_grid > * {
    filter: blur(10px);
    opacity: 0.5;
}

table.feature_table {
    width: 100%;
    margin: 15px 0px;
}

table.feature_table tr:not(:last-child) {
    border-bottom: 2px solid #ffffff12;
}

table.feature_table td {
    padding: 10px 5px
}

#page_banner {
    display: none !important;
}

.license_status_yes {
    color: #29ff66;
}

.license_status_no {
    color: #ff5454;
}

.recent_builds {
    font-size: 14px;
}

.blamite_logo {
    /*height: 250px;*/
    width: 100%;
}

.blam_section > h2 {
    font-weight: normal;
}

.blam_section > h2::before {
    content: '//';
    font-weight: bold;
    margin-right: 15px;
    font-family: none;
    color: #e23e94;
    text-shadow: 0px 0px 25px #e23e94, 0px 0px 15px #e23e94, 0px 0px 5px #e23e94;
}

.blam_section#intro {
    background: linear-gradient(-30deg, #000000, #e23e94);
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    padding: 10px;
    box-shadow: inset 0px 0px 9px 0px #12161b;
    margin-top: 0px;
    padding: 100px 0px;
}

.blam_section#intro .ipsMessage_info {
    background: #1f2c466b;
    backdrop-filter: blur(5px);
}

.blam_section#intro .ipsButton_primary {
    backdrop-filter: blur(5px);
}

#latest_commit_text {
    border-top: 1px solid #ffffff17;
    padding-top: 10px;
}

.blam_screenshot_preview a {
    height: 100% !important;
}

.blam_screenshot_preview:hover a {
    transform: scale(1.05);
}

.blam_screenshot_preview {
    overflow: hidden;
}

img.community_icon {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

i.community_icon {
    font-size: 150px;
    text-align: center;
    display: block;
    color: #b3e3ff;
}

.news_entry {
    font-size: 13px;
}

.resource_container {
    overflow: hidden;
}

img.resource_preview_image {
    width: 100%;
    transform: scale(1.05);
}

@media screen and (max-width: 979px) {
    html .contained_width {
        max-width: 94% !important;
    }
    
    .last_build_info {
        max-width: 100% !important;
        width: 100%;
    }
  
    #build0_name {
        overflow-wrap: anywhere;
        line-height: 32px;
    }
    
    #build0_status {
        display: block;
        width: 100%;
    }
    
    .last_build_info .ipsButton {
        width: 100%;
        margin-bottom: 4px;
    }
  
    .blam_section#intro a.ipsButton {
        width: 100%;
        margin-bottom: 4px;
    }
  
    .flex_button_group .ipsButton {
        margin-bottom: 4px;
        display: block;
    }
    
    .flex_button_group {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
  
    .blam_section#screenshots .ipsButton {
        width: 100%;
        margin-bottom: 4px;
    }
}