@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana&display=swap");
::-moz-selection {
  background: #ddbdd5;
  color: #1d1e2c;
}
::selection {
  background: #ddbdd5;
  color: #1d1e2c;
}

::-moz-selection {
  background: #ddbdd5;
  color: #1d1e2c;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/tree.png), radial-gradient(ellipse at bottom, #1d1e2c 0%, #090a0f 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x, no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-bottom: 50px;
}

.night {
  position: fixed;
  top: 0;
  width: 20vw;
  height: 20vw;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-animation: sky 200000ms linear infinite;
          animation: sky 200000ms linear infinite;
  pointer-events: none;
}

@media (min-width: 600px) {
  .night {
    position: fixed;
    top: 0;
    width: 60vw;
    height: 60vw;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    -webkit-animation: sky 200000ms linear infinite;
            animation: sky 200000ms linear infinite;
    pointer-events: none;
  }
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 2px;
  background: linear-gradient(-45deg, #ac9fbb, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #ddbdd5);
          filter: drop-shadow(0 0 6px #ddbdd5);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
          animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}

.shooting_star::before, .shooting_star::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ddbdd5, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(50%) rotateZ(45deg);
          transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
}

.shooting_star::after {
  -webkit-transform: translateX(50%) rotateZ(-45deg);
          transform: translateX(50%) rotateZ(-45deg);
}

.shooting_star:nth-child(1) {
  top: calc(50% - 109px);
  left: calc(50% - 117px);
  -webkit-animation-delay: 4467ms;
          animation-delay: 4467ms;
  opacity: 0.96;
}

.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 4467ms;
          animation-delay: 4467ms;
}

.shooting_star:nth-child(2) {
  top: calc(50% - 189px);
  left: calc(50% - 202px);
  -webkit-animation-delay: 1310ms;
          animation-delay: 1310ms;
  opacity: 0.6;
}

.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 1310ms;
          animation-delay: 1310ms;
}

.shooting_star:nth-child(3) {
  top: calc(50% - -196px);
  left: calc(50% - 66px);
  -webkit-animation-delay: 656ms;
          animation-delay: 656ms;
  opacity: 0.64;
}

.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 656ms;
          animation-delay: 656ms;
}

.shooting_star:nth-child(4) {
  top: calc(50% - -199px);
  left: calc(50% - 7px);
  -webkit-animation-delay: 7483ms;
          animation-delay: 7483ms;
  opacity: 0.68;
}

.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 7483ms;
          animation-delay: 7483ms;
}

.shooting_star:nth-child(5) {
  top: calc(50% - 31px);
  left: calc(50% - 203px);
  -webkit-animation-delay: 8333ms;
          animation-delay: 8333ms;
  opacity: 0.97;
}

.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 8333ms;
          animation-delay: 8333ms;
}

.shooting_star:nth-child(6) {
  top: calc(50% - -33px);
  left: calc(50% - 118px);
  -webkit-animation-delay: 4713ms;
          animation-delay: 4713ms;
  opacity: 0.69;
}

.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 4713ms;
          animation-delay: 4713ms;
}

.shooting_star:nth-child(7) {
  top: calc(50% - 42px);
  left: calc(50% - 130px);
  -webkit-animation-delay: 4594ms;
          animation-delay: 4594ms;
  opacity: 0.89;
}

.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 4594ms;
          animation-delay: 4594ms;
}

.shooting_star:nth-child(8) {
  top: calc(50% - -196px);
  left: calc(50% - 210px);
  -webkit-animation-delay: 2913ms;
          animation-delay: 2913ms;
  opacity: 0.67;
}

.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 2913ms;
          animation-delay: 2913ms;
}

.shooting_star:nth-child(9) {
  top: calc(50% - -142px);
  left: calc(50% - 235px);
  -webkit-animation-delay: 961ms;
          animation-delay: 961ms;
  opacity: 0.94;
}

.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 961ms;
          animation-delay: 961ms;
}

.shooting_star:nth-child(10) {
  top: calc(50% - 132px);
  left: calc(50% - 77px);
  -webkit-animation-delay: 7389ms;
          animation-delay: 7389ms;
  opacity: 1;
}

.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 7389ms;
          animation-delay: 7389ms;
}

.shooting_star:nth-child(11) {
  top: calc(50% - -78px);
  left: calc(50% - 38px);
  -webkit-animation-delay: 1578ms;
          animation-delay: 1578ms;
  opacity: 0.9;
}

.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 1578ms;
          animation-delay: 1578ms;
}

.shooting_star:nth-child(12) {
  top: calc(50% - 155px);
  left: calc(50% - 26px);
  -webkit-animation-delay: 1415ms;
          animation-delay: 1415ms;
  opacity: 0.85;
}

.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 1415ms;
          animation-delay: 1415ms;
}

.shooting_star:nth-child(13) {
  top: calc(50% - 173px);
  left: calc(50% - 219px);
  -webkit-animation-delay: 4774ms;
          animation-delay: 4774ms;
  opacity: 0.51;
}

.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 4774ms;
          animation-delay: 4774ms;
}

.shooting_star:nth-child(14) {
  top: calc(50% - 104px);
  left: calc(50% - 226px);
  -webkit-animation-delay: 5671ms;
          animation-delay: 5671ms;
  opacity: 0.77;
}

.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 5671ms;
          animation-delay: 5671ms;
}

.shooting_star:nth-child(15) {
  top: calc(50% - -13px);
  left: calc(50% - 203px);
  -webkit-animation-delay: 4301ms;
          animation-delay: 4301ms;
  opacity: 0.53;
}

.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 4301ms;
          animation-delay: 4301ms;
}

.shooting_star:nth-child(16) {
  top: calc(50% - 175px);
  left: calc(50% - 204px);
  -webkit-animation-delay: 7444ms;
          animation-delay: 7444ms;
  opacity: 0.57;
}

.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 7444ms;
          animation-delay: 7444ms;
}

.shooting_star:nth-child(17) {
  top: calc(50% - -134px);
  left: calc(50% - 96px);
  -webkit-animation-delay: 6980ms;
          animation-delay: 6980ms;
  opacity: 0.91;
}

.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 6980ms;
          animation-delay: 6980ms;
}

.shooting_star:nth-child(18) {
  top: calc(50% - 43px);
  left: calc(50% - 175px);
  -webkit-animation-delay: 8195ms;
          animation-delay: 8195ms;
  opacity: 0.56;
}

.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 8195ms;
          animation-delay: 8195ms;
}

.shooting_star:nth-child(19) {
  top: calc(50% - -136px);
  left: calc(50% - 78px);
  -webkit-animation-delay: 5519ms;
          animation-delay: 5519ms;
  opacity: 0.97;
}

.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 5519ms;
          animation-delay: 5519ms;
}

.shooting_star:nth-child(20) {
  top: calc(50% - -119px);
  left: calc(50% - 271px);
  -webkit-animation-delay: 698ms;
          animation-delay: 698ms;
  opacity: 0.84;
}

.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 698ms;
          animation-delay: 698ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}

@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

h1 {
  color: #ddbdd5;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.01em;
  font-size: 3rem;
  margin-bottom: 5rem;
  margin-top: 4rem;
}

h2 {
  color: #ddbdd5;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.01em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

h2 .fa {
  font-size: 0.3em;
  vertical-align: middle;
  margin-left: 0.3em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

h2 .fa.fa-chevron-right-two {
  font-size: 0;
}

h3 {
  color: #ddbdd5;
  font-family: "Amatic SC", cursive;
  letter-spacing: 0.01em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

p {
  color: #ac9fbb;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "Lusitana", sans-serif;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  color: #f7ebec;
  text-decoration: underline;
}

a:hover {
  color: #f7ebec;
  text-decoration: none;
}

.nav-link {
  color: #ddbdd5;
  font-family: "Amatic SC", cursive;
  font-size: 2rem;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-decoration: none;
}

.nav-link:hover {
  color: #59656f;
  letter-spacing: 0.025em;
}

.nav-link:hover .fa-chevron-right {
  font-size: 0;
}

.nav-link:hover .fa-chevron-right.fa-chevron-right-two {
  font-size: 0.4em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  margin: 0;
}

.nav-link:hover img {
  -webkit-animation: flippy 2s ease-in-out infinite;
          animation: flippy 2s ease-in-out infinite;
}

.nav-link.active {
  color: #ac9fbb;
  letter-spacing: 0.01em;
}

.nav-link.active .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-link.active img {
  -webkit-animation: flippy 2s ease-in-out infinite;
          animation: flippy 2s ease-in-out infinite;
}

.nav-link.active:hover .fa-chevron-right {
  font-size: 0.3em;
}

.nav-link.active:hover .fa-chevron-right.fa-chevron-right-two {
  font-size: 0;
}

@-webkit-keyframes flippy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes flippy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-toggler-icon {
  color: #ddbdd5;
  font-size: 0.8em !important;
  vertical-align: middle;
  margin-left: 0.3em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.main-img {
  margin-top: 6rem;
}

.mb-6 {
  /* overwrite bootstrap */
  margin-bottom: 10rem !important;
}

.mb-5 {
  /* overwrite bootstrap */
  margin-bottom: 5rem !important;
}

.mb-4 {
  /* overwrite bootstrap */
  margin-bottom: 3.5rem !important;
}

ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

ul li a {
  font-size: 0.875rem;
  font-family: "Lusitana", sans-serif;
  text-transform: lowercase;
  line-height: 2.5em;
  color: #ddbdd5;
}

#scrollUp {
  position: fixed;
  bottom: 6%;
  right: 6%;
}

#scrollUp button {
  background: transparent;
  border: 0;
  color: #f7ebec;
  font-family: "Amatic SC", cursive;
  font-size: 1.25rem;
}

#scrollUp button .fa {
  font-size: .75rem;
}
/*# sourceMappingURL=styles.css.map */