/* transitions
 * ============================== */

a, a img, .uk-button, h2, h3, canvas { transition: all 150ms ease-in-out; }
a img { filter: brightness(1.00); }
a:hover img, a:hover canvas { filter: brightness(1.03); }
.uk-logo:hover img { filter: brightness(1.2); }

/* nav
 * ============================== */

.uk-navbar-dropdown-nav > li > a { line-height: 1.3; }

/* hero video
 * ============================== */

/*
#hero-video iframe, #hero-video object, #hero-video embed, #hero-video video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
*/

#hero-image, #hero-image .uk-background-norepeat {
  background-color: #435180 !important;
  min-height: calc(-120px + 60vh);
  align-items: center;
  display: flex;
  width: 100%;
}

#hero-video .uk-overlay-default {
  background: rgb(22,36,81);
  background: radial-gradient(circle, rgba(22,36,81,1) 10%, rgba(22,36,81,0) 50%);
}

#hero-video p {
  font-size: 2rem;
  line-height: 1.3;
}
#hero-video .uk-panel { width: 100%; }

/* slider
 * ============================== */

.about-slider { line-height: 1.4; }
.about-slider .uk-cover-container .uk-position-bottom { background: rgba(0,0,0,0.7); }
.about-slider .el-title { font-size: 1.5rem; }

/* slider
 * ============================== */

.mission-vision-boxes .uk-card-primary > :not([class*="uk-card-media"]) {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

/* circle steps
 * ============================== */

.circle-step {
  display: table;
  margin: 0 auto;
}

.circle-step, .step-arrow {
  text-align: center;
  color: #4d6d8f;
}
.circle, .circle-text {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  font-weight: 700;
}
.circle-number {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1.3;
  background: #fff;
  border: 2px solid #4d6d8f;
  font-family: Heebo;
  font-size: 30px;
}
.circle-text { font-size: 1.5rem; }

/* process icons
 * ============================== */

.process-icon {
  text-align: center;
  font-size: 3rem;
  color: #4d6d8f;
}

.blue-icon {
  color: #2c99ed;
  text-align: center;
  position: relative;
}
.blue-icon.md {
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
  top: -0.5rem;
}
.blue-icon.lg {
  font-size: 3rem;
  margin: 0 0 0 0;
  top: -0.7rem;
}

/* footer
 * ============================== */

#footer {
  font-size: 0.8888rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}
#copyright {
  opacity: 0.7;
  font-size: 0.7777rem;
  line-height: 2;
}
#copyright, #copyright p { margin: 0; }

/* responsive
 * ============================== */

@media (min-width: 0px) and (max-width: 960px) {

  #hero-video .uk-panel { width: 100%; }
  #hero-video p {
    font-size: 2rem;
    line-height: 1.3;
  }
  #hero-video {
    height: auto;
    padding: 0;
    align-items: center;
  }
  #hero-video iframe, #hero-video object, #hero-video embed, #hero-video video {
    width: auto;
    height: auto;
    min-height: none;
    min-width: none;
  }
    #hero-video h2 { font-size: 30px; }
    #hero-video p { font-size: 22px; }
    .circle, .circle-text { display: block; }
    .circle-text { line-height: 1.1; }
}