html {
  --fontFamily: "Trekking-Bold";
  --fontFamily2: "PTFSerif-Regular";
  --fontFamily3: "Windings3";
  --padding: 2vw;
  --fontSize: 8vw;
}

::selection {
  background: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255);
}

body {
  height: 180vh;
  background: -webkit-linear-gradient(top, rgb(206, 19, 14) 30%, rgb(1, 123, 62) 100%);
  background-attachment: fixed;
}

a:link {
  color: white;
  text-decoration: none;

}

a:visited {
  color: rgb(206, 19, 14);
  text-decoration: none;
}

a:hover {
  color: rgb(1, 123, 62);
  transition: 0.75s;

  text-decoration: none;
}

ul {
  list-style: none;
  /* margin-left: 0;
  padding-left: 0;
  position: static;
  font-family: var(--fontFamily);
  font-size: 2vw;
  left: calc(5 * var(--padding)); */
}

li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

li:before {
  content: "➜";
  padding-right: 5px;
}

@font-face {
  font-family: "Trekking-Bold";
  src: url("./fonts/Trekking-Bold.otf");
}

@font-face {
  font-family: "PTFSerif-Regular";
  src: url("./fonts/PTSerif-Regular.ttf");
}

@font-face {
  font-family: "Windings3";
  src: url("./fonts/Wingdings 3.ttf");
  /* font-stretch: 50%; */
}

.open-call-web {
  position: sticky;
  top: calc(0.5 * var(--padding));
  margin-left: -3vw;
  padding-bottom: 30vh;
  display: block;
}

.open-call-mobile {
  display: none;
}

.head {
  position: fixed;
  bottom: 3vw;
  /* left: 30vw; */
  color: #000000;
  font-family: var(--fontFamily);
  font-size: 10vw;
  /* line-height: 10vw; */
  /* top: 30vw; */
  padding-bottom: 5vh;
  right: calc(2.5 * var(--padding));
  z-index: -1;
}

#head-line-height1 {
  line-height: 1.4;
}

#head-line-height2 {
  line-height: 0.2;
}

#head-line-height3 {
  line-height: 0.2;
  margin-top: -3vw;
}

.description {
  position: relative;
  top: calc(10.5 * var(--padding));
  left: calc(3.5 * var(--padding));
}


.requirements {
  position: relative;
  font-family: var(--fontFamily);
  font-size: 3vw;
  min-width: 200px;
  top: calc(10.6 * var(--padding));
  left: calc(0.1 * var(--padding));
  /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white; */
}

.deadline {
  position: fixed;
  width: 20vw;
  bottom: 9vw;
  right: calc(2.5 * var(--padding));
  z-index: 4;
}

.requirementsOutline1 {
  position: relative;
  font-family: var(--fontFamily);
  font-size: 3vw;
  min-width: 50vw;
  top: calc(21.6 * var(--padding));
  left: calc(0.1 * var(--padding));
  color: white;
  font-family: var(--fontFamily2);
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: white;
  /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white; */
}

.requirement-head {
  /* font-size: 4.5vw; */
  /* color: rgb(1, 123, 62); */
  padding-bottom: 10vw;
  color: white;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black; */
}

.requirement-bold {
  color: black;
  font-family: var(--fontFamily2);
  z-index: 4;
  /* -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: none; */
}

.explanation {
  position: relative;
  font-family: var(--fontFamily2);
  font-size: 2vw;
  max-width: 50vw;
  top: calc(13.5 * var(--padding));
  left: calc(0.1 * var(--padding));
  color: black;
  text-wrap: pretty;
  z-index: 7;
  padding-bottom: 5vh;
}

/* .requirement-bold-2 {
  color: white;
  font-family: var(--fontFamily2);
  z-index: -5;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: white;
} */



img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}


.background {
  position: absolute;
  top: -20vw;
  left: -3vw;
  font-family: var(--fontFamily3);
  font-size: 25.5vw;
  line-height: 10vw;
  /* position: relative;  */
  /* top: 47vw; */
  width: 100%;
  height: 100%;
  text-align: justify;
  z-index: -1;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-stretch: 20%;
}

.background-red-web {
  /* color: rgb(206, 19, 14);  */
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(206, 19, 14);
}

.background-red-mobile {
  display: none;
}

.background-green-web {
  /* color: rgb(1, 123, 62);  */
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(1, 123, 62);
}

.background-green-mobile {
  display: none;
}

background:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* PHONE & PAD SCREEN RESPONSIVE */

@media only screen and (max-width: 768px) {
  .open-call-web {
    display: none;
  }

  .open-call-mobile {
    display: block;
    position: sticky;
    top: calc(0.5 * var(--padding));
    margin-left: -4.5vw;
    padding-bottom: 1vh;
  }

  .description {
    top: 1vh;
    left: calc(1.5 * var(--padding));
  }

  .head {
    position: fixed;
    bottom: 4.75vh;
    color: #000000;
    font-family: var(--fontFamily);
    font-size: 10vw;
    padding-top: 5vh;
    right: calc(1.0 * var(--padding));
    z-index: -1;
    max-width: 38vw;
  }

  .deadline {
    position: fixed;
    width: 40vw;
    bottom: -1vh;
    right: calc(0.2 * var(--padding));
    z-index: 4;
  }

  .requirements {
    position: relative;
    font-family: var(--fontFamily);
    font-size: 5vw;
    top: 2.5vh;
    left: -10vw;
    max-width: 70vw;
  }

  .requirement-bold {
    color: black;
    font-family: var(--fontFamily2);
    z-index: 4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }

  li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  li:before {
    content: "➜";
    padding-right: 2px;
  }

  li:after {
    padding-right: 2px;
  }

  .explanation {
    position: relative;
    font-family: var(--fontFamily2);
    font-size: 5vw;
    max-width: 60vw;
    top: calc(8.5 * var(--padding));
    left: calc(0.1 * var(--padding));
    color: black;
    text-wrap: pretty;
    z-index: 7;
    padding-bottom: 5vh;
  }

  .background-red-mobile {
    display: inline;
    line-height: 0.5;
    color: transparent;
    -webkit-text-stroke: 0.75px rgb(206, 19, 14);
  }

  .background-red-web {
    display: none;
  }


  .background-green-mobile {
    display: inline;
    line-height: 0.5;
    color: transparent;
    -webkit-text-stroke: 0.75px rgb(1, 123, 62);
  }

  .background-green-web {
    display: none;
  }

}