@import url("./partialCss/loader/loader.css");
@import url("./partialCss/mainPage/mainPage.css");
@import url("./partialCss/title/title.css");
@import url("./partialCss/button/button.css");
@import url("./partialCss/navigation/navigation.css");
@import url("./partialCss/footer/footer.css");
@import url("./partialCss/snowStarsSkiSchool/snowStarsSkiSchool.css");
@import url("./partialCss/skiSchool/skiSchool.css");
@import url("./partialCss/gallery/gallery.css");
@import url("./partialCss/contact/contact.css");
* {
  padding: 0;
  margin: 0;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

.back-to-top {
  position: fixed;
  z-index: 1;
  right: -32px;
  bottom: 32px;
  font-size: 26px;
  cursor: pointer;
  color: #2b95f3;
  transition: 0.2s;
}
.back-to-top.is-active {
  right: 32px;
}

.heading-separator-container {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.heading-separator {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
  display: inline-block;
  top: -3px;
  line-height: 1;
}
.heading-separator::before, .heading-separator::after {
  background-color: #54a7ee;
  color: #fff;
  width: 50px;
  height: 1px;
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.heading-separator::after {
  margin-left: 22px;
  margin-right: 0;
}
.heading-separator u::before, .heading-separator u::after {
  position: absolute;
  border-left: 2px #888 solid;
  border-right: 2px #888 solid;
  width: 10px;
  height: 6px;
  display: inline-block;
  content: "";
  transform: skew(30deg);
  -webkit-transform: skew(50deg);
}
.heading-separator u::before {
  top: 11.5px;
  left: 52px;
  border-left-color: #2b95f3;
}
.heading-separator u::after {
  border-right-color: #2b95f3;
  transform: skew(-30deg);
  -webkit-transform: skew(-50deg);
  right: 52px;
  top: 11.5px;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b95f3;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5badf6;
}/*# sourceMappingURL=main.css.map */