:root {
  --main-grey: rgb(118, 118, 118);
  --main-black: rgb(54, 54, 54);
}

@font-face {
  font-family: Avenir;
  src: url("./Avenir.ttc");
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.download-btn button {
    border: none;
    background-color: rgb(22, 187, 129);
    padding: 15px 25px 15px 25px;
    border-radius: 8px;
    color: white;
}
#text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlay {
  background-color: white;
  border-radius: 8px;
  width: 90vw;
  padding: 2.25rem;
}
.overlay-heading {
  font-size: 36px;
  font-family: "Avenir";
  color: rgb(54, 54, 54);
  text-align: center;
}
.contact-details {
  text-align: center;
  margin: 1rem 0rem;
}
.contact-details span {
  margin: 0 0.5rem;
}
.overlay-feedback {
  text-align: center;
}
.checked {
  color: orange;
  cursor: pointer;
}
.response1 {
  margin: 0.5rem;
}
.download-btn {
  display: grid;
  justify-content: end;
  padding-top: 10px;
}
@media only screen and (min-width: 1400px) {
	.response-title {
    font-size: 20px;
    font-family: "Avenir";
    color: rgb(54, 54, 54);
  }

  .response-subtitle {
    font-size: 14px;
    font-family: "Avenir";
    color: rgb(118, 118, 118);
  }
  .overlay {
    width: 45vw;
  }
  .overlay-review {
    font-size: 20px;
    font-family: "Avenir";
    color: rgb(54, 54, 54);
  }
  .overlay {
    width: 45vw;
  }
  .checked {
    font-size: 14px;
    cursor: pointer;
  }
  .response1 {
    display: grid;
    grid-template-columns: auto 150px;
  }
  .response-subtitle {
    grid-column: 1/2;
  }
  .overlay-review {
    font-size: 20px;
    font-family: "Avenir";
    color: rgb(54, 54, 54);
  }
}
