* {
    font-family: 'Inter', sans-serif;
}

body {
    background-color: grey;
}

main {
    width: 1150px;
    height: 1300px;
    background-color: rgb(234, 234, 234);
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 23% 27% 27% 23%;
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 5px;
    box-shadow: 8px 15px 20px 9px;
}

#watermarkLink {
    z-index: 2;
    position:absolute;
    text-wrap: nowrap;
    margin-left: 290px;
    margin-top: -24px;
    grid-column: 2;
}

#watermarkLink p {
    font-size: 0.80em;
}

#watermarkLink a:link {
    color: #7a7a7a;
}

#infoSection {
    grid-column: 1;
    grid-row: 1 / 7;
    background-color: #4a5a70;
    background-image: linear-gradient(rgb(88, 78, 161),rgba(12, 12, 12, 0.313));
    /*background-color: rgb(102, 104, 167);*/
    display: grid;
    grid-template-columns: 1 1fr;
    grid-template-rows: repeat(15, 1fr);

}

#aboutMe {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
    padding: 12px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-right: 35px;
    padding: 8px;

}

#experience {
    grid-column: 2 / 4;
    grid-row: 2 / 5;
    display: grid;
    grid-template-columns: 1fr;  /* full width */
    grid-auto-rows: auto;
    gap: 12px;
    margin-top: -20px;


}

#education {
    grid-column: 2 / 4;
    grid-row: 5 / 7;
    display: grid;
    grid-template-columns: 1fr; 
    grid-auto-rows: auto;

    margin-top: 0px;

}


#picture {
    grid-row: 1 / 4;
    grid-column: 1;
    display: flex;
    align-content: center;
    justify-content: center; 
    margin-top: 30px;
    margin-bottom: 8px;

}

.titleName {
    text-align: center;
}

#picture img {
    margin-top: 10px;
    border-radius: 50%;

    box-shadow: 6px 4px 15px 8px #000000;
    width: 70%;
    height: 93%;

}

#titleAndName {
    grid-row: 4 / 6;
    grid-column: 1;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
    color: #c29640;
}

#titleAndName h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #FFA500;
    text-shadow: 0.5px 0.5px 2px #000000;
    padding: 5px;
}

#titleAndName h4 {
    margin: -5px 0px 0px 0px;
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 2px #000000;
    color: #FFA500;
}

#titleAndName p {
    margin: -5px 0px 0px 0px;
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 2px #000000;
    color: #FFA500;
}

#contactMe {
    grid-row: 2 / 4;
    grid-column: 1;
    padding-top: 0px;
    color: #c29640;
    margin: auto;
    font-size: 1.25em;
    text-align: center;

}

#contactList li {
    list-style: none;
    text-align: left;
    font-weight: bold;
    font-size: 0.95em;
    padding: 5px 0px 5px 30px;
    margin: 3px 0px 0px 5px;
    color: #c29640;

}

.contactLinks {
    color: #c29640;
}

.contactLinks:visited {
    color: #c29640;
}

.contactLinks:hover {
    color: #dacaaa;
}

.infoGridItem a {
    color: #FFA500;
}

.infoGridItem a:visited {
    color: #FFA500;
}

.infoGridItem a:hover {
    color: #FFA500;
}


#contactMe list ul {
    margin: 0px 0px 5px -18px;
    text-align: left;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.20em;
}


.detailThumbnails {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
}

#skills {
    grid-column: 4;
    grid-row: 2 / 7;
    grid-template-columns: 45% 45%;
    grid-template-rows: repeat(15, 1fr);
    display: grid;
}

#skillLeftGrid {
    grid-row: 2 / 16;
    grid-column: 1 / 1;
    text-align: left;
    /*
    display: grid;
    grid-template-rows: repeat(25, 1fr);
    grid-template-columns: 1 1fr;
    border: 2px solid black;*/

}

#tableGrid {
    grid-row: 10;
    grid-column: 1 / 3;
    text-align: left;
    margin-top: -5px;
    /*
    display: grid;
    grid-template-rows: repeat(25, 1fr);
    grid-template-columns: 1 1fr;
    border: 2px solid black; */


}

#tableGrid2 {
    grid-row: 6;
    grid-column: 1 / 3;
    text-align: left;
    margin-top: 7px;
    /*
    display: grid;
    grid-template-rows: repeat(25, 1fr);
    grid-template-columns: 1 1fr;
    border: 2px solid black; */


}

#tableGrid3 {
    grid-row: 2;
    grid-column: 1 / 3;
    text-align: left;
    
    /*
    display: grid;
    grid-template-rows: repeat(25, 1fr);
    grid-template-columns: 1 1fr;
    border: 2px solid black; 
    */


}

.skillTable {
    border-color: rgb(0, 0, 0);
    border-collapse: collapse;
    margin: auto;
    grid-row: 1 / 15;
}

.skillTable th:nth-child(1) {
    width: 133px;
}

.skillTable tr {
    border-bottom: 2px solid #000000;
}

.articleExperienceTable {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1;
    grid-row: 2;
    font-size: 1.2em;
    margin-top: 16px;
}

.articleExperienceTable2 {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1;
    grid-row: 3;
    font-size: 1.2em;
    margin-top: 16px;
}

.articleExperienceTable3 {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1;
    grid-row: 4;
    margin-top: 30px;
    font-size: 1.2em;
}

.articleTable {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1 / 3;
    grid-row: 3;
    font-size: 1.2em;
    margin-top: 10px;
}

.articleTable2 {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 25px;
    font-size: 1.2em;
}

.articleTable3 {
    margin-left: 15px;
    width: 84%;
    height: 75px;
    grid-column: 1 / 3;
    grid-row: 4;
    margin-top: 25px;
    font-size: 1.2em;
}

.articleTableRight {
    /*
    border: 2px solid #000000;
    */
    width: 100%;
    grid-column: 2;
    grid-row: 2;
    margin-top: 28px;
    padding-bottom: 15px;

}

.articleTableRight2 {
    /*
    border: 2px solid #000000;
    */
    width: 100%;
    grid-column: 2;
    grid-row: 3;
    margin-top: 26px;

}

.articleTableRight3 {
    /*
    border: 2px solid #000000;
    */
    margin-top: 38px;
    margin-bottom: 35px;
    width: 100%;
    grid-column: 2;
    grid-row: 4;


}

.articleEducationTableRight {
    /*
    border: 2px solid #000000;
    */
    width: 100%;
    grid-column: 2;
    grid-row: 2;
    margin-top: 20px;
    padding-bottom: 15px;

}

.articleEducationTableRight2 {
    width: 100%;
    grid-column: 2;
    grid-row: 3;
    margin-top: 34px;
    

}

.articleEducationTableRight3 {
    /*
    border: 2px solid #000000;
    */
    margin-top: 0px;
    margin-bottom: 35px;
    width: 100%;
    grid-column: 2;
    grid-row: 4;
    padding-top: 34px;


}

.articleTable td, tr {
    /*
    border: 2px solid #000000;
    */
    width: 200px;
}

.articleTable td:nth-child(1) {
    width: 300px;
}

.articleTitle {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: -5px;
    grid-row: 1;
    grid-column: 1;
}

.articleTitleEducation {
    margin-left: 15px;
    margin-top: 13px;
    margin-bottom: 10px;
    grid-row: 1;
    grid-column: 1;
}

#skillRightGrid {
    grid-row: 2 / 16;
    grid-column: 2;
    /*display: grid;
    grid-template-rows: repeat(25, 1fr);
    grid-template-columns: 1 1fr;
    border: 2px solid black;*/

}


.skillTitle {
    grid-column: 1 / 3;
    grid-row: 1;
    text-align: center;

}

.companyName {
    font-weight: bold;
    color: rgb(51, 7, 71);
}

.dateRange {
    color: #626e66;
    font-size: 0.85em;
    padding-top: 0px;
    
}

.roleTitle {
    font-weight: bold;
    color: #312041;
    padding-bottom: 5px;
}

.rowCounterSkills1 {
    border-color: rgb(0, 0, 0);
    /*
    border: 2px solid;
    */
    height: 30px;

}

#rightList ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.skillRatingFull {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #161735;
    border: 2px solid #161735;
    border-radius: 50%;
    margin: 4px 1px 0px 0px;
    padding: 0px;
}

.skillRatingEmpty {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: rgb(228, 228, 228);
    border: 2px solid #8c8c8c;
    border-radius: 50%;
    margin: 4px 2px 0px 0px;
    padding: 0px;
}


.experienceItem {
    padding: 2px 15px 3px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.educationItem {
    padding: 6px 15px 3px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.experienceHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.educationHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expDescription {
    text-align: justify;
    margin-top: 5px;
}

/* TECH-MODERN SIDEBAR REFINEMENT */
#infoSection {
    background: #161735; 
    background-image: none !important;
    border-right: 1px solid #1f2937;
    color: #d1d5db;
}

/* picture stays within existing grid placement */
#picture img {
    border-radius: 8px;
    border: none;
    width: 220px;
    height: 220px;
    margin-top: 20px;
}

/* modern name + role */
#titleAndName h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #e5e7eb;
    text-shadow: none;
    letter-spacing: 0.5px;
    padding-top: 30px;
}

#titleAndName h4 {
    margin-top: 6px;
    font-size: 1.30em;
    color: #12a8ff;
    text-shadow: none;
    padding-bottom: 12px;
}

#titleAndName p {
    font-size: 1.05em;
    font-weight: 300;
    color: #9ba5b4;
    text-shadow: none;
    padding-bottom: 6px;
}

/* unified icon list item look */
.contactItem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0px;
    margin-top: 35px;
}

.contactItem a {
    color: #9ecbff;
    text-decoration: none;
}

.contactItem a:hover {
    color: #12a8ff;
}

.icon {
    width: 18px;
    opacity: 0.85;
}

.sectionLabel {
    color: #12a8ff;
    font-size: 0.85em;
    letter-spacing: 1.4px;
    margin-left: 22px;
    margin-top: 10px;
    padding-top: 15px;
    grid-row: 7/11;
}

#contactLabelHeader {
    text-align: center;
    font-size: 1.20em;
}

.infoGridItem a {
    color: #9ecbff;
    text-shadow: none;
}
.infoGridItem a:hover {
    color: #12a8ff;
}

.additionalDetails {
    grid-row: 10;
    text-align: center;
    color: #9ba5b4;
}
