html {
  font-family: "Roboto", sans-serif;
}

.lichfield {
  text-align: center;
}

.construction {
  font-size: 30px;
}

/*********************** JOB SECTION ***********************/
/* summary {
  display: flex;
  flex-direction: row;
} */

.jobsect {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbfbfb;
  width: 100vw;
  height: 1000px;
  padding-top: 5px;
  margin-top: 50px;
}

.jobbox {
  display: flex;
  justify-content: space-between;
  width: 869px;
  height: 79.5px;
  background: white;
  box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  transition: all 0.5s;
  margin-top: 10px;
}

.jobbox:hover {
  transform: scale(1.08);
}

.jobbox h2 {
  font-size: 18px;
}

.jobbox p {
  font-size: 15px;
  margin-top: auto;
  margin-top: -10px;
  color: gray;
}

.box1 img {
  height: 40px;
  margin-top: 20px;
  margin-left: 30px;
}

.box2 {
  width: 150px;
}

.box4 {
  height: 60px;
  width: 100px;
}

.box5 {
  width: 100px;
}

.box5 h2 {
  margin-top: 30px;
}

.fulltime {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40.5px;
  width: 100px;
  background-image: linear-gradient(
    to left bottom,
    #726bd1,
    #7d70d5,
    #8875da,
    #927ade,
    #9c7fe2,
    #a27fe6,
    #a87eea,
    #ae7eed,
    #b278f1,
    #b770f5,
    #bd68f8,
    #c35ffb
  );
  border-radius: 10px;
  margin: auto 0px;
  color: white;
}

.parttime {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40.5px;
  width: 100px;
  background-image: linear-gradient(
    to left bottom,
    #6bd1b8,
    #75d6b1,
    #82dba8,
    #92df9e,
    #a4e394,
    #97e49b,
    #88e5a3,
    #79e6ab,
    #3fe1ca,
    #00d9e5,
    #1dcef6,
    #5fc0fb
  );
  border-radius: 10px;
  margin: auto 0px;
  color: white;
}

.remote {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40.5px;
  width: 100px;
  background-image: linear-gradient(
    to left bottom,
    #d16b88,
    #d57090,
    #da7597,
    #de7a9f,
    #e27fa7,
    #e67ea7,
    #e97da6,
    #ed7ca6,
    #f1759d,
    #f56d93,
    #f96688,
    #fb5f7c
  );
  border-radius: 10px;
  margin: auto 0px;
  color: white;
}

/*********************** MODAL POP UP  *******************/

.btn {
  padding: 0, 5rem 1rem;
  border: 0px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 40px;
  background-color: transparent;
}

.btn:active {
  transform: scale(0.9);
}

.modal-btn {
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
}

.modal {
  width: 900px;
  height: 500px;
  position: fixed;
  top: -60%;
  left: 50.8%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 3px 4px 65px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 2;
  padding: 15px;
  font-family: "Roboto", sans-serif;
}

.modal.active {
  top: 50%;
}

.header {
  display: flex;
  justify-content: space-between;
}

.title {
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 25px;
}

.modallogo {
  height: 45px;
}

.modallogo img {
  height: 40px;
  width: 75px;
}

.company {
  color: grey;
}

.salary {
  color: grey;
  margin-bottom: 15px;
}

.duration-full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40.5px;
  width: 100px;
  background-image: linear-gradient(
    to left bottom,
    #726bd1,
    #7d70d5,
    #8875da,
    #927ade,
    #9c7fe2,
    #a27fe6,
    #a87eea,
    #ae7eed,
    #b278f1,
    #b770f5,
    #bd68f8,
    #c35ffb
  );
  border-radius: 10px;
  margin: auto 0px;
  color: white;
}

.body {
  margin-bottom: 20px;
}

a.modal-link {
  color: purple;
  font-size: 20px;
}

.overlay.active {
  display: block;
}

.overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/************************ MOBILE  ***********************/

@media (max-width: 600px) {
  .jobbox {
    width: 400px;
  }

  .box1 img {
    width: 50px;
    height: 30px;
    margin: 20px 20px;
  }

  .box1 {
    margin-left: -10px;
  }

  .box2 {
    width: 130px;
    margin-top: 10px;
  }

  .jobbox h2 {
    font-size: 15px;
  }

  .jobbox p {
    font-size: 15px;
  }

  .box4 {
    width: 100px;
    margin-top: 10px;
    margin-left: 15px;
  }

  .fulltime {
    display: none;
  }

  .parttime {
    display: none;
  }

  .remote {
    display: none;
  }

  .modal {
    width: 400px;
    height: 590px;
  }

  .modallogo {
    display: none;
  }

  .duration-full {
    display: none;
  }

  .body {
    font-size: 15px;
  }

  .btn {
    font-size: 30px;
  }

  div.header {
    margin-top: 30px;
  }

  .construction {
    font-size: 20px;
  }
}
