@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.announcement {
  background: #B30838;
  color: #ffffff;
  font: normal 700 0.75em/1em "Roboto", sans-serif;
  padding: 13px 0;
  text-align: center; }
  .announcement a {
    color: #ffffff; }

header {
  background: #17223D;
  overflow: hidden;
  position: relative; }
  header .container {
    position: relative;
    z-index: 100; }
  header .logo {
    width: 125px; }
  header nav a {
    color: #ffffff;
    font: normal 700 0.85em/1em "Roboto", sans-serif;
    text-decoration: none; }
    header nav a:first-child {
      margin-right: 35px; }
  header .cloud-nav {
    background: #11192F;
    margin-left: 35px;
    padding: 25px 20px;
    position: relative; }
    header .cloud-nav .cloud-logo {
      width: 100px; }
    header .cloud-nav:before {
      background: #11192F;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1000%;
      height: 100%;
      z-index: 1;
      transform: translateX(100%); }

@media (max-width: 576px) {
  header nav a:first-child {
    margin-right: 10px; }

  .cloud-nav {
    margin-left: 10px !important; } }
.hero {
  background: #17223D;
  position: relative;
  width: 100%;
  height: 700px; }
  .hero .tagline {
    margin-bottom: 50px;
    max-width: 600px; }
  .hero h1 {
    color: #ffffff;
    font: normal 700 3.5em/1.2em "Roboto", sans-serif; }
  .hero .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .hero .hero-background {
    background-size: cover !important;
    background-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: opacity 1000ms ease; }
    .hero .hero-background:first-child {
      opacity: 1;
      z-index: 1; }
  .hero .container {
    height: 100%;
    position: relative;
    z-index: 200; }
    .hero .container .d-flex {
      height: 100%; }

section {
  padding: 75px 0; }
  section.light-blue {
    background: rgba(180, 200, 220, 0.5); }
  section p {
    font: normal 500 1em/2em "Roboto", sans-serif; }
  section .cloud-logo {
    max-width: 225px; }

.illustrations {
  padding-top: 20px;
  position: relative; }
  .illustrations:after {
    background: rgba(180, 200, 220, 0.5);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1; }

.illustration {
  text-align: center; }
  .illustration img {
    display: inline-block;
    margin-bottom: 25px;
    width: auto;
    height: 150px; }
  .illustration h6 {
    color: #4B7CDD;
    font: normal 500 1em/1.2em "Roboto", sans-serif;
    text-transform: uppercase; }

footer {
  background: #B30838;
  padding: 40px 0; }
  footer .top-info {
    margin-bottom: 25px; }
  footer .bottom-info {
    margin-top: 100px; }
  footer p {
    color: #ffffff;
    font: normal 400 0.85em/1.5em "Roboto", sans-serif;
    margin: 0; }
    footer p i {
      margin-right: 5px; }
    footer p a {
      color: #ffffff;
      text-decoration: none; }
      footer p a:hover {
        color: #ffffff; }
  footer .logo {
    max-width: 50px;
    width: 100%; }

p.rich-blue {
  color: #4B7CDD; }

h5 {
  line-height:2.25rem;
}

/*# sourceMappingURL=app.css.map */
