@-webkit-keyframes moveclouds {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: -100%;
  }
}

@keyframes moveclouds {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: -100%;
  }
}

header.nav {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
}

#menu-toggle:checked + #menu {
  display: block;
}

progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  border: none;
  background: transparent;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: #e4002b;
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: #e4002b;
  background-attachment: fixed;
}

.active-custom {
  border-color: #e4002b;
  color: #e4002b;
}

.nav-link-custom:hover {
  border-color: #e4002b;
}
/*# sourceMappingURL=style.css.map */