.content-box {
    max-width: 800px;
    height:fit-content;
    padding: 20px;
    z-index: 5;
    top: 150px;
    position: relative;
    bottom: 350px;
    margin-bottom: auto;
}

.blurb-container {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
    max-width: 800px;
    height: calc(100% - 40px);
    position: flex;
    z-index: 5;
    overflow: auto;
    height: 100%;
}

.blurb-text {
    text-align: center;
    animation: slideUp 1s ease-out;
    animation-fill-mode: forwards;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    margin: 0;
    margin-top: 5px;
    font-size:large;
    text-align: justify;
}

.blurb-container a {
    color: #ff0000;
    text-decoration: none;
}

.company-blurb-container {
    text-align: center;
    font-size: 0.85rem;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
}

.company-blurb-container .blurb-subheader {
    text-align: center;
    font-size: 1.0rem;
}

.about-blurb-container {
    text-align: left;
    font-size: 0.9rem;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
}

.about-blurb-container .video-container {
    position: relative;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    /* height: 30vh; */
    height: auto;
    padding: 10px;
  }

.gamedev-blurb-container {
    text-align: center;
    font-size: 0.9rem;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
}
.gamedev-blurb-container .blurb-subheader {
    text-align: center;
    font-size: 2.0rem;
    padding: 20px 20px 20px 20px;
}

/****************************
professional experience specific
****************************/
#company-content p {
    margin-top: 10px;
    text-align: justify;
    font-size: 1.1rem;
    overflow-y: auto;
    max-height: 600px;
    overflow: auto;
    text-indent: 40px;
}

@media (max-width: 1216px) {
    #company-content p {
        font-size: 0.9rem;
    }
    .content-box {
        top: 200px;

    }    
}

@media (max-width: 1215px) {
    #company-content p {
        font-size: 0.9rem;
    }
    .content-box {
        top: 190px;

    }    
}

@media (max-width: 818px) {
    #company-content p {
        font-size: 0.7rem;
    }
    .content-box {
        top: 207px;

    }
    .about-blurb-container .video-container {
        height: 20vh;
        width: auto;
      }      
}

@media (max-width: 323px) {
    .content-box {
        font-size: 0.7rem;
        top: 240px;
        position: absolute;
        /* bottom: 150px; */
    }    
}

@media (max-width: 277px) {
    .content-box {
        font-size: 0.7rem;
        top: 260px;
        position: flex;

        /* bottom: 150px; */
    }    
}




































/* .main-content {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 200px;
    position: relative;
    z-index: 1;
    margin-left: 220px;
} */


/* Main Content Text Styles */
/* .main-content h2 {
    font-size: 2.5rem;
    color: #554275;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.main-content p {
    font-size: 1.2rem;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    background-color: transparent;
} */