body {
  background: linear-gradient(0deg, #189eff, #8ac1468f);
}

nav {
  height: 100px;
}

#contact-bar {
  height: 40px;
}

#contact-bar a {
  height: 40px;
}

nav ul a,
nav .brand-logo {
  color: #444;
  height: 100%;
  display: flex;
  align-items: center;
}

nav .brand-logo img {
  height: 70%;
}

.navbar-fixed {
  z-index: 999;
}

#middle-banner {
  max-width: 100%;
}

.signature {
  display: flex;
  align-items: center;
}

.signature img {
  height: 80px;
}

.sidenav-trigger {
  color: #26a69a;
}

.card .card-image img {
  width: unset;
  margin: auto;
}

#beatone-banner {
  margin-top: 30px;
  width: 300px;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  nav {
    height: 65px;
  }

  .signature img {
    height: unset;
    max-width: 50%;
  }

  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

#letsconga-banner {
  filter: brightness(20) grayscale(1);
  margin: 15px -10px;
}

footer.page-footer {
  margin: 0;
}

footer.page-footer img {
  height: 50px;
  margin-right: 20px;
}

.card-reveal ul:not(.browser-default) {
  padding-left: 10px;
}

.card-reveal ul li {
  margin-left: 15px;
  list-style-type: disc !important;
}