/*fonts*/
.raleway-uniquifier {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: black;
}
.raleway-pageHeading {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
}
.elsie-regular {
    font-family: "Elsie", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  
  .elsie-black {
    font-family: "Elsie", serif;
    font-weight: 900;
    font-style: normal;
    color: #000;
  }
  .stalemate-regular {
    font-family: "Stalemate", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: black;
  }
  /*end fonts*/
  
  .section1 {
      display: flex;
      flex-direction: column;
  }
  .section1 {
      height: 350px;
  }
 .box1 {
     padding: 20px;
     margin: 20px;
     text-align: center;
 }
 .img {
   max-width: 100%;
     padding: 0;
     height: auto;
     margin: 0 auto;
}
.wrapper {
    margin-top: 30px;
    text-align: center;
}
.child.hero {
    padding: 50px;
}
.illustrationSlider {
    width:100px;
    height: auto;
}
.carousel-control-next {
    color: #000;
}
.carousel-control-prev {
    color: #000;
}
.hr {
  color: #fff;
}
.IllImg {
    width: 50px;
    height: auto;
}
@media screen and (min-width: 600px){
    .wrapper {
        display: flex;
        margin-top: 20px;
    }
    .child {
     margin: 5px;
     padding: 10px;
     width: 50%;
     height: 50%;
    }
 .raleway-pageHeading {
     color: #000;
     padding: 20%;
 }
.hr {
    border: solid 2px #D67229;
}
}