@import url(https://fonts.googleapis.com/css?family=Nunito:400,500,600,700,800,900);@font-face {
  font-family: 'Nasalization';
  src: url(/fonts/nasalization-rg.ttf?82987827f2526914f03f1488ebda55a2);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Nunito', sans-serif;
}
.bg-black {
  background: #121212;
}
.bg-blue {
  background: #425072;
}
.bg-blue-light {
  background: #D0DDFF;
}
.bg-white {
  background: #FEFEFE;
}
.color-blue {
  color: #425072;
}
.color-white {
  color: #FEFEFE;
}
.bg-cover-center {
  background-size: cover;
  background-position: center center;
}
.bg-cover-center-bottom {
  background-size: cover;
  background-position: center bottom;
}
.text-bold {
  font-weight: bold;
}
.navbar-compat {
  background: #121212;
  padding: 0 16px;
}
.navbar-compat .nav-item > .nav-link {
  color: #FEFEFE;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 6px;
}
.navbar-compat .nav-item > .nav-link > img {
  margin-top: -2px;
}
.navbar-compat .nav-item:first-child {
  padding-right: 16px;
  padding-top: 6px;
}
.navbar-compat .nav-item:first-child .nav-link {
  background: #3E5170;
  border-radius: 8px;
  padding: 0 8px;
}
.navbar-compat .nav-item:first-child .nav-link > img {
  margin-top: -4px;
}
.navbar-light .nav-item > .nav-link {
  color: #121212;
  font-family: "Nasalization", sans-serif;
}
.btn-primary,
.btn-primary:hover {
  background: #3E5170;
  border-color: #3E5170;
  border-radius: 16px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 16px;
}
#contact-form .form-control,
#contact-form .form-control:hover,
#contact-form .form-control:focus {
  background: transparent;
  border: 3px solid #FEFEFE;
  border-radius: 0;
  color: #FEFEFE;
}
#contact-form .form-control::-webkit-input-placeholder {
  color: #FEFEFE;
  font-weight: 500;
  font-style: italic;
}
#contact-form .form-control::-ms-input-placeholder {
  color: #FEFEFE;
  font-weight: 500;
  font-style: italic;
}
#contact-form .form-control::placeholder {
  color: #FEFEFE;
  font-weight: 500;
  font-style: italic;
}
.dash-sm {
  border-radius: 2px;
  height: 4px;
  margin: auto;
  width: 100px;
}
.footer {
  background: #425072;
  position: relative;
}
.footer a {
  color: #AEACB1;
}
.footer .footer-rocket {
  height: 85%;
  bottom: 0;
  right: 24px;
  position: absolute;
}
.grecaptcha-badge {
  float: left;
}
.popover {
  width: 450px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 5px 2px rgba(9, 156, 181, 0.63);
          box-shadow: 0 0 5px 2px rgba(9, 156, 181, 0.63);
}
