/* body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.video-bg {
  min-width: 100vw !important;
}

.about-segment::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -99999;
  transform: translate3d(0, -8em, 0);
  animation:
    colorShift 16s linear infinite;
}

.horizontally.fitted.item {
  padding: 13.9333px 17.15px !important;
}

.footer-container canvas {
  z-index: 15 !important;
}

.footer-container .grid * {
  z-index: 150;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
  to { background-position: -1996px 0; }
}

@keyframes colorShift {
  0% { background-color: #FF8090; }
  50% { background-color: #5DBCD9; }
  100% { background-color: #FF8090; }
}

  @media (min-aspect-ratio: 1.08) {
    .video-bg {
        width:100vw;
        height: auto;
    }
  }
  
  @media (max-aspect-ratio: 1.08) {
    .video-bg { 
        width:auto;
        height: 150%;
    }
  
    .about-segment::before {
      transform: translate3d(0, 0em, 0);  
    }
  } */
.raiderio-widget-wrapper-footer {
  height: 321px;
  width: 550px;
  overflow: hidden;
  max-width: 100%;
}
.raiderio-widget-wrapper-footer iframe {
  transform-origin: top left;
}
.raiderio-widget-wrapper-banner {
  height: 144px;
  width: 1024px;
  overflow: hidden;
  max-width: 100%;
}
.raiderio-widget-wrapper-banner iframe {
  transform-origin: top left;
}
@media (max-width: 1199px) {
  .raiderio-widget-wrapper-footer {
    height: 213.786px;
    width: 366.3px;
    max-width: 85%;
  }
  .raiderio-widget-wrapper-footer iframe {
    transform: scale(0.5);
  }
  .raiderio-widget-wrapper-banner {
    height: 47.952px;
    width: 340.992px;
  }
  .raiderio-widget-wrapper-banner iframe {
    transform: scale(0.333);
  }
}

.menu:not(.secondary) .item a {
  color: black !important;
}

span[shader="glitch"] {
  opacity: 1 !important;
}

.float {
  transition: all 0.125s ease-out;
  transform: scale3d( 1, 1, 1 );
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}

.float:hover {
  box-shadow: 0px 5px 10px rgba( 40, 40, 40, 0.75 );
  /* top: -2px; */
  transition: all 0.1s ease-out;
  transform: scale3d( 1.024, 1.024, 1 );
}

.float:hover:before {
  transform: scale3d( 2.024, 2.024, 1 );
}

blockquote {
  border-left: 3px solid grey;
  padding-left: 1em;
}

.public-DraftEditor-content {
  min-height: 15vh;
}

.ui.form textarea.w-md-editor-text-input {
  background: none !important;
  padding: 0px !important;
  border: 0px !important;
}

.ui.form textarea {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.ui.toggle.checkbox input:focus:checked~.box:before,
.ui.toggle.checkbox input:focus:checked~label:before {
    background-color: rgb(219, 40, 40) !important
}

.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
    background-color: grey;
}

input[type='checkbox'][role='switch'] {
  display: none !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bf-md-wrapper a {
  color: rgb(102, 15, 15);
}

.bf-md-wrapper a:hover,
.bf-md-wrapper a:visited {
  color: rgb(133, 23, 23);
}

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