body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #F9FCFF;
}

strong {
  font-weight: 700;
}

.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

h1 {
  font-size: 4em;
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 1.8em;
  }
}

h3 {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #000;
  margin-bottom: 30px;
}
h3 a {
  color: #000 !important;
}

h2 {
  font-size: 1.5em;
}

.cta-btn {
  background-color: #000;
  color: #fff !important;
  font-family: "Rufina", serif;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.site-wrapper .site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.logo-section {
  padding: 60px 0px;
  height: 100vh;
}
.logo-section .container {
  height: 100%;
}
.logo-section .container .row {
  height: 100%;
}
.logo-section .item {
  margin-bottom: 30px;
  text-align: center;
}
.logo-section .item img {
  margin-bottom: 50px;
  max-width: 50%;
}
@media (max-width: 1000px) {
  .logo-section .item img {
    max-width: 80%;
  }
}
.logo-section .item p {
  font-size: 14px;
}
.logo-section .item a {
  color: #000;
  text-decoration: none;
}

.content-section {
  height: 100vh;
  padding: 60px 0px;
  color: #000;
}
.content-section a {
  color: inherit;
  text-decoration: none;
}
.content-section .logo {
  margin-bottom: 100px;
  max-width: 250px;
}
@media (max-width: 992px) {
  .content-section .logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .content-section {
    text-align: center;
  }
}

.bg-image-section {
  background-image: url(/images/bgimage.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-image-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9FCFF;
  opacity: 0.9;
}

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