/* 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
 */

.vertical-center {
  display: flex;
  align-items: center;
  /* Vertically centers content */
  height: 100%;
  /* Ensures the block takes full parent height */
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.469rem 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  transition: 0.35s ease;
}
.bottom-aligned-text {
  display: flex;
  /* Set container to flex */
  flex-direction: column;
  /* Stack items vertically */
  justify-content: flex-end;
  /* Push content to the bottom */
  height: 100%;
  /* Ensure container has height */
  min-height: 120px;
  /* Optional: set a min-height */
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #D37FA0;
  padding: 0.2345rem 0;
}
/*# sourceMappingURL=custom_home_-_particles.css.map */