#showcase {
    /* top: 200vh; */
    min-height: 100vh;
    
}



a>.sc_item>p {
    color: var(--text);
}

.proj_desc {
    color: var(--text);
    text-align: center;
    margin-top: var(--margin-lg);
    display: none;
    font-size: 1rem;
    line-height: 1.4;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

/* iPad landscape fix */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sc_item {
        width: 28% !important;
        margin: 2% !important;
    }
    
    .proj_desc {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
}

#heroName {

    position: absolute;
    top: 25vh;
    font-family: "Uncial Antiqua", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    color: var(--acc);
    width: 100%;
    text-align: center;
    display: block;
    
    margin: auto;
    z-index: 10;

}

@media (max-width: 480px) {
    #heroName {
        font-size: 36px;
    }
}

@media (min-width: 769px) {
    .btn-cta {
        margin-top: var(--spacing-xxl);
    }
}
