/*
Theme Name: Umajin - Theme Network
Author: Chris Scott - getcs.nz // Chris.Scott@umajin.com
Description: The default Umajin Styling package for Umajin based web resources. (Umajin ServerKit)
*/
.nav-wrapper {
  top: 0px; }

.nav-container {
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(201, 201, 201, 0.71);
  background-color: #ffffff;
  z-index: 99999;
  padding: 7px;
  width: 100%; }

.main-nav {
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto; }

.nav-links {
  display: flex;
  align-items: flex-end; }

.nav-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px; }

#menu-toggle {
  display: none;
  position: absolute;
  z-index: 4;
  right: 1rem;
  top: 1rem; }

#menu-icon {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 2em;
  top: 1.3em;
  z-index: 3; }
  #menu-icon div {
    width: 30px;
    height: 2px;
    margin: 5px 0;
    border-radius: 10px;
    background-color: #63c9d4;
    transition: 0.5s;
    z-index: 999; }
    #menu-icon div:nth-child(1) {
      width: 22px; }
    #menu-icon div:nth-child(3) {
      width: 13px;
      text-align: right; }

#menu-toggle:checked ~ #menu-icon > div:nth-child(1) {
  width: 30px;
  transform: translateY(9px) rotate(45deg); }
#menu-toggle:checked ~ #menu-icon > div:nth-child(2) {
  opacity: 0; }
#menu-toggle:checked ~ #menu-icon > div:nth-child(3) {
  width: 30px;
  transform: translateY(-5px) rotate(-45deg); }

#menu-toggle:checked ~ #menu-backdrop {
  display: none; }
#menu-toggle:checked ~ .nav {
  display: block;
  position: relative;
  top: -30px;
  text-align: right;
  width: 100%; }

#menu-backdrop {
  display: none;
  background: #ffffff;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.logo {
  position: relative;
  z-index: 2;
  width: 50%; }

.nav {
  position: relative;
  z-index: 2;
  float: right;
  list-style: none; }
  .nav li {
    display: inline-block;
    margin-right: 20px;
    font-family: "Open Sans", Sans-serif; }
  .nav li:last-child {
    margin-right: 10px; }

@media (max-width: 560px) {
  .nav {
    display: none; }

  .nav-container {
    height: 63px; }

  .logo {
    margin-top: .6em; }

  #menu-icon {
    display: block; }

  #menu-backdrop {
    display: none; }

  #menu-toggle:checked ~ #menu-icon div {
    background: #7a7a7a; }
  #menu-toggle:checked ~ #menu-backdrop {
    display: block;
    transition-timing-function: ease-in;
    transition-duration: 0.5s; }
  #menu-toggle:checked ~ .nav {
    display: none;
    margin-top: 6em;
    text-align: center;
    width: 100%; }
    #menu-toggle:checked ~ .nav li {
      display: block;
      width: 100%; }
    #menu-toggle:checked ~ .nav a {
      font-size: 30px;
      text-align: center;
      color: #7a7a7a;
      display: block;
      width: 100%; }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    float: none;
    text-align: center;
    margin-top: 6em;
    text-align: center;
    width: 100%; }
    .mobile-menu a {
      margin-top: 30px;
      margin-left: -1.2em;
      font-size: 30px;
      text-align: center;
      color: #7a7a7a;
      display: block;
      width: 100%; }
    .mobile-menu a:hover {
      font-size: 30px; }
    .mobile-menu li {
      display: block;
      width: 100%; } }
.footer-wrapper {
  padding: 0 20px 0 20px;
  margin-top: 2rem;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  background-color: #ffffff; }
  .footer-wrapper .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto; }
    @media (min-width: 600px) and (max-width: 899px) {
      .footer-wrapper .footer-container {
        flex-direction: column-reverse; } }
    @media (max-width: 599px) {
      .footer-wrapper .footer-container {
        flex-direction: column-reverse; } }
    .footer-wrapper .footer-container .column p {
      font-size: 1rem;
      color: #555d66a2;
      text-align: left; }
      @media (max-width: 599px) {
        .footer-wrapper .footer-container .column p {
          text-align: center; } }
    .footer-wrapper .footer-container .column ul {
      display: flex; }
      @media (min-width: 1140px) and (max-width: 2608px) {
        .footer-wrapper .footer-container .column ul {
          flex-direction: row;
          justify-content: space-between; } }
      @media (max-width: 599px) {
        .footer-wrapper .footer-container .column ul {
          flex-direction: column-reverse;
          justify-content: center;
          align-items: center;
          padding: 0px; } }
      .footer-wrapper .footer-container .column ul li {
        margin-left: 2.5rem;
        list-style: none; }
        @media (min-width: 600px) and (max-width: 899px) {
          .footer-wrapper .footer-container .column ul li {
            margin-left: 0rem;
            margin: 0 15px 0 15px; } }
        @media (max-width: 599px) {
          .footer-wrapper .footer-container .column ul li {
            margin-left: 0rem;
            text-align: center; } }
        .footer-wrapper .footer-container .column ul li a {
          text-decoration: none; }

/*=======================================================
Smooth link hover transition
=======================================================*/
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: .5s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*=======================================================
Smooth link hover transition
=======================================================*/
a {
  transition: color .1s ease-out; }

/*=======================================================
Gradient controller
=======================================================*/
.gradientBG {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite; }

@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.noGradient {
  background-color: #3ba3a3; }

/*=======================================================
Animate BG Image
=======================================================*/
.bg-container {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-animate {
  -webkit-animation: bg-animate 50s ease-in-out infinite;
  animation: bg-animate 50s ease-in-out infinite; }

@-webkit-keyframes bg-animate {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
@keyframes bg-animate {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
/*=======================================================
=======================================================*/
/*=======================================================
Smooth link hover transition
=======================================================*/
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: .5s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*=======================================================
Smooth link hover transition
=======================================================*/
a {
  transition: color .1s ease-out; }

/*=======================================================
Gradient controller
=======================================================*/
.gradientBG {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite; }

@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.noGradient {
  background-color: #3ba3a3; }

/*=======================================================
Animate BG Image
=======================================================*/
.bg-container {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-animate {
  -webkit-animation: bg-animate 50s ease-in-out infinite;
  animation: bg-animate 50s ease-in-out infinite; }

@-webkit-keyframes bg-animate {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
@keyframes bg-animate {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
/*=======================================================
=======================================================*/
html,
body {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth; }
  html p,
  html ul,
  html ol,
  body p,
  body ul,
  body ol {
    font-family: "Open Sans", Sans-serif;
    color: #7a7a7a;
    font-size: 1.1rem;
    line-height: 27px;
    letter-spacing: 0px; }
  html li,
  body li {
    font-family: "Open Sans", Sans-serif;
    color: #7a7a7a;
    font-size: 1.1rem;
    line-height: 31px;
    letter-spacing: 0px; }
  html h2,
  body h2 {
    font-family: "Open Sans", Sans-serif;
    color: #63c9d4;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: .2px; }
  html li a,
  body li a {
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s; }
  html li a:hover,
  body li a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #63c9d4;
    text-decoration: none; }
  html h3,
  body h3 {
    color: #63c9d4;
    font-family: "Open Sans", Sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: .2px;
    margin: 0;
    margin-bottom: 25px; }
  html .image-wrapper img,
  html #hero-image,
  body .image-wrapper img,
  body #hero-image {
    width: 100%;
    height: auto; }
  html .btn-wrapper,
  body .btn-wrapper {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  html .btn,
  body .btn {
    font-size: 15px;
    padding: 12px 24px;
    font-family: "Open Sans", Sans-serif;
    fill: #63c9d4;
    color: #63c9d4;
    text-decoration: none;
    border: solid 1px #63c9d4;
    border-radius: 3px;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear; }
  html .btn:hover,
  body .btn:hover {
    background-color: #63c9d4;
    color: #ffffff;
    -webkit-box-shadow: 0 4.5px 5.3px rgba(1, 180, 186, 0.295), 0 15.2px 17.9px rgba(1, 180, 186, 0.295);
    box-shadow: 0 4.5px 5.3px rgba(1, 180, 186, 0.295), 0 15.2px 17.9px rgba(1, 180, 186, 0.295); }
  html #overview,
  body #overview {
    margin-top: 0px; }
  html #textoverview,
  body #textoverview {
    margin-bottom: 70px; }

.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #63c9d4;
  height: 47vh;
  padding: 10px;
  margin-top: 80px; }
  @media (min-width: 1140px) and (max-width: 2608px) {
    .hero-container {
      height: 47vh; } }
  @media (max-width: 599px) {
    .hero-container {
      height: 30vh; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .hero-container {
      height: 35vh; } }

.hero-content {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 1400px;
  padding: 0 20px 0 20px; }
  @media (max-width: 599px) {
    .hero-content {
      flex-direction: column-reverse; } }

.head-hero-image-container {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto; }

.hero-text {
  max-width: 1400px;
  width: 100%; }
  .hero-text h1 {
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: .2px;
    font-size: 5rem; }
    @media (min-width: 1140px) and (max-width: 2608px) {
      .hero-text h1 {
        font-size: 5rem; } }
    @media (max-width: 599px) {
      .hero-text h1 {
        font-size: 3rem;
        line-height: 57px;
        line-height: 65px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .hero-text h1 {
        font-size: 4rem; } }
  .hero-text b {
    font-weight: 500; }

.container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px; }
  @media (min-width: 1140px) and (max-width: 2608px) {
    .container {
      padding: 20px;
      flex-direction: row; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .container {
      padding: 20px;
      flex-direction: column; } }
  @media (max-width: 599px) {
    .container {
      padding: 0px 20px 0px 20px;
      flex-direction: column; } }
  .container ul {
    padding-left: 20px; }
  .container .col {
    flex: 1; }
  .container .column {
    display: flex;
    flex: 1;
    margin: 10px; }
    @media (max-width: 599px) {
      .container .column {
        display: block;
        margin: 20px 0 20px 0; } }

.container-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: flex-start; }
  @media (min-width: 1140px) and (max-width: 2608px) {
    .container-row {
      flex-direction: row; } }
  @media (max-width: 599px) {
    .container-row {
      flex-direction: column; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .container-row {
      flex-direction: column; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  width: 100%; }

.hero-image-container {
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.logo img {
  width: 100px; }

.iframe-container {
  overflow: hidden; }

.iframe-container iframe {
  border: 0;
  height: 591px;
  left: 0;
  top: 0;
  width: 100%; }

.caption-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center; }
  .caption-container .caption {
    color: #555d66a2;
    text-align: center;
    font-size: 14px; }

.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  max-width: 1440px;
  margin: 0 auto; }
  .divider-container .divider {
    margin: 20px;
    display: block;
    width: 100%;
    border-top: dotted 5px #eaeaea; }

.img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem; }
  @media (max-width: 599px) {
    .img-container {
      display: block;
      margin: 15px 0 15px 0; } }
  .img-container img {
    border-radius: 50%;
    width: 100px;
    height: auto; }

#hero-text {
  z-index: 10; }

#herobox {
  position: relative; }

canvas {
  position: absolute;
  right: 0;
  top: 0; }

/*# sourceMappingURL=umajin.css.map */
