
/*---------- Tag Selectors ------------*/
body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(227, 240, 252);
}

footer{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 10px;
    padding-bottom: -20px;
    margin-left: 200px;
    margin-right: 200px; 
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    flex-wrap: wrap;
    border-style:inset
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:  0px;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:  0px;
}

header{
    margin: auto;
    width: 700px;
    background-color: white;
    padding: 18px;
    padding-left: 70px;
    padding-right: 70px;
    border-style: ridge;
    border-color: white;
    border-width: 4px;
}

hr{
    background-color: rgb(155, 177, 170);
    border: none;
    height: 0px;
}

main{
    margin: auto;
    background-color: rgb(191, 235, 220);
    border-style: ridge;
    border-color: white;
    border-width: 4px;
}

table{
    border: 4px solid black;
    border-collapse: collapse;
    background-color: rgb(225, 235, 232);;
}

td{
    border: 2px solid black;
    padding: 3px;
}

/*---------- Class Selectors ------------*/
.duration{
    font-weight: lighter;
}

.emphasis{
    font-weight: bold;
}

.footer-icons{
    height: 40px;
}

.header-seperator {
    display: inline;
}

.job-company{
    display: inline;
    padding-left: 5px;
    font-weight: lighter;
}

.lists{
    display: inline-flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.middle-1{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    flex-direction: row;
    all: revert;
    justify-content: center;
    padding-left: 70px;
}

/*---------- ID Selectors ------------*/
#cashier{
    background-color: white;
    padding: 10px;
}

#copyright{
    padding-top: 10px;
    font-size: 14pt;
    font-weight: lighter;
    padding-bottom: 18px;
}

#employment{
    padding-left: 10px;
    padding-right: 10px; 
    background-color: rgb(155, 177, 170);
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
}

#first-list{
    display: inline-flex;
    flex-direction: column;
    
}

#help-desk{
    background-color: rgb(191, 235, 220);
    padding: 10px;
}

#hershey-icon{
    width: 50px;
}

#info-tech{
    color:rgb(32, 32, 126);
}

#major{
    color: #3b3b3b;    
}

#message{
    font-size: 15px;
}

#montco-icon{
    width: 50px;
}

#profile-pic{
    height: 160px;
    border-radius: 50%;

}

#projects{
    padding-left: 10px;
    padding-right: 10px; 
    background-color: rgb(225, 235, 232);
    padding-bottom: 10px;
    padding-top: 10px;
}

#resume{
    background-color: white;
    padding: 10px;
}

#resume-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#refresh-button{
    all: unset;
    height: 30px;
    display: inline-flex;   
}

#resume-container{
    padding-left: 10px;
    padding-right: 10px; 
    background-color: rgb(155, 177, 170);
    padding-bottom: 10px;
    padding-top: -30px;
    margin: auto;
}

#refresh-icon{
    padding-top: 10px;
    height: 30px;
    display: inline-flex;
    padding-left: 5px;
}

#reload-title{
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

#resume-title{
    display: inline;
}


#second-list{
    display: inline-flex;
    flex-direction: column;
    
}

/*---------- Anchor Class Selectors ------------*/

a.company-links{
    color: black;
    text-decoration: none;
}

a.company-links:hover{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.company-links:visited{
    color: black;
    text-decoration: none;
}

/*---------- Anchor ID Selectors ------------*/
a#etown-link{
    color: #3b3b3b;
    text-decoration: none;
}

a#etown-link:hover{
    color: #3b3b3b;
    text-decoration: none;
    font-weight: bolder;
}

a#etown-link:visited{
    color: #3b3b3b;
    text-decoration: none;
}

/*---------- Contextual Selectors ------------*/

.emphasis:nth-child(even){
    color:rgb(32, 32, 126);
}

.emphasis:nth-child(odd){
    color:rgb(91, 91, 177);
}

#first-list > li:nth-child(odd){
    color:rgb(32, 32, 126);
}

#skills-table tr:nth-child(even){
    color:rgb(32, 32, 126);
}
