@import "bootstrap.min.css";
@import "https://fonts.googleapis.com/css?family=IBM+Plex+Mono|Roboto:400,700&display=swap";
body {
  font-family: 'Roboto', sans-serif;
}
img.center {
  margin: auto;
  display: inherit;
}
img.icon {
  margin-bottom: 10px;
}
p {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 21px;
}
p:last-child {
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.btn {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn:hover {
  color: #28fdd1;
}
a.btn.btn-fill {
  background-color: #28fdd1;
  background: -webkit-gradient(linear, left top, left bottom, from(#28fdd1), to(#1397cb));
  background: -webkit-linear-gradient(top, #28fdd1, #1397cb);
  background: -moz-linear-gradient(top, #28fdd1, #1397cb);
  background: -ms-linear-gradient(top, #28fdd1, #1397cb);
  background: -o-linear-gradient(top, #28fdd1, #1397cb);
}
a.btn.btn-fill:hover {
  color: #ffffff;
  background-color: #01bb6a;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bb6a), to(#020ef6));
  background: -webkit-linear-gradient(top, #01bb6a, #020ef6);
  background: -moz-linear-gradient(top, #01bb6a, #020ef6);
  background: -ms-linear-gradient(top, #01bb6a, #020ef6);
  background: -o-linear-gradient(top, #01bb6a, #020ef6);
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
h1 {
  font-size: 45px;
  color: #28fdd1;
  font-family: 'IBM Plex Mono', monospace;
  margin-bottom: 30px;
}
h2 {
  font-size: 30px;
  color: #020ef6;
  font-family: 'IBM Plex Mono', monospace;
  margin-bottom: 30px;
}
h2.has-sub {
  margin-bottom: 10px;
}
h5 {
  font-size: 19px;
  color: #020ef6;
  font-family: 'IBM Plex Mono', monospace;
  margin-bottom: 30px;
}
.wrapper {
  overflow: hidden;
}
.bg-blue {
  background-color: #e8faff;
}
header {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 0;
}
header nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header nav .navbar-toggler {
  border: none;
  outline: none !important;
  background: transparent !important;
}
header nav .navbar-toggler .icon-bar {
  width: 22px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
header nav .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
header nav .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
header nav .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
section {
  padding: 80px 0;
}
section figure img {
  max-width: 80% !important;
}
.hero {
  position: relative;
  padding: 150px 0 0;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: #010a3d url('../img/bg-head.jpg') no-repeat center;
  background-size: cover;
}
.hero > * {
  position: relative;
  z-index: 2;
}
.hero h1 + p {
  color: #e8faff;
}
.hero .boxed,
.box .boxed {
  margin-top: 100px;
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.hero .boxed h2,
.box .boxed h2 {
  font-size: 20px;
}
footer {
  padding: 30px 0;
  background: #010a3d;
  color: #ffffff;
  font-size: 14px;
  font-family: 'IBM Plex Mono', monospace;
}
#menus-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010a3d;
  z-index: 7;
  display: flex;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menus-mobile ul li {
  margin: 30px;
}
#menus-mobile.show {
  opacity: 1;
  visibility: visible;
}
.mobile-open header {
  position: fixed;
}
.mobile-open header .navbar-brand {
  opacity: 0;
}
.mobile-open header .navbar-toggler .icon-bar {
  background: #28fdd1;
}
.mobile-open header .navbar-toggler .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 3% 10%;
}
.mobile-open header .navbar-toggler .icon-bar.middle-bar {
  opacity: 0;
}
.mobile-open header .navbar-toggler .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 3% 90%;
}
@media (max-width: 992px) {
  section {
    padding: 50px 0;
    text-align: center;
  }
  section figure {
    margin-top: 50px;
  }
  .hero:before {
    height: 98%;
  }
  .hero img {
    margin-top: 30px;
  }
  .hero .boxed {
    display: none;
  }
  .box {
    padding-bottom: 20px;
  }
  .box .boxed {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  header nav .navbar-brand img {
    max-width: 180px;
  }
}
