/* BY KLOK @klokmx FOR THE GLORY OF JESUS 2022 */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  background-color: #284c58;
  color: white;
}

body.white {
  background-color: white;
  color: #284c58;
}

body.orange {
  background-color: #e86851;
  color: white;
}

body main {
  z-index: 10;
  position: relative;
  min-height: 100vh;
}

body main.hero {
  margin-top: 0px;
  padding-top: 0px;
}

.align-right {
  justify-self: right;
}

.align-center {
  justify-self: center;
}

.align-left {
  justify-self: left;
}

.align-top {
  align-self: start;
}

.align-middle {
  align-self: center;
}

.align-end {
  align-self: end;
}

.container {
  width: 90%;
  max-width: 960px;
}

nav.nav-main {
  background-color: #284c58;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
}

body.home nav.nav-main {
  background-color: transparent;
}

.innercol.privacy{
  font-size: .8rem;
}

.nav-main .nav-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 120px;
}

.nav-main .nav-logo {
  max-width: 180px;
  height: auto;
  justify-self: left;
  border: none;
}

.nav-main ul.nav-menu {
  display: flex;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}

.nav-main .nav-menu li {
  list-style: none;
}

.nav-main .nav-menu li a.nav-link {
  color: white;
  font-size: 0.9rem;
  transition: all 0.2s;
  opacity: 0.6;
  font-weight: 700;
}

.nav-main .nav-menu li a.nav-link:hover {
  opacity: 1;
}

.nav-backdrop-container {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}

footer {
  background-color: white;
  position: relative;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 10;
  color: #e86851;
}

footer .footer-bar {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 1rem;
  align-items: top;
}

footer ul.footer-nav {
  padding: 0px;
  line-height: 1.3;
}

footer ul.footer-nav li {
  list-style: none;
  padding: 0px;
}

footer ul.footer-nav li a.nav-link {
  font-size: 0.8rem;
  padding: 0;
  transition: 0.2s;
}

footer .footer-col {
  display: grid;
  height: 100%;
  padding-bottom: 30px;
  padding-bottom: 30px;
}

.footer-logo-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 2rem;
  align-items: top;
}

.footer-bar .footer-logo {
  max-width: 150px;
  height: auto;
}

footer .footer-logo.logo-white {
  display: none;
}

.footer-bar .footer-microsoft-partner {
  max-width: 40px;
  height: auto;
  margin-left: 2rem;
}

.footer-bar .footer-social a {
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem;
}

.footer-bar .footer-social a:first-child {
  padding-left: 0;
}

.footer-bar .footer-social a:last-child {
  padding-right: 0;
}

.footer-info {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
}

.footer-info span {
  display: block;
}

footer a {
  color: #284c58 !important;
  text-decoration: none;
  transition: 0.2s;
}

footer a:hover {
  color: #e86851 !important;
}

footer .klok-ref {
  font-size: 0.7rem;
  text-decoration: none;
  align-self: end;
  justify-self: right;
}

footer .footer-nodges {
  display: block;
  position: absolute;
  bottom: 100%;
  height: 20px;
  width: 100%;
  background-color: transparent;
}

footer .footer-nodges .footer-nodge {
  display: block;
  position: absolute;
  bottom: 100%;
  height: 40px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 14%;
  width: 7%;
}

footer .footer-nodges .footer-nodge:first-child {
  left: 0px;
}

footer .footer-nodges .footer-nodge:last-child {
  width: 72%;
  left: auto;
  right: 0px;
}

.footer-foot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background-color: #284c58;
  border-top: solid 1px silver;
}

footer.orange {
  background-color: #e86851;
  color: white;
}

footer.orange .footer-logo.logo-white {
  display: block;
}

footer.orange .footer-logo.logo-color {
  display: none;
}

footer.orange .footer-nodges .footer-nodge {
  background-color: #e86851 !important;
}

footer.orange a {
  color: #284c58 !important;
  text-decoration: none;
  transition: 0.2s;
}

footer.orange a:hover {
  color: white !important;
}

main .privacy h4{
  font-size: 1.2rem;
  margin-top: 20px !important;
}

main .container {
  left: 0px;
  top: 0px;
  width: 90%;
  padding-top: var(--navHeight, 150px);
  border: solid 1px transparent;
  z-index: 10000;
}

body.home main .container {
  padding-top: 0;
}

.hero {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.hero-text h3 {
  font-weight: 700;
  color: white;
  max-width: 30ch;
  font-size: 2rem;
}

.hero-button {
  font-size: 1.2rem;
  font-weight: 700;
}

.btn {
  border-radius: 4px;
}

.button {
  color: white;
  border: none;
  box-shadow: 0px 12px 25px 0px #00000056;
  transform: scale(1);
  transition: 0.2s ease-in;
  width: fit-content;
}

.button:hover {
  transform: scale(1.1);
}

.button:active {
  transform: scale(0.9);
}

.button.button-orange {
  background-color: #e86851;
}

.button.button-orange:hover {
  background-color: #e86851;
}

.button.button-orange:active {
  background-color: #e86851;
}

.button.button-blue {
  background-color: #284c58;
}

.button.button-blue:hover {
  background-color: #1c3943;
}

.button.button-blue:active {
  background-color: #284c58;
}

.home-backdrops {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 0;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 100vh;
  mix-blend-mode: multiply;
}

.home-backdrop {
  align-self: center;
  justify-self: center;
  opacity: 0.2;
  scale: 1.6;
  transition: all 0.2s linear;
  animation-name: spin;
  animation-duration: 250s;
  animation-iteration-count: infinite;
  position: relative;
  height: 120%;
  width: auto;
}

body.blue .home-backdrops {
  mix-blend-mode: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(2);
  }
}

section {
  line-height: 1.3;
  text-align: left;
  hyphens: auto;
  margin-bottom: 4rem;
}
/* 
section:last-child {
  padding-bottom: 340px;
} */

section .section-layout {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 100%;
}

section .section-layout .section-layout-pic {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

section .section-layout.two-col {
  grid-template-columns: 60% 40%;
}

.section-col {
  display: grid;
  align-items: end;
  text-align: left;
}

h2.section-title {
  font-weight: 700;
  color: #e86851;
}

p {
  margin: 0;
}

p.section-intro {
  font-size: 1.2rem;
}

.tab-content p {
  font-size: 1rem;
  margin-bottom: 0;
}

.nav-tabs {
  border-bottom: none !important;
  z-index: 1000;
}

.nav-item:first-child .nav-link {
  border-left: none !important;
  padding-left: 0px !important;
  border-top-left-radius: 0px !important;
}

.nav-tabs .nav-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border: none;
  color: #284c589c;
  margin-top: 1px;
  font-weight: 700;
}

.nav-tabs .nav-link.active {
  border: solid 1px;
  border-color: #284c58;
  color: #284c58 !important;
  border-bottom: 1px solid white !important;
}

.tab-content {
  border-top: solid 1px #284c58;
  padding-top: 2rem;
}

section h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
}

body.orange h2.section-title {
  color: #284c58;
}

body.orange p.section-intro {
  color: #284c58;
}

body.orange .nav-tabs .nav-link {
  color: rgba(245, 245, 245, 0.5);
}

body.orange .nav-tabs .nav-link.active {
  border-bottom: 1px solid #e86851 !important;
}

.section-boxes {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.section-box {
  background-color: #e86851;
  color: white;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  line-height: 1.2;
  border-radius: 4px;
}

.section-box h2 {
  padding: 0;
  margin: 0px;
  font-size: 1.6rem;
  font-weight: 700;
}

.section-box span {
  font-size: 0.9rem;
}

.card {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-top: solid 1px #284c58;
}

.card-body {
  padding: 0px;
  padding-top: 1rem;
}

.card-body h6 {
}

.success-logo {
  max-width: 200px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control.klok-form-component {
  background: transparent;
  border: solid 1px white;
  line-height: 3rem;
  color: white;
  border-radius: 4px;
}

.form-control.klok-form-component::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blue section a,
body.white section a {
  color: #e86851;
}

body.orange section a {
  color: white;
}

.menu-closer {
  display: none;
}

@media (max-width: 767.98px) {
  .nav-main .nav-menu {
    background-color: transparent !important;
    display: block !important;
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    left: 0px;
    opacity: 0;
    top: 0px;
    text-align: right !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-top: 4rem !important;
    transition: all 0.4s;
    transform: scale(1.1);
    pointer-events: none;
  }

  body.white .nav-main .nav-menu {
    background-color: #e86851c4 !important;
  }

  .nav-main.active .nav-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }

  .nav-menu li a {
    font-size: 1.2rem !important;
  }

  .menu-closer {
    display: block;
    position: fixed;
    right: 15px;
    color: white;
    top: 15px;
    z-index: 200;
    font-size: 1.5rem;
    cursor: pointer !important;
  }
  .menu-closer::before {
    content: "\f0c9";
  }

  .nav-main.active .menu-closer::before {
    content: "\f00d";
  }

  /* footer {
    padding: 0px !important;
  }

  footer .container,
  footer .footer-foot {
    display: none !important;
  } */
  
  .footer-social i{
    font-size: 2rem;
  }

  footer .footer-bar {
    grid-template-columns: 100%;
  }

  footer .footer-col {
    padding-bottom: 10px;
  }

  .footer-info {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .footer-col nav {
    display: none;
  }

  footer .klok-ref {
    justify-self: left;
  }

  section .section-layout.two-col {
    grid-template-columns: 100%;
  }

  .section-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-logo {
    display: none;
  }
}
