@media screen and (min-width: 1601px) {
  div.planetext {
    margin: 60px auto 0 auto;
    max-width: 1600px;
    padding: 0 60px;
  }
  div.planetext h2 {
    color: #3C3C3B;
    text-align: center;
    margin: 35px 0 35px 0;
  }
  div.planetext h3 {
    color: #3C3C3B;
    text-align: left;
    margin: 15px 0 15px 0;
  }
  div.planetext p {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ul {
    padding: 0 0 0 30px;
  }
  div.planetext ul > li {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol {
    padding: 0 0 0 30px;
    counter-reset: item;
  }
  div.planetext ol > li {
    display: block;
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  div.planetext > div.about h2 {
    font-size: 38px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #F15A29;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1200px) {
  div.planetext > div.about h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1601px) {
  div.planetext > div.about h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1601px) {
  div.planetext > div.about p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1601px) {
  div.planetext > div.about.project > p.i {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-size: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  div.planetext {
    margin: 60px auto 0 auto;
    max-width: 1200px;
    padding: 0 60px;
  }
  div.planetext h2 {
    color: #3C3C3B;
    text-align: center;
    margin: 35px 0 35px 0;
  }
  div.planetext h3 {
    color: #3C3C3B;
    text-align: left;
    margin: 15px 0 15px 0;
  }
  div.planetext p {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ul {
    padding: 0 0 0 30px;
  }
  div.planetext ul > li {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol {
    padding: 0 0 0 30px;
    counter-reset: item;
  }
  div.planetext ol > li {
    display: block;
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  div.planetext > div.about h2 {
    font-size: 38px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #F15A29;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) and (max-width: 1200px) {
  div.planetext > div.about h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  div.planetext > div.about h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  div.planetext > div.about p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  div.planetext > div.about.project > p.i {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-size: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-size: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  div.planetext {
    margin: 60px auto 0 auto;
    max-width: 900px;
    padding: 0 40px;
  }
  div.planetext h2 {
    color: #3C3C3B;
    text-align: center;
    margin: 35px 0 35px 0;
  }
  div.planetext h3 {
    color: #3C3C3B;
    text-align: left;
    margin: 15px 0 15px 0;
  }
  div.planetext p {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ul {
    padding: 0 0 0 30px;
  }
  div.planetext ul > li {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol {
    padding: 0 0 0 15px;
    counter-reset: item;
  }
  div.planetext ol > li {
    display: block;
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  div.planetext > div.about h2 {
    font-size: 38px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #F15A29;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) and (max-width: 1200px) {
  div.planetext > div.about h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  div.planetext > div.about h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  div.planetext > div.about p {
    font-size: 18px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  div.planetext > div.about.project > p.i {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-size: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-size: 20px;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) {
  div.planetext {
    margin: 60px auto 0 auto;
    max-width: 600px;
    padding: 0 20px;
  }
  div.planetext h2 {
    color: #3C3C3B;
    text-align: center;
    margin: 35px 0 35px 0;
  }
  div.planetext h3 {
    color: #3C3C3B;
    text-align: left;
    margin: 15px 0 15px 0;
  }
  div.planetext p {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ul {
    padding: 0 0 0 30px;
  }
  div.planetext ul > li {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol {
    padding: 0 0 0 10px;
    counter-reset: item;
  }
  div.planetext ol > li {
    display: block;
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  div.planetext > div.about h2 {
    font-size: 38px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #F15A29;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) and (max-width: 1200px) {
  div.planetext > div.about h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) {
  div.planetext > div.about h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) {
  div.planetext > div.about p {
    font-size: 18px;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 361px) and (max-width: 600px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-size: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-size: 20px;
  }
}
@media screen and (max-width: 361px) {
  div.planetext {
    margin: 60px auto 0 auto;
    max-width: 300px;
    padding: 0 20px;
  }
  div.planetext h2 {
    color: #3C3C3B;
    text-align: center;
    margin: 35px 0 35px 0;
  }
  div.planetext h3 {
    color: #3C3C3B;
    text-align: left;
    margin: 15px 0 15px 0;
  }
  div.planetext p {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ul {
    padding: 0 0 0 30px;
  }
  div.planetext ul > li {
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol {
    padding: 0 0 0 10px;
    counter-reset: item;
  }
  div.planetext ol > li {
    display: block;
    color: #3C3C3B;
    text-align: justify;
    padding: 4px 0 4px 0;
  }
  div.planetext ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
  }
  div.planetext > div.about h2 {
    font-size: 38px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #F15A29;
  }
}
@media screen and (max-width: 361px) and (max-width: 1200px) {
  div.planetext > div.about h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 361px) {
  div.planetext > div.about h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 361px) {
  div.planetext > div.about p {
    font-size: 18px;
  }
}
@media screen and (max-width: 361px) {
  div.planetext > div.about.project > p.i {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 361px) and (max-width: 600px) {
  div.planetext > div.about.project > p.i {
    font-size: 16px;
  }
  div.planetext > div.about.project > p.b {
    font-size: 20px;
  }
}

/*# sourceMappingURL=site.planetext.css.map */
