body {
  line-height:1.3;
	font-family: 'PT Serif', serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff url(images/bg-design.png) center top no-repeat;
}
@media only screen and (min-width: 600px) {
 body {
  font-size: 20px;
  }
}
h1, h2, h2, h3, h4, h5, h6 {
margin: 0.5em 0 1em 0;
}
h1 {
  color: #8cc63f;
  line-height: 1;
}
a {
color: #8cc63f;
text-decoration: none;
}

h1 {
font-size: 3em;
font-family: 'Dancing Script';
}
h2 {
font-size: 1.2em;
}

p {
margin: 0.5em 0;
}

.layout-container {
  display: grid;
  grid-template-columns:
    [full-start] minmax(1em, 1fr)
    [main-start] minmax(0, 50em) [main-end]
    minmax(1em, 1fr) [full-end];
  grid-column-gap: 10px;
}
.layout-container .admin-bar {
grid-column: full;
background-color: #eacd99;
padding: 15px 0;
}
.layout-container .splash {
grid-column: main;
}
@media only screen and (min-width: 600px) {
  .layout-container {
  display: grid;
  grid-template-columns:
    [full-start] minmax(2em, 1fr)
    [main-start] minmax(0, 50em) [main-end]
    minmax(2em, 1fr) [full-end];
  grid-column-gap: 10px;
  }
  .layout-container .admin-bar {
  display: grid;
  grid-template-columns:
    [full-start] minmax(1em, 1fr)
    [main-start] minmax(0, 50em) [main-end]
    minmax(1em, 1fr) [full-end];
  grid-column-gap: 10px;
  }
  .layout-container .admin-bar > * {
    grid-column: main;
  }
}

.footer-wrapper {
background-color: #58585a;
}

.region-footer {
border-top: 1px solid #d0cfc5;
padding: 0.5em 0 2em 0;
margin-top: 3em;
min-height: 250px;
}
@media only screen and (min-width: 600px) {
  .region-footer {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 10px;
  }
}
#block-footercredit {
font-size: 0.8em;
text-align: right;
}
.paragraphs-base-columns-3 {
    columns: 1;
}
@media screen and (min-width: 48em) {
  .paragraphs-base-columns-3 {
    columns: 3;
  }
}





/* horizontal menu */
/* nav styles */
.container nav {
  background: #136fd2;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: #888888;
}

nav a:hover {
  text-decoration: none;
  color: #8cc63f;
}

/* media query for grid layout */
.header-wrapper {
  padding: 2.5em 0;
  text-align: center;
}

@media only screen and (max-width: 799px) {
  header nav ul li {
  margin-bottom: 0.5em;
  font-size: 20px;
  }
  header nav a {
  color: #ffffff;
  }
  header nav a:hover {
  color: #000000;
  }
}
@media only screen and (min-width: 800px) {
  #nav {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  }
  /* nav styles */
  nav ul li {
  display: inline-block;
  padding: 0 20px;
  }
  /* hide toggle */
  .toggle {
    display: none;
  }
}

/* media query for nav styles */
@media only screen and (max-width: 799px) {
  #nav {
  transition: transform .3s ease-in-out;
  top: 0;
  bottom: 0;
  min-height: 100vh; /* override Safari bug */
  position: fixed; /* or choose `absolute` depending on desired behavior*/
  width: 95%;
  max-width: 300px;
  right: -340px;
  background: #8cc63f;
  z-index: 1000;
  text-align: right;
  padding: 0.5em 1em 8em 1em;
  }
  #nav:target {
  transform: translateX(-340px);
  }
  .open {
  position: absolute;
  top: 0;
  right: 1em;
  }
  .open div {
  width: 35px;
  height: 5px;
  background-color: #8cc63f;
  margin: 6px 0;
  }
  .close {
  text-align: right;
  display: block;
  text-decoration: none;
  font-size: 3em;
  position: relative;
  top: -15px;
  }
}

.slick-arrow::before {
    color: #8cc63f;
}
.slick-arrow:hover::before {
  color: #8cc63f;
}

.field--name-field-opening-text > p:first-of-type{
font-size: 1.2em;
margin-bottom: 1em;
}

@media only screen and (min-width: 800px) {
  .field--name-field-opening-text > p:first-of-type{
  max-width: 80%;
  }
}

.field--name-field-feature-boxes-x4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 3em;
}
.field--name-field-images-x4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
@media only screen and (min-width: 600px) {
  .field--name-field-feature-boxes-x4 {
    grid-template-columns: 1fr 1fr;
  }
  .field--name-field-images-x4 {
    grid-template-columns: 1fr 1fr;
  }
}
.field--name-field-feature-boxes-x4 .field--name-field-feature-text {
padding: 0.3em 0;
margin-top: auto;
}

.field--name-field-opening-text,
.field--name-field-more-content > .field__item > .paragraph {
margin: 0 0 3em 0;
}

.field--name-field-more-content > .field__item > .paragraph--type--sub-heading {
margin: 0;
}

.paragraph--type--feature-boxes-x4 .field__item .paragraph--type--feature-box {
display: flex;
flex-direction: column;
min-height: 100%;
}
.paragraph--type--feature-box {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.paragraph--type--feature-box a {
color: #000000;
}
.paragraph--type--feature-box a:hover {
color: #8cc63f;
}
.field--name-field-feature-boxes-x4 .field--name-field-feature-text {
background: url(images/flourish2.png) top right no-repeat;
min-height: 45px;
}
.paragraph--type--button {
text-align: center;
}

.paragraph--type--button a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
    padding: 0.3em 1em;
    background-color: #e1e1e1;
    color: #8cc63f;
    font-size: 1.5em;
    position: relative;
    border-radius: 30px;
}
.paragraph--type--button a:hover, .paragraph--type--button a:focus, .paragraph--type--button a:active {
  background-color: #8cc63f;
  color: #ffffff;
}


blockquote {
background: #f0f0f0;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
}

strong {
font-weight: 700;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* image copyright */
.image-copyright {
font-size: 0.75em;
grid-column: 1 / span 2;
}

/* paragraph opening content more text bullet points */
.field--name-field-opening-text li,
.field--name-field-text li {
margin-bottom: 1em;
background: url('images/bullet.png') no-repeat left 4px;
padding-left: 40px;
}

.view-front-rotator, .view-splash-images {
position: relative;
padding-bottom: 85px;
background: url(images/flourish.png) bottom right no-repeat;
}

/* admin local-tasks tabs */
.local-tasks ul li a.is-active {
color: #8cc63f;
}
.local-tasks ul li a:hover {
color: #8cc63f;
}
