.banner_top {
    background-image: url("images/projBanner.webp");
    background-color: #BEC8D4;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    margin-bottom: 80px;
}

#nav_projects {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 2px;
}

.main_content {
    flex: 1;

    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 40px;

    margin-bottom: 100px;
}

.header {
    margin-top: 40px;
    margin-bottom: 300px;
    margin-left: 10vw;
    margin-right: 10vw;
}

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

.proj_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;

    margin-bottom: 75px;
}

.box_title {
    flex: 1;
}

.proj_box_content {
    flex: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}

.box_title,
.proj_header {
    font-size: 24px;
    font-family: rakkas;
    text-align: left;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 30px;
}

.proj_header:link,
.proj_header:visited {
    color: #1470AF;
}

.proj_imgs_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;


    margin-bottom: 50px;
}

.proj_img {
    width: 100%;

}

#proj_img1,
#proj_img2,
#proj_img3,
#proj_img4 {
    width: 100%;

    border-radius: 10px;
}

.image_desc {
    font-size: 20px;
    font-family: inconsolata;
    text-align: left;
    color: rgb(50, 50, 50);
    text-decoration: none;
    line-height: 150%;
}

#hardware_proj {
    margin-top: 200px;
}

#misc_proj {
    margin-top: 200px;
}

.final {
    margin-top: 150px;
}

.box_title {
    margin-bottom: 0px;
}

.contact_box {
    position: relative;

    width: 100%;
    height: 500px;

}

.contact_box_img_div {
    position: absolute;
    width: 66%;
    height: 100%;
    object-fit: cover;

    right: 0;
}

.contact_image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: left bottom;
}

.contact_text {
    position: absolute;
    top: 25%;
    left: 0;
    width: 40%;
    background-color: #FFFFFF;

    padding: 40px;
}

.contact_text_main {
    font-size: 36px;
    font-family: rakkas;
    text-align: left;
    text-transform: uppercase;
    line-height: 120%;
}

.contact_text_link_anchor,
.contact_text_link_anchor:link,
.contact_text_link_anchor:visited,
#contact_text_link_p {
    color: #1470AF;
}