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

/* .eb-event-thumb {max-width:50%; max-height:50%; } */
/* Images with text flowing on right */
/* .flowr {margin:0px, 10px, 10px, 0px !important; float:left; width:280px;} */
.flowr {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
  width: 280px;
}
/* custom fonts */
@font-face {
  font-family: "Bloody1";
  src: url('https://thegreenplace.completewasters.co.uk/templates/myfonts/BloodyScene.ttf') format("truetype");
}
@font-face {
  font-family: "Nightmare";
  src: url('https://thegreenplace.completewasters.co.uk/templates/myfonts/OctoberNightmare.ttf') format("truetype");
}
.nightmare {
  font-family: "Nightmare";
  font-size: 0.8rem;
  color: red;
}
.bloody {
  font-family: "Bloody1";
  font-size: 1.5rem;
  color: red;
}
/* change font size for sample-content */
.sample-description {
  font-size: 1rem !important;
}
/* change colour of links in articles */
#g-showcase a:hover {
  color: red;
}
#g-showcase a {
  color: black;
}
/* change font colour of event titles */
/* .eb-event-title {color:#167a0f} */
/* menu in header section centred */
#g-header .g-main-nav .g-toplevel {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  justify-content: center;
}
/*# sourceMappingURL=custom__body_only.css.map */