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

/* add cuneiform font */
@font-face {
  font-family: "Noto Sans Cuneiform", sans-serif;
  src: url('../fonts/NotoSansCuneiform-Regular.ttf?6a062f8f') format("ttf");
  font-weight: normal;
  font-style: normal;
}
.cune {
  font-family: "Noto Sans Cuneiform";
  font-weight: 400;
  font-style: normal;
  font-size: 40pt;
}
/* add carolus font */
@font-face {
  font-family: "carolus_fgregular";
  src: url('../fonts/carolus-webfont.woff2?6a05cc6d') format("woff2"), url('../fonts/carolus-webfont.woff?6a05cc73') format("woff");
  font-weight: normal;
  font-style: normal;
}
.carolus {
  font-family: "carolus_fgregular";
  font-size: 60pt;
}
.carolus-body {
  font-family: "carolus_fgregular";
  font-size: 30pt;
}
/* Change Active Menu Item Background Color */
.g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background-color: #0d1128;
  /* color: #ffffff;  Optional: change text color for contrast */
}
/* dark lapis colour for background to blend with picture */
#g-main {
  background-color: #0d1128 !important;
}
/* control menu */
.mymenu {
  font-size: 40px;
}
/* reduce gap between picture and menu */
#g-showcase {
  padding: 0 0;
}
/* change header colour */
h1, h2, h3, h4, h5, h6, strong {
  color: #ccb173;
}
/*# sourceMappingURL=custom_14.css.map */