#events .items {
  display: block;
  padding: 1rem;
}

/* Align icon to left */
#events .items .item {
  display: flex;
  text-align: left;
}

/* Position icon */
#events .items .item i {
  margin-right: 1.3rem;
  align-self: center;
  margin-bottom: 0;
}

/* Smartphones */
@media(max-width: 500px) {
  #navbar {
    flex-direction: column;
    align-items: center;
  }

  #navbar .logo {
    margin-bottom: 0.5rem;
    text-align: center;
  }

  #navbar ul {
    padding: 0.5rem;
  }

  #showcase .showcase-content {
    top: 110px;
  }

  #about {
    display: block;
  }

  #about .about-img {
    display: none;
  }

  .gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.2s ease;
  }

  .img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
  }
  
  #social  {
    text-align: center;
    padding: 10px;
  }

  .fa-facebook {
    color: #3b5998;
  }
  
  .fa-twitter {
    color: #55acee;
  }
  
  .fa-instagram {
    color: #fd5949 ;
  }
  #social i:hover {
    color: #ffffff;
    cursor: pointer;
  }
  
}

@media(max-height: 568px) {
  #showcase .showcase-content {
    margin-top: -2rem;
    top: 140px;
  }

  .l-heading {
    font-size: 3rem;
  }

  .lead {
    font-size: 1rem;
  }
}