.body_background {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
}

.header_sidebar{
    width: 175px;
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;

    overflow-y: auto;
}

.header_push_up {
    width: calc(100% - 20px);
}

.header_sidebar_top_thepersonone134{
    width: 30%;
    height: auto;
    margin-top: 10px;
}

.header_sidebar_bottom_copyright {
    color: rgb(255,255,255);
    width: calc(100% - 10px);
    padding-top: 10px;
}

.main_background {
    height: calc(100% - 20px);
    width: calc(100% - 205px);
    left: 195px;
    top: 10px;

    position: absolute;
}

.projects_main_background {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;

    width: calc(100% - 10px);
    margin-left: 5px;
    gap: 16px;
}

.projects_header_search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;

    cursor: text;
    padding: 16px;
}

.projects_header_back {
    width: 30px;
    height: auto;

    cursor: pointer;
}

.projects_header_search_body {
    width: 30%;
    height: 20px;
    background-color: rgb(36, 36, 36);
    gap: 10px;
    border-radius: 35px;
}

.project_header_search_body_searchicon {
    height: 20px;
    width: auto;
}

.project_header_search_body_input {
    color: rgb(255,255,255);
    width: calc(100% - 40px);
}

.project_header_nav {
    width: calc(50%);
}

.project_header_nav_button {
    color: rgb(160,160,160);

    padding-left: 30%;
    font-weight: 600;

    cursor: pointer;
}

.project_main_config {
    padding: 20px;
    width: calc(100% - 10px);
    margin-left: 5px;
    gap: 16px;
}

.project_main_sliders_div {
    height: 28vh;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.project_main_sliders_section_left {
    width: 60%;
    height: 100%;
    overflow: hidden;
    padding: 1px;
}

.project_main_sliders_left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 10px;
    outline-color: rgb(70,70,70);
}

.project_main_sliders_left_image_grad {
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2));
}

.project_main_sliders_left_image_title {
    font-weight: 700;
    color: rgb(255,255,255);
}

.project_main_sliders_left_image_desc {
    font-weight: 400;
    color: rgb(231, 231, 231);
    width: 50%;
}

.project_main_sliders_left_t_watermark {
    position: absolute;
    height: 40px;
    width: auto;
    left: calc(100% - 50px);
    top: calc(100% - 50px)
}

.project_main_sliders_left_viewprojectcontainer {
    position: absolute;
    background-color: rgb(212,212,212);
    border-radius: 5px;
    outline-color: rgb(110,110,110);
    margin-left: 20px;
    top: calc(100% - 42px);
    width: 200px;
    cursor: pointer;
}

.project_main_sliders_left_viewprojecttext {
    padding: 7px;
    color: rgb(5,5,5);
    font-weight: 600;
    cursor: inherit;
}

.project_main_sliders_right_section {
    width: 40%;
    height: 100%;
}

.project_main_sliders_right_button_container {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;

    gap: 7px;

    display: flex;
    flex-direction: column;
}

.project_main_sliders_right_buttons {
    flex: 1;
    background-color: rgb(40,40,40);
    width: 100%;
    border-radius: 10px;

    cursor: pointer;
    overflow: hidden;
    outline-color: rgb(45,45,45);
}

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

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    cursor: inherit;
}

.project_main_sliders_right_buttons_withinslider {
    position: absolute;
    top: 0;
    left: 0;

    background-color: rgb(50,50,50);
    width: 0%;
    height: 100%;
}

.project_main_sliders_right_buttons_subtext {
    color: rgb(255,255,255);

    z-index: 1;
    cursor: inherit;
}

.project_main_object_category {
    padding-top: 45px;
    height: 28.7vh;
}

.project_main_object_title {
    color: rgb(255,255,255);
    font-weight: 600;
    padding-bottom: 10px;
}

.project_main_object_container_smaller {
    height: calc(100% - 20px);
    overflow-x: auto;
    white-space: nowrap;
}

.project_main_object_card {
    height: 100%;
    width: 25vh;
    padding-right: 10px;
    padding-left: 2px;
    padding-top: 2px;

    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

.project_image_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.project_main_object_card_footer {
    margin-top: 3px;
    color: rgb(255,255,255);

    text-wrap-mode: wrap;
    max-width: 100%;

    cursor: inherit;
}

.project_main_object_img {
    width: 100%;
    height: 15vh;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    outline-color: rgb(70,70,70);

    display: block;
}

.project_main_object_card_tag_container {
    position: absolute;
    display: flex;

    top: 12px;
    left: 12px; 

    width: 10vh;

    gap: 4px;
    z-index: 50;
}

.project_main_object_card_tag_smaller_container {
    display: inline-block;
    white-space: nowrap;

    background-color: rgb(34, 34, 34);
    border-radius: 5px;
    outline-color: rgb(94, 94, 94);
}

.project_main_object_card_tag_content {
    padding: 3px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Consolas;
}

.about_header {
    background-color: rgb(20,20,20);
    width: 100%;
    height: 20vh;

    border-radius: 10px;
    outline-color: rgb(35,35,35);

    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: row;
}

.about_main {
    background-color: rgb(20,20,20);
    width: calc(100% - 15vh);
    height: 20vh;

    border-radius: 10px;
    outline-color: rgb(35,35,35);

    float: right;
}

.about_external_links {
    background-color: rgb(20,20,20);
    width: 100%;
    height: 20vh;

    border-radius: 10px;
    outline-color: rgb(35,35,35);
}

.about_main_container_main { 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.about_main_other_40px {
    margin-bottom: 40px;
}

.about_main_other_15px {
    margin-bottom: 15px;
}

.about_header_languages {
    height: 100%;
    width: 40%;
    padding: 50px;

    font-family: Fira Mono;

    text-align: right;

    display: flex;
    flex-direction: column;
    justify-content: center;

    color: rgb(255,255,255);
}

.about_header_helloworld {
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: Fira Mono;
    color: #66C894;

    padding: 50px;
    text-align: left;
}

.projects_content_warning {
    width: 100%;
    height: 40px;
    background-color: rgb(255,145, 0);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline-color: rgb(104, 59, 0);
}

.project_content_warning_text {
    padding: 20px;
    color: rgb(0,0,0);
    font-weight: 600;
}

.project_content_main {
    width: 100%;
    padding-top: 20px
}

.project_content_main_title {
    font-weight: 700;
    color: rgb(255,255,255);
}

.project_content_main_container {
    width: 100%;
    padding-top: 20px;
}

.project_content_main_title_img_container {
    height: 40vh;
    width: 60vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0,0,0);
    border-radius: 5px;
    outline-color: rgb(61,61,61);
    float: left;
}

.project_content_main_title_img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%;
}

.project_content_main_title_video {
    height: 100%; 
    width: 100%; 
    object-fit: contain
}

.project_content_project_state_container {
    overflow-y: hidden;
    height: 3vh;
    width: calc(40vw - 70px);
    background-color: rgb(36,36,36);
    border-radius: 5px;
    outline-color: rgb(61,61,61);
    float: right;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
}

.project_content_project_state_text {
    font-weight: 500;
    color: rgb(255,255,255);
    padding-right: 5px;
}

.project_content_project_history {
    overflow-y: hidden;
    height: 21vh;
    width: calc(40vw - 70px);
    background-color: rgb(36,36,36);
    border-radius: 5px;
    outline-color: rgb(61,61,61);
    float: right;
    display: flex;
    margin-bottom: 10px;
}

.project_content_project_history_within {
    float: left;
    width: calc(100% - 15px);
}

.project_content_project_history_within_title {
    font-weight: 800;
    color: rgb(255,255,255);
    padding: 15px;
}

.project_content_project_history_within_history {
    padding-left: 15px;
    display: block;
    overflow-y: auto;
    height: calc(21vh - 45px - 0.875rem);

    position: relative;
    margin-left: 5px
}

.project_content_project_history_within_history_text {
    font-weight: 500;
    color: rgb(200,200,200);

    position: relative;
    padding: 5px 0 5px 20px;
}

.project_content_project_history_within_history_text_bolded {
    color: rgb(255,255,255)
}

.project_content_project_blogs {
    overflow-y: hidden;
    height: calc(76vh - 170px - 1.25rem);
    width: calc(40vw - 70px);
    background-color: rgb(36,36,36);
    border-radius: 5px;
    outline-color: rgb(61, 61, 61); 
    float: right; 
    display: flex;
}

.project_content_project_blogs_within {
    float: left; 
    width: calc(100% - 15px);
}

.project_content_project_blogs_within_title {
    font-weight: 800; 
    color: rgb(255,255,255); 
    padding: 15px;
}

.project_content_project_blogs_within_blogscontainer {
    padding-left: 15px; 
    display: block; 
    overflow-y: auto; 
    height: calc(76vh - 170px - 1.25rem - 65px);
}

.project_content_project_blogs_within_blogscontainer_blog {
    background-color: rgb(50,50,50);
    border-radius: 5px; 
    margin-bottom: 5px; 
    padding: 10px; 
    display: flex;

    outline-color: rgb(29, 29, 29);

    cursor: pointer;
}

.project_content_project_blogs_within_blogscontainer_blog_restrictor {
    position: relative; 
    width: 80%; 
    float: left;

    cursor: inherit;
}

.project_content_project_blogs_within_blogscontainer_blog_restrictor_subject {
    font-weight: 500; 
    color: rgb(255, 255, 255); 
    padding-left: 5px;

    cursor: inherit;
}

.project_content_project_blogs_within_blogscontainer_blog_restrictor_desc {
    width: 100%; 
    font-weight: 500; 
    color: rgb(214, 214, 214); 
    padding-top: 5px; 
    padding-left: 5px;

    cursor: inherit;
}

.project_content_project_imagecarousel {
    float: left; 
    width: 60vw; 
    margin-top: 10px; 
    display: flex; 
    align-items: center;
}

.project_content_project_imagecarousel_navl {
    height: 40px; 
    width: 40px; 
    background-color: rgb(36,36,36); 
    border-radius: 50%; 
    outline-color: rgb(63, 63, 63); 
    display: flex; 
    justify-content: center; 
    align-items: center;

    cursor: pointer;
}

.project_content_project_imagecarousel_navr {
    height: 40px; 
    width: 40px; 
    position: relative; 
    left: calc(100% - 80px); 
    background-color: rgb(36,36,36); 
    border-radius: 50%; 
    outline-color: rgb(63, 63, 63); 
    display: flex; 
    justify-content: center; 
    align-items: center;

    cursor: pointer;
}

.project_content_project_imagecarousel_imagecontainer {
    height: 70px; 
    width: calc(100% - 160px); 
    justify-content: center; 
    display: flex; 
    gap: 10px; 
}

.project_content_project_imagecarousel_imagecontainer_imagecontainer {
    height: 70px; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 130px; 
    outline-color: rgb(129, 129, 129); 
    border-radius: 5px;

    cursor: pointer; 
}

.project_content_project_imagecarousel_imagecontainer_imagecontainer_image {
    object-fit: cover; 
    object-position: center; 

    height: 100%; 
    width: 100%;

    cursor: inherit; 
}

.project_content_project_vlinesplit {
    float: left; 
    width: 60vw; 
    margin-top: 20px
}

.project_content_project_desc {
    float: left; 
    width: 60vw; 
    margin-top: 15px;
}

.project_content_project_footer {
    float: left; 
    width: 60vw; 
    margin-top: 10px;
}

.project_content_project_footer_container {
    background-color: rgb(36,36,36); 
    height: calc(589px - 20px - 15px - 5px - 10px - 80px - 235.6px - 40px - 1.25rem - 40px - 50px - 40px - 1px); 
    outline-color: rgb(60,60,60); 
    border-radius: 5px; 
    display: flex; 
    flex-direction: row; 
    gap: 10px; 
    align-items: center;
}

.project_content_project_footer_container_container {
    flex-grow: 1; 
    padding: 5px;
}

.project_content_project_footer_container_container_text {
    color: rgb(255,255,255); 
    font-size: 12px; 
    width: auto
}

.blogs_aside_blogcat_parent_parent {
    padding-left: 10px; 
    padding-right: 10px;
    width: 100%;
}

.blogs_aside_blogcat_parent {
    background-color: rgb(26, 26, 26); 
    padding: 10px; 
    border-radius: 5px;
    outline-color: rgb(40,40,40);
}

.blogs_aside_blogs_container_container {
    padding-left: 10px; 
    padding-right: 10px; 
    width: 100%;
}

.blogs_aside_blogs_container {
    background-color: rgb(56, 56, 56); 
    padding: 10px; 
    border-radius: 5px; 
    outline-color: rgb(70,70,70); 
    display: flex; 
    cursor: pointer;

    margin-bottom: 10px;
}

.blogs_aside_blogs {
    position: relative; 
    width: 80%; 
    float: left; 
    cursor: inherit;
}

.blogs_aside_blogs_title {
    font-weight: 500; 
    color: white; 
    padding-left: 5px; 
    cursor: inherit;
}

.blogs_aside_blogs_sum {
    font-weight: 500; 
    color: white; 
    padding-top: 5px; 
    padding-left: 5px; 
    cursor: inherit; 
    width: 100%;
}

.blogs_main_overallcontainer {
    float: right; 
    width: calc(100% - 60px); 
    height: 100%; 
    padding-left: 20px
}

.blogs_main_visiblecontainer {
    position: absolute; 
    width: calc(100% - 80px); 
    height: 100%; 
    background-color: rgb(36,36,36); 
    border-radius: 10px; 
    outline-color: rgb(40,40,40);
}

.blogs_main_visiblecontainer_padding {
    padding: 20px; 
}

.blogs_main_discordmarkdown_parent {
    width: 100%; 
    height: calc(100vh - 120px); 
}

.blogs_main_discordmarkdown {
    width: 100%; 
    height: 100%;
    overflow-y: auto;
}