/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  width: 100vw;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-x: right;
  background-position-y: center;
}

.prohibit-scroll {
  overflow: hidden;
}

.show-on-visible {
  visibility: hidden;
}

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