body {
  font-family: "Helvetica", sans-serif;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-overflow-scrolling: touch;
}

p,
li {
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  text-align: left;
}

a {
  color: #ee8833;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #ffb554;
}

::marker {
  font-weight: bold;
}

.terms-paragraph {
  margin-top: 3vh;
  margin-bottom: 5vh;
  margin-left: 2em;
  margin-right: 2em;
}

.terms-paragraph li {
  /* text-align: justify; */
}

.terms-title {
  margin-top: 5vh;
  margin-bottom: 2vh;
  font-family: "Helvetica";
  color: #1d74ab;
  font-size: 2.5em;
  font-weight: bold;
}

button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: none;

  min-width: 12vw;
  padding: 0;
  width: fit-content;
  height: 4vw;
  font-size: 1.5em;
  letter-spacing: 0vh;
  background-color: #ee4433;
  color: #fff;
  border: 3px solid #490602;
  border-radius: 0.2em;
  box-shadow: 0.1vh 0.1vh #555;
  -webkit-box-shadow: 0.1vh 0.1vh #555;
  -moz-box-shadow: 0.1vh 0.1vh #555;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;

  /* border: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('assets/button.png');
    background-repeat: no-repeat;
    background-size: contain; */
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #69d2ff;
  color: #fff;
  border: 3px solid #44aedb;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  box-shadow: 1vh 1vh #ccc;
  -webkit-box-shadow: 0.1vh 0.1vh #555;
  -moz-box-shadow: 0.1vh 0.1vh #555;

  /* background-image: url('assets/button_down.png');
    background-repeat: no-repeat;
    background-size: contain; */
}

input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  -webkit-appearance: none;
  background-color: #ee8833;
  color: #fff;
  border: 3px solid #490602;
  text-decoration: none;
}

/*CONTAINER - BANNER - STEPS*/
.container {
  text-align: center;
  margin-top: 30px;
  margin-left: 13.5%;
  margin-right: 13.5%;
  margin-bottom: 2em;
}

ol {
  padding-inline-start: 10px;
}

.content-desktop {
  display: block;
}

.content-mobile {
  display: none;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 950px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 555px) {
  .container {
    margin-left: 0;
    margin-right: 2%;
    margin-top: 20px;
  }
}

/* Desktop */
@media screen and (orientation: landscape) and (hover: hover) {
  button,
  input[type="button"],
  input[type="submit"] {
    width: fit-content;
    min-width: 6em !important;
    height: 2em !important;
    /* font-size: 1em !important; */
  }
}

@media screen and (orientation: portrait) {
  button,
  input[type="button"],
  input[type="submit"] {
    width: fit-content;
    min-width: 25vw;
    height: 11vw;
    font-size: 5vw !important;
  }
}

@media screen and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  button,
  input[type="button"],
  input[type="submit"] {
    min-width: 15vw;
    width: fit-content;
    height: 5vw;
    font-size: 2.3vw;
  }
}
