.body_section {
    flex: 1;
}

.header_title {
    margin: 0;
    position: absolute;
    left: 45vw;

    margin-top: 5px;

    font-family: rakkas;
    font-size: 40px;
    text-align: center;
}

.banner_flexbox {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner_space_left,
.banner_space_right {
    flex: 1;
}

.banner_image_holder {
    position: relative;
    flex: 10;

    height: 600px;
}

.banner_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.banner_text {
    left: 0;
    position: absolute;
    text-align: center;

    margin: 0;

    top: 100px;
    width: 100%;

    color: rgb(234, 234, 238);
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.banner_maintext {
    line-height: 90%;
    font-size: 100px;
    font-family: rakkas;
    text-transform: uppercase;
}

.banner_subtext {
    margin-top: 100px;
    font-size: 60px;
    font-family: inconsolata;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

.features_header {
    margin-top: 110px;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: rakkas;
    text-align: center;
    text-transform: uppercase;
}

.features_flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    margin-left: 10vw;
    margin-right: 10vw;
}

.feature1,
.feature2 {
    width: 200px;
    flex: 1;

}

.feature_header_text {
    font-size: 24px;
    font-family: inconsolata;
    text-align: left;

    margin-top: 40px;
}

.feature_date_text {
    font-size: 22px;
    font-family: inconsolata;
    text-align: left;
    color: #000000;
    text-decoration: none;

    margin-top: 15px;
}

.feature_blurb_text {

    margin-top: 15px;
}

.feature1_img,
.feature2_img {
    width: 100%;
    border-radius: 15px;
}

.more_proj_text_box {
    font-size: 24px;
    font-family: inconsolata;
    text-align: left;
    color: #000000;
    text-decoration: none;
    line-height: 150%;

    margin-left: 10vw;
    margin-right: 10vw;
}

.more_about_flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 150px;
    margin-bottom: 100px;
}

.more_about_image_div,
.more_about_text_div {
    flex: 1;
}

.more_about_text_header,
.more_about_text_body {
    margin-left: 5vw;
}

.more_about_text_header {
    font-size: 64px;
    line-height: 100%;
    font-family: rakkas;
    text-align: left;
    text-transform: uppercase;
}

.more_about_text_body {
    margin-top: 150px;
}

.more_about_image_blur {
    position: relative;
}

.more_about_blur {
    width: 75%;
    min-height: 760px;
    overflow: hidden;
    object-fit: cover;

    border-radius: 10px;
}

.more_about_image_frame {
    overflow: hidden;
}

.more_about_frame {
    position: absolute;
    bottom: -50px;
    left: 20%;
    width: 50%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}