/*------------------------------------
Media Query For Other Devices
------------------------------------*/
@media (min-width: 768px) {
  .wrapperOfTopSocialIcons {
    padding: 0;
  }
  #banner .slider__item {
    height: 450px;
  }
  #banner .slider-item__text {
    font-size: 1.2rem;
  }
  #banner .slider__CollegeName {
    font-size: 3rem;
  }
  #nav .collegeName {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=mediaQuery.css.map */