body {
  font-family: "Acme", sans-serif;
}

h1 {
  font-family: "Amatica SC", sans-serif;
}

#header {
  background-color: #598234;
  color: #eeeeee;
  text-align: left;
}

#header #branding {
  position: relative;
  background-color: #598234;
  background-image: linear-gradient(0deg, rgba(89, 130, 52, 0.9), rgba(89, 130, 52, 0.9)), url("../../../../uploads/Leaf-Pattern.jpg");
}

#header #logo {
  display: none;
}

body.home #header {
  background-image: linear-gradient(0deg, rgba(104, 130, 158, 0.65), rgba(104, 130, 158, 0.65)), url("../../../../uploads/kids-dirt.jpg");
  background-size: cover;
  background-position: center;
  min-height: 410px;
  height: 600px;
  height: 90vh;
}

@media screen and (min-width: 720px) {
  body.home #header {
    padding: 0rem 0 14.2rem;
  }
}

@media screen and (min-width: 1024px) {
  body.home #header {
    min-height: 800px;
    padding: 0rem 0 14.2rem;
  }
}

body.home #header #logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 3.55rem 3.55rem;
  padding: 5%;
}

body.home #header #logo a {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

body.home #header #logo a img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 400px) {
  body.home #header #logo {
    padding: 3.55rem;
    margin-bottom: 2rem;
  }
  body.home #header #logo a {
    width: 80%;
    max-width: 700px;
  }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  body.home #header #logo {
    max-width: 100%;
    padding-top: 0.71rem;
  }
  body.home #header #logo a {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}

#social-links {
  display: block;
  text-align: right;
  margin: 0 1rem;
  position: relative;
  margin-left: 1rem;
  padding-bottom: 0.71rem;
}

#social-links span {
  margin: 0.5rem;
}

#social-links a {
  background-color: #598234;
  background-color: #3b5998;
  display: inline-block;
  width: 4vw;
  max-width: 2.25rem;
  min-width: 2rem;
  border-radius: 15%;
  border: 3px solid #3b5998;
  border: 2px solid #aebd38;
}

#social-links img {
  max-width: 100%;
}

#site-title {
  font-family: "Amatica SC", sans-serif;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.71rem 0 1.42rem;
}

body.home #site-title {
  display: inline-block;
}

@media screen and (min-width: 720px) {
  #site-title {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  body.home #site-title {
    text-align: center;
    font-size: 1rem;
  }
  body.home #site-title h1 {
    font-size: 2rem;
  }
}

#site-title a {
  color: #eeeeee;
}

#site-description {
  font-size: 1.6rem;
  padding: 0.71rem;
  margin-left: 4rem;
  display: none;
}

#menuLogo {
  text-align: left;
  position: absolute;
  width: 12%;
  max-width: 7rem;
  display: block;
  padding: 0.355rem 0.355rem 0;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  #menuLogo {
    display: none;
  }
}

body.home #menuLogo {
  display: none;
}

#menuLogo a {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

#menuLogo a img {
  max-width: 100%;
}

#menu {
  width: 100%;
}

@media screen and (min-width: 720px) {
  #menu {
    width: 100%;
    float: none;
  }
}

#menu ul {
  display: block;
  text-align: center;
  padding: 0.355rem 0;
}

body.home #menu ul {
  text-align: center;
}

@media screen and (min-width: 720px) {
  #menu ul {
    display: block;
  }
}

#menu ul li {
  display: inline-block;
  width: auto;
  padding: 0.71rem 1.42rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 720px) {
  #menu ul li {
    padding: 0.355rem;
    font-size: 1rem;
  }
}

#menu ul li a {
  color: #eeeeee;
}

#menu ul li a:hover {
  color: #444444;
}

#menu ul li li {
  font-size: 0;
  height: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
}

#menu ul li li:hover {
  padding: 0.71rem;
  font-size: 1rem;
}

#menu ul li.current-menu-item {
  outline: 2px dashed #598234;
  outline-offset: -.25rem;
  background-color: rgba(200, 212, 110, 0.7);
}

@media screen and (max-width: 720px) {
  #menu ul li.current-menu-item {
    outline: 1px dashed #598234;
    outline-offset: -.25rem;
  }
}

#menu ul li.current-menu-item a {
  color: #405e25;
}

#wrapper {
  background-color: #598234;
  background-image: linear-gradient(0deg, rgba(89, 130, 52, 0.9) 100%, transparent), url("../../../../uploads/Leaf-Pattern.jpg");
}

#footer {
  background-color: #598234;
  background-image: linear-gradient(0deg, rgba(89, 130, 52, 0.9), rgba(89, 130, 52, 0.9)), url("../../../../uploads/Leaf-Pattern.jpg");
}

#content {
  background-color: #eeeeee;
  min-height: 200px;
  padding: 2.13rem;
}

strong {
  font-weight: 900;
  letter-spacing: 0px;
}

article header h1,
#container h1 .entry-title,
#newsFeed h2,
.entry-title {
  background-image: url("../../../../uploads/Arrow-black.png");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  margin: 0 auto 0.75rem;
  padding: 0 0.355rem 1.065rem;
  display: inline-block;
}

article header.header {
  text-align: center;
}

.entry-header a,
.entry-title a, h1.entry-title a,
.entry-meta a,
.entry-content a {
  color: #444444;
}

.entry-header img,
.entry-title img, h1.entry-title img,
.entry-meta img,
.entry-content img {
  display: block;
  margin: 1rem;
  margin-left: 0;
}

.entry-content {
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  font-size: 1.25em;
  line-height: 2em;
  padding: 0.71rem;
  margin-bottom: 2rem;
}

body.single #content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

body.single header {
  text-align: center;
}

#home-content {
  font-size: 14px;
  background-color: #daeacb;
}

#home-content p {
  font-size: 1.5em;
  line-height: 1.55em;
  margin: 1rem;
}

#home-content ul {
  padding: 0.71rem;
}

#home-content li {
  list-style-position: inside;
  padding-bottom: 0.355rem;
}

#home-content article:after {
  content: "";
  width: 90%;
  display: block;
  border-top: 0;
  box-sizing: border-box;
}

#home-content .home-page-content {
  display: flex;
  background-image: linear-gradient(0deg, rgba(238, 238, 238, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: 60%;
  background-position: top;
  width: 100%;
  vertical-align: top;
  color: #444444;
}

@media screen and (max-width: 720px) {
  #home-content .home-page-content {
    display: inline-block;
  }
}

#home-content .home-page-content h1 {
  font-size: 3em;
  padding-bottom: 0.71rem;
  margin: 1rem;
  text-align: center;
}

#home-content .home-page-content .content {
  width: 100%;
  padding: 0 6%;
  display: inline-block;
}

@media screen and (max-width: 720px) {
  #home-content .home-page-content .content {
    width: 100%;
  }
}

#home-content .home-page-content .content li {
  font-size: 1.3em;
  line-height: 1.3em;
  list-style-position: inside;
  list-style-type: disc;
  list-style: none;
  padding-left: 1.5em;
  margin-left: .5em;
  background-image: url("../../../../uploads/heart-black.png");
  background-size: .8em;
  background-repeat: no-repeat;
  background-position: left 5px;
}

#home-content .home-page-content .content aside {
  display: inline-block;
  background-color: #598234;
  background-image: linear-gradient(0deg, rgba(89, 130, 52, 0.9), rgba(89, 130, 52, 0.9)), url("../../../../uploads/Leaf-Pattern.jpg");
  color: #e4e9ee;
  letter-spacing: 4px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: #aebd38;
  font-size: 1.2rem;
  line-height: 2.25rem;
  border-radius: 12rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
}

@media screen and (max-width: 720px) {
  #home-content .home-page-content .content aside {
    padding: 0;
  }
}

#home-content .home-page-content .content aside ul {
  display: inline-block;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

#home-content .home-page-content .content aside ul li {
  width: auto;
  padding: 0;
  text-align: center;
  display: inline-block;
  background-size: 0;
}

#home-content .pageContent {
  padding-top: 0.71rem;
  padding-bottom: 0.71rem;
  background-color: #f4f9ef;
}

#home-content #newsFeed {
  order: 3;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(238, 238, 238, 0.7);
  float: right;
  width: 30%;
  padding: 0.71rem;
  margin: 1rem;
  margin-left: 0;
  border-radius: .75em;
  text-align: center;
  border: 1px dotted #505160;
}

@media screen and (max-width: 720px) {
  #home-content #newsFeed {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

#home-content #newsFeed a {
  color: #598234;
  color: #68829e;
  display: inline-block;
}

#home-content #newsFeed h2 {
  font-family: "Amatica SC", sans-serif;
  font-size: 3em;
  padding-bottom: 0.5325rem;
  text-align: center;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#home-content #newsFeed h2 a {
  border-bottom: 0px dotted transparent;
  color: #444444;
}

#home-content #newsFeed .newsItem {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.71rem;
  margin-bottom: 0.7rem;
  text-align: left;
  border-bottom: 1px dotted #505160;
}

#home-content #newsFeed .newsItem h4 {
  font-size: 1.5em;
  padding-bottom: 0.1775rem;
}

#home-content #newsFeed .newsItem p {
  font-size: 1.25em;
  line-height: 1.4em;
  margin: 0.25rem;
}

#home-content #newsFeed .newsItem img {
  display: block;
  float: right;
  max-width: 50%;
  height: auto;
}

#home-content #newsFeed .newsItem:last-of-type {
  border: 0;
}

section.homeItemSection {
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 720px) {
  section.homeItemSection > a {
    width: 50%;
    display: inline-block;
  }
}

@media screen and (min-width: 720px) {
  section.homeItemSection > a {
    width: 25%;
  }
}

section.homeItemSection > *:nth-child(1n) {
  color: #444444;
}

section.homeItemSection > *:nth-child(2n) {
  border-left: 1px dotted #444444;
  border-right: 1px dotted #444444;
  background-color: #405e25;
  float: right;
}

@media screen and (max-width: 720px) {
  section.homeItemSection > *:nth-child(2n) {
    border: 0;
  }
}

section.homeItemSection > *:nth-child(2n) h2 {
  color: #a6cd82;
}

section.homeItemSection > *:nth-child(3n) {
  background-color: #e1e8b0;
  color: #444444;
}

section.homeItemSection > *:nth-child(4n) {
  background-color: #abd089;
  color: #444444;
}

section.homeItemSection > *:nth-child(4n) h2 {
  color: #444444;
}

section.homeItemSection > *:hover {
  background-color: rgba(89, 130, 52, 0.7);
}

.homeItem {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  padding: 1.5975rem;
  padding-bottom: 1.065rem;
}

.homeLink .homeItem {
  width: 100%;
}

.homeItem h2 {
  text-align: center;
}

.homeItem:nth-of-type(10n) {
  background-color: #d0da81;
  color: #444444;
}

.homeItem:nth-of-type(20n) {
  background-color: #405e25;
  color: #eeeeee;
  outline: 2px #68829e dashed;
}

.homeItem:nth-of-type(20n) h2 {
  color: #a6cd82;
}

.homeItem:nth-of-type(30n) {
  background-color: #e1e8b0;
  color: #444444;
}

.homeItem:nth-of-type(40n) {
  background-color: #77ae45;
  color: #444444;
}

.homeItem:nth-of-type(40n) h2 {
  color: #444444;
}

@media screen and (min-width: 720px) {
  .homeItem {
    display: inline-block;
    width: 30%;
    margin: 0;
    text-align: left;
    height: auto;
  }
}

.homeItem h2 {
  font-family: "Amatica SC", sans-serif;
  font-size: 2em;
  padding-bottom: 0.71rem;
}

.homeItemContent {
  padding: 0.355rem;
}

.homeItemContent p {
  font-size: 1em;
  line-height: 1.1em;
}

@media screen and (min-width: 400px) {
  .homeItemContent p {
    font-size: 1.25em;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 720px) {
  .homeItemContent p {
    font-size: 1.5em;
    line-height: 1.3em;
  }
}

.homeItemContent ul {
  text-align: left;
}

.homeItemContent li {
  list-style: disc;
}

.homeItemContent img {
  max-width: 66%;
  margin: 0 auto;
  display: block;
  padding-bottom: 0.71rem;
}

#staff-content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

#staff-content:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

#staff-content article {
  padding: 2.13rem;
}

@media screen and (max-width: 720px) {
  #staff-content article {
    padding: 1.42rem;
  }
}

@media screen and (min-width: 1024px) {
  body.bodyAbout #staff-content {
    float: left;
  }
}

.staff-page-content {
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  padding: 1.42rem;
  font-size: 1.25em;
  line-height: 2em;
  margin-bottom: 2rem;
}

.staff-page-content:after {
  content: "";
  display: block;
  clear: both;
}

.staff-page-content p {
  font-size: 1.3rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.staff-page-content h3 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #598234;
}

.staff-page-content h3 + p {
  padding-left: 0.71rem;
  line-height: 1.5rem;
}

.profileSection {
  display: inline-block;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
}

.profile {
  width: 100%;
  float: left;
  min-height: 20rem;
  overflow: hidden;
  background-color: #68829e;
  background-color: #eeeeee;
  background-color: #eeeeee;
  margin-top: 1rem;
  margin-bottom: 1.75rem;
  padding: 0.71rem;
}

@media screen and (min-width: 420px) {
  .profile {
    width: 41%;
    margin: 0 1rem 1rem;
  }
}

@media screen and (min-width: 720px) {
  .profile {
    width: 28%;
    margin: 0 1rem 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .profile {
    width: 29%;
    margin-bottom: 1rem;
  }
}

.profile:nth-child(1n) {
  outline: 2px dashed #444444;
  outline-offset: -0.852rem;
  background-color: #c8d46e;
  color: #444444;
}

.profile:nth-child(1n) img {
  border-color: #c8d46e;
}

.profile:nth-child(2n) {
  background-color: #a6b5c6;
}

.profile:nth-child(2n) img {
  border-color: #a6b5c6;
}

.profile:nth-child(3n) {
  border-color: #a6cd82;
  background-color: #8cbe5e;
}

.profile:nth-child(3n) img {
  border-color: #c5cfda;
}

.profile:nth-child(4n) {
  background-color: #edf1d0;
}

.profile:nth-child(4n) img {
  border-color: #edf1d0;
}

.profile:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.profileNamePic {
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: rgba(238, 238, 238, 0.5);
}

.profileNamePic:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px dashed #444444;
}

.profileNamePic img {
  width: 90%;
  display: block;
  margin: 0.5rem auto;
  border-radius: 50%;
  border: 0.5rem solid #598234;
}

.profileNamePic div {
  width: 100%;
  flex-flow: row wrap;
  align-content: space-between;
  align-items: center;
}

.profileNamePic h2 {
  display: inline-block;
  font-family: "Amatica SC", sans-serif;
  font-size: 2.5rem;
  padding: 0.71rem;
  padding-bottom: 0.71rem;
  margin-bottom: 1rem;
  width: 100%;
}

.profileNamePic h4 {
  font-size: 1.1em;
  color: #848484;
  color: #505160;
  width: 100%;
  padding-bottom: 0.71rem;
  margin-bottom: 1rem;
}

.profileNamePic h2,
.profileNamePic h4 {
  display: inline-block;
  padding-bottom: 0;
}

.profileDescription {
  font-size: 1.25em;
  line-height: 1.4em;
  width: 100%;
  display: inline-block;
  padding: 1.42rem;
  vertical-align: top;
  float: left;
  overflow: visible;
}

.profileDescription p {
  display: inline;
}

#childcare-content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

#childcare-content:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

#childcare-content article {
  padding: 2.13rem;
}

@media screen and (max-width: 720px) {
  #childcare-content article {
    padding: 1.42rem;
  }
}

.childcare-page-content {
  color: #444444;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 1.42rem 1.42rem;
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  padding: 1.42rem;
  margin-top: 1rem;
}

@media screen and (max-width: 720px) {
  .childcare-page-content {
    padding: 1.42rem 1.42rem;
  }
}

.childcare-page-content p {
  margin-bottom: 1rem;
}

.faqSection {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: space-between;
  padding: 0 1.42rem;
}

.question {
  background-color: #eeeeee;
  width: 45%;
  display: inline-block;
  margin: 1rem;
  padding: 0.71rem;
  outline: 2px dashed #68829e;
  outline-offset: -0.852rem;
  padding: 1.42rem;
}

.question .questionText {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.question h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1rem;
  padding-bottom: 0.1775rem;
  border-bottom: 1px dotted #505160;
  text-align: center;
}

.question p {
  font-size: 1.2rem;
  padding-bottom: 0.71rem;
  line-height: 120%;
}

.question li {
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  background-image: url("../../../../uploads/heart-black.png");
  background-size: .6em;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 1.42rem;
  line-height: 1.1rem;
}

@media screen and (max-width: 720px) {
  .question {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .question {
    border: 2px;
    border-bottom: 1px solid #444444;
  }
}

.question:nth-child(1n) {
  border-color: #68829e;
  background-color: #daeacb;
  color: #444444;
}

.question:nth-child(2n) {
  border-color: #a6cd82;
  background-color: #e4e9ee;
}

.question:nth-child(3n) {
  background-color: #c5cfda;
}

.question:nth-child(4n) {
  background-color: #edf1d0;
}

.question:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

#about-content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

#about-content article {
  padding: 2.13rem;
}

@media screen and (max-width: 720px) {
  #about-content article {
    padding: 1.42rem;
  }
}

.about-page-content {
  color: #444444;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 0.71rem;
  margin-bottom: 2rem;
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  padding: 1.42rem;
  flex-flow: row wrap;
}

.about-page-content img {
  border-radius: 50%;
  float: right;
  border: 0.5vw solid #eeeeee;
}

.about-page-content p {
  width: 100%;
  margin-right: 1rem;
}

.about-page-content p:last-of-type {
  margin-bottom: 2rem;
}

.about-page-content aside:last-of-type {
  display: inline-block;
  float: left;
  position: relative;
  width: 30%;
  max-width: 500px;
  min-width: 200px;
  height: auto;
  margin: 1rem;
  margin-top: 1rem;
  border: 0.5vw solid #eeeeee;
  transform: rotateZ(-5deg);
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: -5px 5px 8px 2px #c4c4c4;
  position: relative;
  margin: 2rem;
  margin-left: 1rem;
  background-color: #eeeeee;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .about-page-content aside:last-of-type {
    margin-left: 0;
  }
}

.about-page-content aside:last-of-type img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media screen and (max-width: 400px) {
  .about-page-content aside:last-of-type {
    display: block;
    width: 100%;
    top: 0;
    margin-bottom: 1rem;
    transform: rotate(0deg);
    margin-right: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.about-page-content:after {
  content: "";
  display: block;
  clear: both;
}

#news-content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

#news-content:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

#news-content article {
  padding: 2.13rem;
}

@media screen and (max-width: 720px) {
  #news-content article {
    padding: 1.42rem;
  }
}

@media screen and (min-width: 1024px) {
  body.bodyAbout #news-content {
    float: left;
  }
}

.news-page-content {
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  font-size: 1.25em;
  line-height: 2em;
  padding: 0.71rem;
  margin-bottom: 2rem;
}

.news-page-content .newsItem {
  border-bottom: 1px dotted #444444;
}

.news-page-content .newsItem:last-of-type {
  border-bottom: 1px dotted transparent;
}

.news-page-content .newsItem a {
  color: #68829e;
}

.news-page-content .newsItem a:visited {
  color: #68829e;
}

.news-page-content .newsItem a:hover {
  color: #505160;
}

.news-page-content:after {
  content: "";
  display: block;
  clear: both;
}

.news-page-content p {
  font-size: 1.3rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.news-page-content h3 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #598234;
}

.news-page-content h3 + p {
  padding-left: 0.71rem;
  line-height: 1.5rem;
}

.news-page-content .entry-title {
  padding-bottom: 0.355rem;
  font-size: 1.5rem;
  padding-left: 0;
  background-image: none;
  margin-bottom: 0;
}

#contact-content {
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(206, 215, 224, 0.85) 100%, transparent 100%), url("../../../../uploads/clouds-bg.png");
  background-size: contain;
}

#contact-content article {
  padding: 2.13rem;
}

@media screen and (max-width: 720px) {
  #contact-content article {
    padding: 1.42rem;
  }
}

.contact-page-content {
  color: #444444;
  font-size: 1.25em;
  line-height: 1.4em;
  background-color: rgba(238, 238, 238, 0.7);
  color: #444444;
  border-radius: 1rem;
  padding: 1.42rem;
  margin-bottom: 2rem;
  flex-flow: row wrap;
}

.contact-page-content img {
  border-radius: 50%;
  float: right;
  border: 0.5vw solid #eeeeee;
}

.contact-page-content a {
  color: #68829e;
}

.contact-page-content a:hover {
  color: #505160;
}

.contact-page-content a:visited {
  color: #68829e;
}

.contact-page-content p {
  width: 100%;
  margin-right: 1rem;
}

.contact-page-content p:last-of-type {
  margin-bottom: 2rem;
}

.contact-page-content iframe {
  max-width: 100%;
  border: 2px solid #68829e !important;
  background-color: rgba(104, 130, 158, 0.5);
}

.contact-page-content:after {
  content: "";
  display: block;
  clear: both;
}

#footer {
  background-color: #68829e;
  color: #eeeeee;
  width: 100%;
  padding: 1.42rem;
  text-align: center;
}

#footer span {
  padding: 0.355rem 0.71rem 0;
}

@media screen and (max-width: 400px) {
  #footer span {
    display: block;
  }
}

body {
  background-color: #eeeeee;
  width: 100%;
}

#wrapper {
  background-color: #aebd38;
}

#container {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #505160;
}

* {
  transition: .3s all;
}

a {
  text-decoration: none;
  color: #68829e;
  color: inherit;
}

a:hover {
  color: #68829e;
}

a:visited {
  color: #68829e;
}

#container h1 {
  font-size: 2rem;
}

#debug {
  background-color: rgba(100, 100, 100, 0.8);
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: none;
}

#colorPalette {
  display: none;
  bottom: 4rem;
  left: 1rem;
  padding: 0.71rem;
  padding-bottom: 0;
}

#colorPalette div {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

#colorPalette div:nth-of-type(1) {
  background-color: #505160;
}

#colorPalette div:nth-of-type(2) {
  background-color: #68829e;
}

#colorPalette div:nth-of-type(3) {
  background-color: #aebd38;
}

#colorPalette div:nth-of-type(4) {
  background-color: #598234;
}

#colorPalette div:nth-of-type(5) {
  background-color: #eeeeee;
}

#colorScheme {
  bottom: 1rem;
  left: 1rem;
  padding: 0.71rem;
  font-size: 1rem;
}

#colorScheme div {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: #eeeeee;
  color: #444444;
  text-align: center;
  line-height: 2rem;
}
