body, html {
    background-color: #E4FAEE;
}
#hero, #header, .navbar-mobile ul {
    background: #060;
}
#hero {
    padding-top: 0!important;
    background: url("../img/background-abstract.webp") top center no-repeat;
    background-size: cover;
    background-color: #060;
    background-attachment: fixed;
}
#hero:before {
  content: "";
  background: rgb(0 102 0 / 90%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #hero {
      height: 100vh;
  }
}

.subtitle, h1, h2, h3, .navbar a {
  font-family: "Aladin", system-ui;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
    color: #B8FFE1;
    font-size: 20px;
}
#hero .container {
    z-index: 3;
}

.imageshome img {
    position: absolute;
    z-index: 2;
}
#barryface {
    left: 0;
    bottom: 0;
}

#mic {
    right: 0;
    bottom: 33%;
}

.homepage h1 {
    font-size: 50px;
    color: #113A2D;
}
section#about {
    background-color: white;
} 
#about h2 {
    text-align: center;
}
#about h2, #about .card-text {
    min-height: 120px;
}
/* responsive */
@media (max-width: 992px) {
    .imageshome img {
      max-width: 44%;
    }
    #mic {
        right: 0;
        bottom: 58%;
    }
    #barryface {
        left: 33%;
    }
  }

  .mobile-nav-toggle {
    color: white;
    font-size: 45px;
  }

  .navbar a {
    font-size: 30px;
    color: white!important;
  }
  
.navbar a:focus {
   font-family: "Aladin", system-ui!important;
   font-size: 25px; 
}

  #hero .btn-get-started {
    background: #7D56FC;
    border-color: #8768ec;
  }

  .breadcrumbs {
    margin-top: 105px;
  }

  #footer .footer-top .footer-links ul a {
    font-family: "Aladin", system-ui;
    font-size: 25px;
  }
  .pagenavigation a:first-child {
    margin-right: 15px;
  }