html {
  background-image: linear-gradient(to bottom, #8ab0f7, #ced5ff, 100%, #ffffff);
  width: 100%;
  font-size: 18px;
  color: black;
  font-family: Rubik, sans-serif;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-bottom: 10px;
}

header {
  padding-top: 10px;
  width: 100%;
  font-size: 30px;
}

div {
  height: 75px;
  display: inline-block;
}

.portrait {
  width: 100%;
}

.headList {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  list-style-type: none;
  padding-bottom: 10px;
}

.buttons {
  display: inline-block;
  width: 32.4%;
  text-align: center;
}

.nameDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28px;
}

.codeLink:link, .codeLink:visited {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  color: black;
  text-decoration: none;
}

.codeLink:hover, .codeLink:active {
  background-color:white;
}

.independentLink:link, .independentLink:visited, #resume {
  padding: 0px;
  font-size: 18px;
  display: inline-block;
  height: 21.2px;
  width: 150px;
  border: 2px solid white;
  text-align: center;
  color: black;
  text-decoration: none;
}

#resume {
  width: 154px;
  height: 25.2px;
}

.independentLink:hover, .independentLink:active, #resume:hover, #resume:active {
  background-color:white;
}

.headerLink:link, .headerLink:visited {
  display: inline-block;
  width: 100%;
  border: 2px solid white;
  text-align: center;
  color: black;
  text-decoration: none;
}
.headerLink:hover, .headerLink:active {
  background-color:#ffffff;
}

h1 {
  color: black;
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
}

button {
  margin: 0px;
  text-align: left;
  border: none;
  background: none;
  font-size: 24px;
  color: black;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

th {
  width: 20%;
  text-align: top;
  font-weight: normal;
  border: 2px solid black;
}

.th {
  border: none;
}

.left-th {
  padding-left: 10px;
}

.right-th {
  padding-right: 10px;
}

.nameLink:link, .nameLink:visited, .nameLink:hover, .nameLink:active {
  width: 206px;
  border: none;
  text-align: center;
  color: black;
  text-decoration: none;
}

.responsibilities {
  width: 40%;
  text-align: left;
}

.responsibilitiesTitle {
  width: 40%;
}

.hide {
  display: none
}

.picSlot {
  width: 30%;
  vertical-align: top;
}

.picCaption {
  width: 70%;
}

.projectTable {
  text-align: center;
  border-collapse: collapse;
  word-wrap: break-word;
}

.description {
  width: 40%;
  font-weight: normal;
  text-align: left;
}

#workTable, #orgTable {
  text-align: center;
  font-size: 15px;
  word-wrap: break-word;
}