.home .jumbotron {
  text-shadow: none;
}

footer .about {
  display: flex;
  padding-right: 90px;
  margin-left: -1vw;
}

footer .about .about-logo {
  margin: 10px 10px 0 0;
}

footer .about .about-logo img {
  width: 135px;
  height: auto;
}

.about {
  width: 100%;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

@media screen and (min-width: 992px) {
  .navbar .container {
    width: calc(100% - 20px);
  }

  .atene-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.home #datasets {
  padding: 0;
}

.showcase-image {
  position: relative;
  text-align: center;
  margin-top: -10px;
}
.showcase-image img {
  width: 100%;
  height: 100%;
}
.showcase-image .showcase-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.527);
  width: 100%;
}

/*# sourceMappingURL=gishub.css.map */
