.container-fluid > .row {
  margin: 0 auto;
}

section.landing-hero > .container-fluid > .row {
  min-height: 100vh;
  align-items: center;
}

.admin-bar section.landing-hero > .container-fluid > .row {
  min-height: calc(100vh - 32px);
}

body.page-template-page-landing {
  background-color: rgb(255, 255, 219);
}

section.landing-hero .col-4.right {
  background-color: #fff;
  flex-direction: column;
}

section.landing-hero .left,
section.landing-hero .right {
  height: 100%;
  position: relative;
}

.buttons {
  column-gap: 15px;
  width: 100%;
  justify-content: center;
  max-width: 440px;
}

.buttons a {
  margin-bottom: 10px;
}

.logged-in .buttons {
  max-width: 100%;
  flex-wrap: wrap;
}

.buttons .btn {
  /*     width: 100%; */
  padding: 0 15px;
  min-width: 150px;
}

h1.landing-hero__title {
  position: absolute;
  top: -40%;
  font-weight: 500;
  color: rgba(254, 118, 0);
}

h1.landing-hero__title a {
  color: rgba(254, 118, 0);
}

.typing-text {
  font-size: 40px;
  color: rgba(254, 118, 0);
}

nav.landing-footer__nav li {
  display: inline-block;
}

nav.landing-footer__nav li a {
  color: rgba(142, 142, 160);
  font-size: 0.75rem;
  line-height: 1rem;
}

nav.landing-footer__nav ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0px;
  font-size: 0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

nav.landing-footer__nav ul li:not(:last-child) {
  padding-right: 10px;
  position: relative;
}

div#typing-container {
  height: 260px;
  max-width: 750px;
}

.indicator {
  font-size: 60px;
  line-height: 30px;
  display: inline-block;
  margin-top: 0 !important;
}

main {
  z-index: 99;
  position: relative;
}

.landing-hero__title img {
  width: 300px;
  max-width: 100%;
}

@media (min-width: 769px) {
  .landing-hero .grid {
    grid-template-columns: 60% 40%;
  }
  .landing-footer {
    position: unset;
  }
  .logged-in > .landing-footer {
    position: absolute;
    bottom: 1rem;
  }
}

@media (max-width: 768px) {
  div#typing-container {
    min-height: 200px !important;
    position: relative;
    flex-basis: 100%;
  }
  .typing-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 32px;
  }
  .indicator {
    font-size: 40px;
    line-height: 18px;
  }
  section.landing-hero .left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  h1.landing-hero__title {
    flex-basis: 100%;
    font-size: 1.5em;
  }
  section.landing-hero .col-4.right h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 500;
  }
  section.landing-hero .col-4.right {
    align-items: flex-start;
    flex-direction: row;
    padding-top: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .admin-bar section.landing-hero > .container-fluid > .row {
    min-height: calc(100vh - 46px);
  }
  .buttons .btn {
    width: 100%;
    flex-basis: 100%;
  }
  .landing-hero__title img {
    /* 	  display: block; */
    /* 	  margin: auto; */
  }
}

.activation-content {
  width: 100%;
}

.activation-content .buttons {
  margin: 30px auto;
}

.buttons .btn {
  text-decoration: unset !important;
}
