.header {
  position: relative;
}

.header .header-section {
  position: relative;
  background-color: var(--black-color);
}

.header .header-section .header-column {
  position: relative;
}

.header .header-section .main-container {
  position: relative;
}

.header .header-section .main-container .navbar {
  margin-top: 0;
}

.one .nav1 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21px;
}

.one .nav1 li {
  display: inline;
  font-size: 16px;
}

.one .nav1 li a {
  color: var(--black-color);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
}

.one .nav1 li a:hover {
  color: var(--red-color);
}

.one .nav1 li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.two .imagine {
  height: 800px;
  animation: kenburns-top 4s ease-out infinite both;
}

@media (max-width: 480px) {
  .two .imagine {
    height: 400px;
  }
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}

.three {
  margin-top: 40px;
}

.three .description1 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--black-color);
}

@media (max-width: 480px) {
  .three .description1 {
    font-size: 32px;
  }
}

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

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