@charset "UTF-8";
/* SD Theme colors */
/* End SD Theme colors */
@font-face {
  font-family: "jm-main-font";
  src: url("font/Manrope-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("font/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"); /* IE6-IE8 */
  src: url("font/Manrope-ExtraBold.svg") format("svg"); /* Legacy iOS */
  src: url("font/Manrope-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  src: url("font/Manrope-ExtraBold.woff") format("woff"); /* Modern Browsers */
  src: url("font/Manrope-ExtraBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/********** SD CSS **********/
/***** SD Main CSS *****/
.sd-g-hidden {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
}

[class~=container] {
  margin: 0;
  padding: 0;
}

[class~=row] {
  margin: 0;
  padding: 0;
}

.row > * {
  margin: 0;
  padding: 0;
}

[class~=col] {
  margin: 0;
  padding: 0;
}

.page, ul {
  margin: 0;
  padding: 0;
}

a, a:focus, a:active, a:visited {
  outline: none !important;
}

button, button:focus, button:active, button:visited {
  outline: none !important;
}

.btn, .btn:focus, .btn:active, .btn:visited {
  outline: none !important;
  box-shadow: none !important;
}

.bg-container {
  background-image: url("jump-movement-eindhoven.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#magic, a.bottom-link {
  font-family: "jm-main-font", Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
}

/***** End SD Main CSS *****/
/********** Bootstrap 5 Breakpoints **********/
/***** BS Extra small devices (portrait phones, less than 576px) –– Test on Browserstack *****/
/* No Media Query */
body:before {
  content: "xs";
  display: none;
  visibility: hidden;
}

#magic {
  font-size: 2.4rem;
  margin-top: 7rem;
}

a.bottom-link {
  font-size: 1.25rem;
}

.container-links {
  margin-bottom: 2.25rem;
}

/***** BS sm devices (landscape phones, 576px and up) –– Test on Browserstack *****/
@media (min-width: 576px) {
  body:before {
    content: "sm";
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) { /* [576*324] */
  #magic {
    font-size: 3rem;
    margin-top: 7rem;
  }
  a.bottom-link {
    font-size: 1rem;
  }
  .container-links {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) { /* [576*768] */
  #magic {
    font-size: 3.75rem;
    margin-top: 7rem;
  }
  a.bottom-link {
    font-size: 1.25rem;
  }
  .container-links {
    margin-bottom: 2.25rem;
  }
}
/***** BS md devices (tablets, 768px and up) –– Test on Window 768x1024 and Browserstack *****/
@media (min-width: 768px) {
  body:before {
    content: "md";
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) { /* 812*375 => [768*354] */
  #magic {
    font-size: 3rem;
    margin-top: 8.5rem;
  }
  a.bottom-link {
    font-size: 1rem;
  }
  .container-links {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  #magic {
    font-size: 4.25rem;
    margin-top: 5rem;
  }
  a.bottom-link {
    font-size: 1.5rem;
  }
  .container-links {
    margin-bottom: 2.5rem;
  }
}
/***** BS lg devices (desktops, 992px and up) –– Test on Window 1024x768 [992*558] *****/
@media (min-width: 992px) {
  body:before {
    content: "lg";
    display: none;
    visibility: hidden;
  }
  #magic {
    font-size: 4.25rem;
    margin-top: 10.5rem;
  }
  a.bottom-link {
    font-size: 1.5rem;
  }
  .container-links {
    margin-bottom: 2.5rem;
  }
}
/***** BS xl devices (large desktops, 1200px and up) –– Test on Window 1366x768 [1200*675] *****/
@media (min-width: 1200px) {
  body:before {
    content: "xl";
    display: none;
    visibility: hidden;
  }
  #magic {
    font-size: 5.5rem;
    margin-top: 10.5rem;
  }
  a.bottom-link {
    font-size: 1.75rem;
  }
  .container-links {
    margin-bottom: 3rem;
  }
}
/***** BS xxl devices (extra large desktops, 1400px and up) –– Test on Window 1440x900 and 1536x864 [1400*787] *****/
@media (min-width: 1400px) {
  body:before {
    content: "xxl";
    display: none;
    visibility: hidden;
  }
  #magic {
    font-size: 6.25rem;
    margin-top: 10.5rem;
  }
  a.bottom-link {
    font-size: 2rem;
  }
  .container-links {
    margin-bottom: 3.5rem;
  }
}
/***** BS xxxl devices (extra large desktops, 1800px and up) –– Test on Window 1920x1080 and 2560x1440 [1800*1012] *****/
@media (min-width: 1800px) {
  #magic {
    font-size: 7.5rem;
    margin-top: 12rem;
  }
  a.bottom-link {
    font-size: 2rem;
  }
  .container-links {
    margin-bottom: 4rem;
  }
}
/********** End Bootstrap 5 Breakpoints **********/
/********** End SD CSS **********//*# sourceMappingURL=style.css.map */