/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/* Parallax paragraphs */
.paragraph--type--parallax {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.paragraph--type--parallax .parallax-image-wrapper {
  overflow: hidden;
}
.paragraph--type--parallax .parallax-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paragraph--type--parallax .parallax-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
  padding: 5vh 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  text-align: center;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper {
  color: #1d1d1d;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper {
  color: #fefefe;
}
.paragraph--type--parallax .parallax-content-wrapper .parallax-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.5vh 5vw;
}
.paragraph--type--parallax .parallax-content-wrapper .parallax-content h1 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-color: transparent;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper .parallax-content h1 {
  color: #1d1d1d;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper .parallax-content h1 {
  color: #fefefe;
}
.paragraph--type--parallax .parallax-content-wrapper .parallax-content h2 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
  background: transparent;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper .parallax-content h2 {
  color: #1d1d1d;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper .parallax-content h2 {
  color: #fefefe;
}
.paragraph--type--parallax .parallax-content-wrapper .parallax-content p {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper .parallax-content p {
  color: #1d1d1d;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper .parallax-content p {
  color: #fefefe;
}
.paragraph--type--parallax .parallax-content-wrapper .parallax-content a {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper .parallax-content a {
  border: 2px solid #f5f3f7;
  background-color: transparent;
  color: #f5f3f7;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper .parallax-content a {
  border: 2px solid #f5f3f7;
  background-color: transparent;
  color: #f5f3f7;
}
html[data-theme=light] .paragraph--type--parallax .parallax-content-wrapper .parallax-content a:hover {
  background-color: #1d1d1d;
  color: #fefefe;
  border: #f5f3f7;
}
html[data-theme=dark] .paragraph--type--parallax .parallax-content-wrapper .parallax-content a:hover {
  background-color: #1d1d1d;
  color: #fefefe;
  border: #f5f3f7;
}

/* End parallax */

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