/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Allow overlap */
#g-slideshow {
  position: relative;
  overflow: visible;
}
/* Move row upward */
.overlap-row {
  margin-top: -100px;
  position: relative;
  z-index: 20;
}
/* Re-create boxed layout only for this row */
.overlap-row .g-grid {
  max-width: 1300px;
  /* controls width */
  margin: 0 auto;
  /* centers the 3 boxes */
}
/* Add spacing between columns */
.overlap-row .g-content {
  padding: 20px;
  /* creates space between boxes */
}
/* Card design */
.feature-box {
  background: #f5f5f5;
  padding: 50px 40px;
  border-radius: 4px;
  transition: all 0.3s ease;
  height: 80%;
}
.feature-icon {
  font-size: 35px;
  margin-bottom: 10px;
  color: #080847;
  /* adjust to your school color */
}
.feature-box:hover {
  transform: translateY(-8px);
}
/*# sourceMappingURL=custom_38.css.map */