body {
    font-family: "Opens Sans", sans-serif;
    /* background: linear-gradient(to top right, rgb(23, 56, 127), black); */
    background: linear-gradient(to top right, rgb(18, 102, 141), black);
    background-attachment: fixed;
    color: rgb(171, 204, 240);
}

#MobileView div, #MobileView span, #MobileView td {
    font-size: 40px;
}

#FixedTD {
    position: fixed;
}

.FixedDiv {
    margin-top: 50px;
    text-align: center;
}

#headshot {
    margin-top: 50px;
    margin: auto;
}

.MainHeader {
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}

#MobileView .MainHeader {
    font-size: 60px;
}

.SubHeader {
    font-weight: normal;
    font-size: 20px;
}

#NavLinks {
    position: relative;
    width: 300px;
    margin: auto;
    padding-top: 10px;
    left: 30px;
    display: none;

}

#MobileView #NavLinks {
    width: 600px;
    text-align: center;
}

#NavLinks a {
    display: block;
    font-weight: bold;
    text-align: left;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

#NavLinks a:hover {
    cursor: pointer;
    background-color: rgb(18, 103, 143);
}

#AboutMeHeader, #ExpHeader, #ProjHeader {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;    
}

#AboutMeHeader:hover, #ExpHeader:hover, #ProjHeader:hover {
    cursor: pointer;
    background-color: rgb(18, 103, 143);
}

.bullet {
    height: 15px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

#ResumeDiv {
    width: 50%;
    margin: auto;    
    margin-top: 30px;
    text-align: left;
}

.ResLabel {
    padding-right: 10px;
}

.ResLink {
    text-decoration: none;
    color: rgb(171, 204, 240);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    border-radius: 10px;
}

.ResLink::after {
    content: "\A";
    white-space: pre; 
}

.ResLink:hover {
    background-color: rgb(18, 103, 143);
}

.icon {
    padding-left: 5px;
    padding-right: 5px;
}

.SectionHeader {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    position: relative;
}

.SectionHeader:hover {
    cursor: pointer;
}

.Hint {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

#AboutDiv, #ExperienceDiv, #ProjectsDiv {
    width: 80%;
    margin: auto;
    line-height: 1.6;
    margin-top: 50px;
}

#ExpDiv{display: none;}

.WorkDiv {
    line-height: 1.6;
}

#ExpTable td {
    padding-top: 50px;
}

.CompanyLogo {
    max-width: 100px;
    margin-top: 20px;
    padding: 10px;
    display: none;
}

.skills {
    background-color: rgb(50, 150, 127);
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    border-radius: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
    font-size: 12px;
    display: inline;
    white-space: nowrap;
    line-height: 2;
}

.carrot {
    width: 20px;
    transform: rotate(0deg);
    transition: transform 0.5s ease-out;
}

#ProjDiv {
    position: relative;
    left: 50px;
    display: none;
}

.DivM{
    left: 0px !important;
}

#GadgetTable td, #DVDLibTable td, #RecipeTable td, #HQTable td {
    border: 1px solid rgb(63, 63, 63);
    padding: 5px;
}

#SPHplots { margin-top: 50px; }
#SPHplots td{ padding: 10px; }

#GradWork, #HEASIM, #DVDLib, #Recipes, #HQ {
    background-color: rgba(0, 0, 0, 0.137);
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}

#HeasimLink {
    display: block;
    width: 80%;
    margin: auto;
}

#HEASIM_images {
    text-align: center;
}

#HEASIM_images img {
    max-width: 600px;
    padding: 10px;
}

#Modal {
    display: none;
    position: fixed;
    max-height: 750px;
    text-align: center;
}

#Modal img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

#ModalClose {
    margin: auto;
}

.clickable:hover {
    cursor: pointer;
}

#StandardView, #MobileView {
    display: none;
}

.ProjectCollapse{
    display: none;
}

.ProjectHeader {
    cursor: hand;
    display: flex;
    align-items: center;
}

.ProjectHeader .carrot {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.Thumbnail {
    width: 100px;
    padding-right: 50px;
}

.acro {
    font-weight: bold;
    color: cyan;
    font-size: 16px;
}

.RepoURL {
    color: white;
    text-decoration: none;
}

#Copyright {
    color: white;
    font-size: 12px;
    text-align: right;
    margin-top: 70px;
    font-weight: 100;
}

#MobileView #Copyright {
    font-size: 30px;
    text-align: center;
}

#Contact {
    position: relative;
    width: 300px;
    margin: auto;
    padding-top: 10px;
    left: 30px;
    text-align: left;
    font-size: 14px;
}

#Contact .bullet {
    height: 20px;
    margin-right: 15px;  
    position: relative; 
    top: 3px; 
}

#MobileView #Contact {
    left: 0px;
    width: 600px
}

#MobileView #Contact .bullet, #MobileView .icon {
    height: 50px;
}

#MobileView #ResumeDiv {
    width: 600px;
}

#Contact a {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

#Contact a:hover {
    cursor: pointer;
    background-color: rgb(18, 103, 143);
}
