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

/* #56c0ac 86,192,172 green, #e62782 230,39,130 red, #f78f1e 247,143,30 orange */
@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great");
@import url("https://fonts.googleapis.com/css?family=Courgette|Open+Sans:400,400i");
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
.h2, h2 {
  color: #56c0ac;
  font-size: 12pt;
}
.rag-red {
  color: #e62782;
}
.rag-orange {
  color: #f78f1e;
}
.rag-green {
  color: #56c0ac;
}
p {
  font-family: Courgette, "Merriweather Sans", cursive;
}
li.maximenuck.item158.level1 {
  color: red !important;
}
.body .container {
  background-color: #fff;
  font-family: Courgette, "Merriweather Sans", cursive;
  /*  font-family: "Comic Sans MS", sans-serif; */
  font-size: 12pt;
  line-height: 1.4;
  color: black;
}
.rag-head {
  font-family: "Fredericka the Great", Corsiva, "San Serif";
  font-size: 16pt;
  color: #e62782;
}
.rag-body {
  font-family: Courgette, "Merriweather Sans", cursive !important;
  font-size: 12pt;
  color: black;
}
/* Remove cassiopeia background for header */
.container-header {
  background-color: white;
  background-image: none;
}
/* EB MARGIN FOR ARTICLE PHOTO */
.photo {
  height: auto;
  width: auto;
  max-width: 300px;
  /*   max-height: 300px;  */
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}
/* Horizontal lines are orange */
hr {
  border-top: 8px solid #F78F1E;
  border-bottom: 8px solid #fff;
}
/* CODE FOR RESPONSIVE VIDEO */
.video-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=custom_15.css.map */