html {
  font-size: 20px; }

body {
  background-color: #FFF;
  padding: 5%;
  font-family: "Work Sans", sans-serif; }

h6 {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-size: 0.5rem; }

p {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  text-align: center; }

a {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  color: #5c9830;
  text-decoration: none; }
  a:hover {
    color: rgba(92, 152, 48, 0.3); }

img {
  max-width: 100%;
  height: auto;
  display: center;
  text-align: center; }

.header {
  color: #006;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  letter-spacing: -0.3rem;
  line-height: 2.75rem;
  height: 300px; }
  .header img {
    max-height: calc(100%); }

.tab {
  padding: 1rem;
  font-weight: 100;
  color: #5c9830;
  border: 1px solid #5c9830;
  border-radius: 25px;
  transition: all 0.5s ease; }
  .tab:hover {
    color: white;
    background: #5c9830;
    transition: all 0.5s ease; }

.menu {
  margin-top: 5%;
  text-align: center; }

.opt-container {
  text-align: center;
  margin-left: 20%;
  margin-right: 20%; }

.opt-contain {
  float: left;
  padding: 0.5rem;
  padding-bottom: 2rem; }

.tab-select {
  padding: 1rem;
  font-weight: 100;
  color: white;
  background: #5c9830;
  border: 1px solid #5c9830;
  border-radius: 25px;
  transition: all 0.5s ease; }

.foot-contain {
  padding-top: 2rem; }

.foot {
  font-weight: 100;
  color: #5c9830;
  font-size: 0.5rem; }
  .foot a {
    font-size: 0.5rem; }

.backgroundcontent-photo {
  background-color: #5c9830;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 25px;
  overflow: hidden;
  color: white;
  text-align: center;
  font-size: 2rem;
  margin: 0% 5%;
  background-image: url("./img/home.JPG"); }

.bkgd-kids {
  background-image: url("./img/kids/building.JPG"); }

.bkgd-home {
  background-image: url("./img/home/20_store.JPG"); }

.title-container {
  clear: both;
  margin: 5% 25% 0% 25%; }

.title {
  padding: 15px;
  background: rgba(92, 152, 48, 0.3);
  color: #5c9830;
  border-radius: 25px;
  width: calc(100% - 30px);
  display: center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-family: "Work Sans", sans-serif; }
  .title h1 {
    font-size: 1.25rem; }
  .title h4 {
    font-size: 0.75rem;
    padding: 0 20%;
    font-weight: lighter; }
  .title spacer {
    padding: 0.25rem; }

.home {
  margin: 0% 5%;
  padding: 15px 0px; }

.home-img {
  width: calc(50%);
  height: 20rem;
  /*10 rem*/
  float: left;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  background-color: rgba(92, 152, 48, 0.3); }
  .home-img:hover {
    background-color: #5c9830; }
  .home-img img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    max-height: calc(100% - 15px);
    max-width: calc(100% - 15px);
    overflow: hidden; }

.peasoupheader a {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-size: 0.5rem;
  color: #5c9830; }

.info-container, .img-container {
  margin-left: 15%;
  margin-right: 15%; }

.img-container {
  height: 20rem;
  width: auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 15px; }
  .img-container img {
    padding: 5px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden; }

.info {
  margin: 1% 1% 0 0;
  padding: 15px;
  background: WhiteSmoke; }
  .info h2, .info h3 {
    margin: 0px;
    text-align: left;
    padding: 0px; }

.textcard {
  width: calc(50% - 1% - 30px);
  margin: 1% 1% 0 0;
  padding: 15px;
  background: WhiteSmoke;
  float: left; }
  .textcard h2, .textcard h3 {
    margin: 0px;
    text-align: left;
    padding: 0px; }

.photocard {
  width: calc(50% - 1% - 30px);
  height: 10rem;
  /*10 rem*/
  margin: 1% 1% 0 0;
  padding: 15px;
  background: WhiteSmoke;
  float: left;
  text-align: center;
  vertical-align: middle;
  position: relative; }
  .photocard h4, .photocard h6 {
    margin-bottom: 0px; }
  .photocard h6 {
    margin-top: 0px; }
  .photocard img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    padding: 15px;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
    overflow: hidden; }

.title, .backgroundcontent-photo, .menu, .foot-contain {
  clear: both; }

@media (max-width: 1280px) {
  .info-container, .opt-container {
    margin-left: 10%;
    margin-right: 10%; } }
@media (max-width: 1128px) {
  .info-container, .opt-container {
    margin-left: 5%;
    margin-right: 5%; } }
@media (max-width: 1084px) {
  .home-img, .img-container {
    height: 15rem; }

  .textcard {
    width: calc(100% - 1% - 30px); } }
@media only screen and (max-width: 758px) {
  .info-container, .opt-container {
    margin-left: 5%;
    margin-right: 5%; }

  .header {
    height: 200px; }

  .home-img {
    height: 17rem;
    width: calc(100% - 30px); }

  .img-container {
    height: 10rem; }

  .photocard {
    width: calc(100% - 30px); } }

/*# sourceMappingURL=main.css.map */
