/* main {
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #000;
    margin-top: 91px;
    background-image:  url(../images/richardtatum.png), url(../images/BG2.png);
    background-size: 70vh, cover;
    background-repeat: no-repeat;
    background-position: bottom left  calc(50% + 0px), center;
    display: flex;
    justify-content: center; 
    align-items: end;
    z-index: 100;
    column-gap:220px;
} */

main .main-intro h1 {
    font-size: 5.0rem;
    line-height: 1.1;
    text-align: center;
    
}

main p  {
    font-size: 2.0rem;
    line-height: 1.75;
    max-width: 550px;
    text-align: center;
}

main a  {
    margin-top: 30px;
    font-size: 1.8rem;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: var(--site-color-01-hover);
    padding: 0px 20px;
    width: fit-content;    
}

main a:hover  {
    background-color: var(--site-color-01-hover);
}

main .main-quotes p {
    border-left: 4px solid var(--site-color-01);
    padding-left: 20px;
    margin: 40px 0;
}

main .main-quotes p:nth-child(2) {
    margin-left: 100px;
}

main .main-intro  {
    padding-bottom: 8vh;
}

main .main-quotes  {
    display: none;
}

.index-basic-info {
   margin-top: 91px;
    width: 100%;
    padding: 30px 0 0;
    background-color: #ececec;
    display: flex;
    justify-content: center;    
}

.index-basic-info p {
color: #111;
font-size: 2.0rem;
line-height: 1.75;
max-width: 550px;
padding: 0 10px 30px;
}


/* Category Section */

.index-category {
    width: 100%;
    padding: 30px 0;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    column-gap: 20px ;
    flex-wrap: wrap;
}

.index-category p {
    color: #111; 
    text-align: center;   
    padding-bottom: 40px;
    flex-basis: 100%;
    text-transform: uppercase;
    font-size: 2.0rem;
    line-height: 1.75;
}

.index-category-box {
    width: 20rem;
    height: 20rem;
    background-color: #111;   
    background-repeat: no-repeat; 
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.index-category-box:nth-of-type(1) {
    background-image: url(../images/Categories/Richard.png);
}

.index-category-box:nth-of-type(2) {
    background-image: url(../images/Categories/Kima.png);
}

.index-category-box:nth-of-type(3) {
    background-image: url(../images/Categories/Woodrow.png);
}

.index-category-box:nth-of-type(4) {
    background-image: url(../images/Categories/FirePit.png);
}

.dark-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    transition: all ease-in-out 200ms ;
}

.index-category-box:hover .dark-overlay {
    opacity: 0;
}

.index-category-box h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    text-shadow: -2px 2px 4px #000;
    z-index: 100;
}

/* About Section */
.index-about {
    width: 100%;
    padding: 60px 0;
    background-color: #000000;     
}

.index-about-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px
}

.index-about-img img {
    width:  300px;
    border-radius: 300px ;
}

.index-about-text {
    flex-basis: 455px;
}

.index-about-text p {
    padding: 20px 0;
}

.index-about-text a {    
    font-size: 1.8rem;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: var(--site-color-01);
    padding: 0px 20px;
    width: fit-content;
}

.index-about-text a:hover  {
    background-color: var(--site-color-01-hover);
}

.index-about-skill {
    flex-basis: 350px;
}

.index-about-skill-bar {
    width: calc(100% - 8px);
    height: 20px;
    border: 4px  solid #747474;
}

.index-about-skill-bar-fill {    
    height: 100%;
    background-color: var(--site-color-01);  
}

.SOFTWAREDESIGN {
    width: 95%;
}

.SOFTWAREDEV {
    width: 95%;
}

.SOFTWAREMAINT {
    width: 95%;
}

.DATASTORAGE {
    width: 95%;
}

.DATAANALYTICS {
    width: 85%;
}

.WEBDEV {
    width: 90%;
}



  /* MOBILE VERSION */
  @media only screen and (max-width: 600px) { 
    /* main {
        background-color: #ececec;
        margin-top: 91px;
    }     */
   
    /* main {
        background-size: 68vh, cover;
    }
    
    main .main-intro h1 {
        font-size: 5rem;
        line-height: 1.25;
    }
    
    main p  {
        text-align: center;
        padding: 0 20px;
    }
    
    main a  {
        margin: 30px auto;
    } 

    main .main-quotes  {
        display: none;
    } */

    /* Category Section */

    .index-category {
        padding: 30px 0 20px;
        row-gap: 10px ;
    }

    .index-category p { 
        padding-bottom: 10px;
    }

    .index-category-box {
        width: calc(100% - 160px);
        height: 25rem;
    }

    .dark-overlay {
        opacity: 0;
    } 

    /* About Section */

    .index-about-flex {
        flex-wrap: wrap;
        row-gap: 20px
    }

    .index-about-img {
        width:  60%;
    }

    .index-about-img img {
        width: 100%;
    }

    .index-about-text {
        flex-basis: 100%;
    }

    .index-about-text h2 {
        text-align: center;
    }

    .index-about-text p {
        text-align: center;
        font-size: 1rem;
        line-height: 1.25;
    }

    .index-about-text a {    
        margin: 0 auto;
    }    
 }