html, body {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section {
  width: 100%;
  margin-top: 4vw;
}

main section h1 {
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 0;
}

main section p {
  font-family: "Roboto", sans-serif;
}

main section:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section:nth-of-type(1) h1, main section:nth-of-type(1) p {
  width: 90%;
  opacity: 0;
}

main section:nth-of-type(1) p {
  color: black;
}

main section:nth-of-type(1) h1 {
  color: #3e8dcc;
  font-size: 8vw;
}

main section:nth-of-type(1) p {
  font-size: 4vw;
}

main section:nth-of-type(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section:nth-of-type(2) .wrapper {
  width: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

main section:nth-of-type(2) .wrapper button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3e8dcc;
  color: white;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4vw;
  outline: unset;
  border: 0;
}

main section:nth-of-type(2) .wrapper button h1 {
  font-size: 6vw;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

main section:nth-of-type(2) .wrapper button img {
  width: 100%;
}

main section:nth-of-type(3) {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

main section:nth-of-type(3) .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  position: fixed;
  top: 0px;
  height: 100vh;
  opacity: 1;
  padding: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main section:nth-of-type(3) .modal .top, main section:nth-of-type(3) .modal .bottom {
  color: black;
  width: 95%;
}

main section:nth-of-type(3) .modal .top h1 {
  font-size: 6vw;
  color: #204389;
}

main section:nth-of-type(3) .modal .top img {
  width: 100%;
  margin-top: 10vw;
}

main section:nth-of-type(3) .modal .top button {
  position: absolute;
  top: 1vw;
  right: 2vw;
  font-size: 8vw;
  color: #204389;
  background-color: unset;
  outline: unset;
  border: 0;
}

main section:nth-of-type(3) .modal .bottom {
  overflow-y: scroll;
  max-height: 50vh;
}

main section:nth-of-type(3) .modal .bottom p {
  font-size: 4vw;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  main section:nth-of-type(1) h1, main section:nth-of-type(1) p {
    width: 80%;
  }
  main section:nth-of-type(1) h1 {
    font-size: 3vw;
  }
  main section:nth-of-type(1) p {
    font-size: 1.4vw;
  }
  main section:nth-of-type(2) .wrapper {
    width: 80%;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  main section:nth-of-type(2) .wrapper button {
    width: 90%;
  }
  main section:nth-of-type(2) .wrapper button:hover {
    cursor: pointer;
  }
  main section:nth-of-type(2) .wrapper button h1 {
    font-size: 1.6vw;
  }
  main section:nth-of-type(3) .modal .top, main section:nth-of-type(3) .modal .bottom {
    width: 50%;
  }
  main section:nth-of-type(3) .modal .top h1 {
    font-size: 2vw;
  }
  main section:nth-of-type(3) .modal .top img {
    width: 100%;
    margin-top: 0vw;
  }
  main section:nth-of-type(3) .modal .top button {
    font-size: 2.5vw;
  }
  main section:nth-of-type(3) .modal .top button:hover {
    cursor: pointer;
  }
  main section:nth-of-type(3) .modal .bottom {
    position: relative;
    overflow-y: scroll;
    max-height: 30vh;
  }
  main section:nth-of-type(3) .modal .bottom p {
    font-size: 1.4vw;
  }
}
/*# sourceMappingURL=services.css.map */