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

/* stuff added by Eric */
/* limit width of all pages, make the background canvas black */
html {
  max-width: 1480px !important;
  margin: 0 auto;
  background-color: #000;
}
/* trialing stuff - might not work or be in effect */
.section-squeezer {
  margin: 0;
  padding: 0;
}
.flex-shrink-me {
  display: flex;
  flex-shrink: 0.7;
}
/* limit the main logo size */
.mainlogo {
  max-height: 300px;
}
/* front page slider stuff */
.g-slider-carousel > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  width: 100% !important;
}
.g-slider .g-slider-carousel-content {
  max-width: 520px;
}
.g-slider .g-slider-carousel-content h1 {
  font-size: 6vmin !important;
}
.g-heading h2 {
  font-size: 4vmin !important;
}
/*# sourceMappingURL=custom_12.css.map */