.home-main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-main-section .img-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-main-section .pixel-image {
  background-image: url(../assets/images/jef.gif);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 50vh;
  min-width: 20vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.home-main-section .call-to-action {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.home-page-circle-1 {
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  background-color: rgba(175, 40, 16, 0.1);
  top: 5vw;
  left: 5vw;
  z-index: -1;
}

@media (max-width: 900px) {
  .home-main-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
  }
  .home-main-section .img-wrapper {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */