/* test_nexus/welcome changes/rebrand */
.main_homepage_big_cont {
    background-color: #eee;
    /*{% comment %} font-family: 'Nunito', sans-serif !important; {% endcomment %}*/
    /*{% comment %} height: calc(100vh - 148px); {% endcomment %}*/
    /*{% comment %} width: calc(100vw - 148px); {% endcomment %}*/
    width: 600px;
    height: 600px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000000;
    /*{% comment %} padding: 100px; {% endcomment %}*/
    /*{% comment %} border-top: 4px solid #51C19C; {% endcomment %}*/
    z-index: 100;
}
.main_homepage_big_cont_whiteoverlay {
    height: 100vh;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    position: absolute;
    z-index: 5000;
    /*{% comment %} background-color: #51C19C; {% endcomment %}*/
}
.main_homepage_big_cont_whiteoverlay2 {
    height: calc(100vh - 50px);
    width: calc(100vw - 50px);
    border: 2px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    position: absolute;
    z-index: 5000;
}
.line-top {
    height: 100px;
    width: 2px;
    color: black;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: black;
    z-index: 6000;
}
.line-bot {
    height: 100px;
    width: 2px;
    color: black;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: black;
    z-index: 6000;
}
.homep_logo_center {
    font-size: 100px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.homep_logo_text {
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.left-bound {
    height: 100%;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: white;
    position: absolute;
    z-index: 5000;
}
.right-bound {
    height: 100%;
    width: 50%;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-color: white;
    position: absolute;
    z-index: 5000;
    /*{% comment %} background-color: #51C19C; {% endcomment %}*/
}
.home_left_center_text_div {
    width: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: left;
    /*{% comment %} background-color: grey; {% endcomment %}*/
    font-size: 20px;
}
.right_bound_image_home {
    height: 600px;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.right_bound_image_home_label {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 335px;
    color: #6C63FF;
}
.right_bound_handwritten_1 {
    width: 250px;
    height: auto;
    position: absolute;
    top: 6%;
    left: 2%;
    z-index: 9000;
}
.right_bound_handwritten_2 {
    width: 300px;
    height: auto;
    position: absolute;
    top: 55%;
    left: -5%;
    z-index: 9000;
}
.mobile_display {
    display: none;
}

@media only screen and (max-width: 1130px) {
    .right_bound_image_home {
        height: 400px;
    }
    .right_bound_image_home_label {
        height: 400px;
    }
    .right-bound {
        right: 2%;
    }

    .home_left_center_text_div {
        width: 400px;
        position: relative;
        top: 50%;
        left: 270px;
        transform: translate(-50%, -50%);
        display: inline-block;
        text-align: left;
        /*{% comment %} background-color: grey; {% endcomment %}*/
        font-size: 20px;
    }
}
@media only screen and (max-width: 980px) {
    .desktop_display {
        display: none;
    }
    .mobile_display {
        display: unset;
    }
}

/* homescreen mobile responsiveness 10/13/21 (used to be 450px here... that was incorrect, so changed to 515px on 7/7/2025)*/
@media screen and (max-width: 515px) {
    .home_left_center_text_div > h1 {
        font-size: 10vw !important;
        margin-bottom: 35px !important;
    }
    .home_left_center_text_div > p {
        font-size: 4vw !important;
        /*{% comment %} margin-top: -15px !important; {% endcomment %}*/
        margin-bottom: 6vw !important;
    }
    .home_left_center_text_div {
        width: 100% !important;
        left: 50% !important;
        text-align: center;
    }
    .home_base {
        font-size: 4vw;
        padding: 1.5vw 1.5vw;
    }
}

