body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: white;
  margin: 0;
  font-size: 15px;
  color: #1D1D1D;
}

@media screen and (min-width: 376px) {
  body {
    font-size: 18px;
  }
}
p {
  font-size: 1em;
  line-height: 173%;
  margin: 0;
}

h1 {
  font-size: 3.5em;
  margin: 0;
  font-weight: 600;
}

h2 {
  font-size: 2.5em;
  margin: 0;
}

h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0;
  padding-bottom: 0.5em;
}

h4 {
  font-size: 1.5em;
  margin: 0;
}

h5 {
  padding-top: 0em;
  font-size: 1.2em;
  letter-spacing: -0.2px;
  line-height: 1.9em;
  font-weight: 400;
  margin: 0;
}

h6 {
  font-size: 0.7em;
  font-weight: 400;
  margin: 0;
  padding-bottom: 0.5em;
}

a {
  color: #0066FF;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  text-decoration: none;
}

path {
  transform-origin: 50% 0%;
}

.background--custom {
  background-color: #FFFFFF;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: -350px;
  left: 0;
}

@keyframes path0 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes path1 {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes path2 {
  0% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
.pink {
  background-color: pink;
}

.orange {
  background-color: orange;
}

.blue {
  background-color: lightblue;
}

.green {
  background-color: lightgreen;
}

.yellow {
  background-color: #FCEDC7;
}

.hero {
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 3.5em;
}

.hero2 {
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 3.5em;
}

@media screen and (min-width: 376px) {
  .hero {
    padding-top: 30vh;
  }
}
.hello {
  margin-bottom: 2em;
}

.intro {
  max-width: 800px;
  margin-bottom: 6em;
}

.infowrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  padding: 2em;
}

.imgwrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.imgwrapper2 {
  margin: 0 auto;
  outline: none !important;
}

.extended {
  margin-left: -50%;
  margin-right: -50%;
}

.container {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.row {
  margin-bottom: 5em;
  display: flex;
  flex: 1 auto;
  flex-direction: row;
}

.row2 {
  margin-bottom: 2em;
  display: flex;
  flex: 1 auto;
  flex-direction: row;
}

.last {
  padding-bottom: 10em;
}

.large {
  min-height: 300px;
}

.row > div {
  width: 100%;
  min-height: 250px;
}

.article1 {
  background-image: url("images/case1.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}

.img1 {
  display: inline;
}

.nudge {
  top: -50px;
}

.center {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.img2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .row {
    flex-direction: column;
    margin-bottom: 2.2em;
  }

  .row2 {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .third {
    width: 33.33%;
  }

  .twothird {
    width: 66.66%;
  }

  .half {
    width: 50%;
  }

  .imgwrapper2 {
    margin-left: 0;
  }

  .infowrapper {
    margin-right: 0;
  }

  .img1 {
    display: none;
  }

  .img2 {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */
