.nav-header {
  background-color: #333;
  overflow: hidden;
  padding: 10px;
}

.nav-content {
  float: left;
}

.footer-head {
  background-color: #333;
  text-align: center;
  color: white;
  padding: 20px 20px 10px 20px;
}

.footer {
  background-color: #333;
  overflow: hidden;
  padding: 10px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.footer a {
  color: #ff8142;
}

.my-job {
  color: white;
  font-size: 16px;
}

.buttons {
  float: left;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  font-size: 22px;
  justify-content: space-between;
  padding: 10px 0px 0px 0px;
  column-gap: 10px;
  row-gap: 10px;
}

.buttons a {
  float: left;
  color: #fff;
  text-decoration: none;
}

.buttons a:hover,
.resume:hover .resume-button {
  color: #ff8142;
}

.resume {
  display: inline;
}

.resume-button {
  font-size: 22px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}

.resume-items {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  padding: 4px 4px 4px 4px;
}

.resume-items a {
  font-size: 20px;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 1.4em;
}

.resume-items a:hover {
  background-color: #ddd;
  border-radius: 4px;
}

.resume:hover .resume-items {
  display: block;
}
