
/* latin-ext */
@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Brush'), local('CaveatBrush-Regular'), url("/static/font/CaveatBrushLatExt.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Brush'), local('CaveatBrush-Regular'), url("/static/font/CaveatBrushLat.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  overflow-x: hidden;
}

.text_oyo {
  color: #3D98D3;
}

.bg_oyo {
  background-color: #3D98D3;
  border-color: #3D98D3;
}

.section1 {
  height: 850px;
  margin-bottom: -16%;
  margin-top: 100px;
}

.section1 .illus{
  width: 580px;
  margin-left: -14px;
  margin-top: -46px;
}

.section1 .sub_title {
  font-family: 'Caveat Brush', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  padding-top: 20px;
  white-space: normal;
}

.section1 .desc {
  font-size: 16px;
  margin-bottom: 40px;
  white-space: nowrap;
}

.landing_content_div {
  z-index: 1;
}

.sub_section {
  padding-top: 6%;
  margin-bottom: 34px;
  border-radius: 24px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 430px;
  cursor: pointer;
}

.sub_section .title {
  font-size: 64px;
  color: #fff;
  font-family: 'Caveat Brush', cursive;
  font-style: normal;
  font-weight: 400;
}

.sub_section .desc p{
  font-size: 16px;
}

.sub_section .btn {
  width: 100%;
}

#school_section {
  background-color: #F0A431;
  color: #fff;
}

#parent_section {
  background-color: #271551;
  color: #fff;
}

#mentor_section {
  background-color: #F8BB82;
}

#subscribe_section {
  background-color: #E26666;
  color: #fff;
}

.content_div{
  margin-top: auto;
  margin-bottom: -20px;
  padding-left: 30px;
  padding-right: 30px;
}

.illus_div {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.illus_div img{
  width: 100%;
}

.sub_section_left .content_div {
  order: 1;
}

.sub_section_left .illus_div {
  order: 2;
}

.sub_section_right .content_div {
  order: 1;
}

.sub_section_right .illus_div {
  order: 2;
}

#subscribe_div input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

#subscribe_div input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#subscribe_div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#subscribe_div input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#subscribe_div input:focus {
  box-shadow: none;
}

#subscribe_suc_div {
  color: #fff;
}

.event_coming_soon_div {
  padding-top: 40%;
}

.event_coming_soon_text {
  padding-left: 10%;
  background-color: rgba(0,154,216,0.6);
}

.sub_page_div {
  margin-top: 6rem;
  margin-bottom: 2rem;
  min-height: 600px;
}

.comm_card {
  border-radius: 10px;
  margin: 10px 0;
  padding: 16px 16px 4px 16px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  /* border-top: 20px; */
  border-top-width: 20px;
  border-left-width: 0;
}

.comm_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comm_title {
  font-size: 12px;
}

.comm_desc {
  margin-top: 12px;
  min-height: 80px;
  line-height: 150%;
  color: #555;
}

.comm_btn {
  margin-top: 0;
  float: right;
  font-size: 12px;
}

.comm_name_div {
  display: inline-flex;
  width: 50%;
}

.media_div {
  height: 100%;
  min-height: 40px;
  margin: 0 40px 6% 40px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-radius: .25rem;
}

#news_report_div .media_body {
  background-color: #eee;
}

#news_report_div img {
  width: 100%;
}

.media_title {
  font-family: 'Caveat Brush', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  color: #000;
  text-align: left;
}

.copyright_icon {
  font-size: 10px;
}

.error_page_illus {
  max-width: 500px;
  width: 100%
}

@media (min-width: 576px) {
  .section1 {
    margin-bottom: 10%;
    height: 700px;
  }

  .section1 .title {
    padding-top: 50px;
    padding-bottom: 42px;
    white-space: nowrap;
  }

  .section1 .desc {
    font-size: 24px;
    margin-bottom: 72px;
  }

  .section1 .title span {
    font-size: 60px;
  }

  .section1 .sub_title {
    white-space: nowrap;
  }

  .comm_avatar {
    width: 60px;
    height: 60px;
  }

  .comm_name {
    font-size: 16px;
  }

  .comm_btn {
    margin-top: 0.5rem;
    font-size: 16px;
  }

  .comm_card {
    padding: 18px 36px;
    border-left-width: 20px;
    border-top-width: 0;
  }

  .media_title {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .section1 {
    margin-bottom: 0;
    height: 800px;
  }

  .section1 .title {
    padding-top: 20px;
    padding-bottom: 72px;
    display: block;
  }

  .section1 .sub_title {
    padding-top: 136px;
  }

  .section1 .illus{
    width: 1160px;
    margin-left: -64px;
    margin-top: -40px;
  }

  .sub_section .desc{
    display: block !important;
    color: #000;
  }

  .sub_section .title {
    font-size: 56px;
    color: #000;
    text-align: left;
    /* padding-left: 60px; */
  }

  .sub_section_left .content_div {
    order: 2;
  }

  .sub_section_left .illus_div {
    order: 1;
  }

  .sub_section {
    height: 460px;
    padding-bottom: 0;
    padding-top: 0;
    cursor: default;
  }

  .sub_section .btn {
    width: auto;
    font-size: 14px;
  }

  #school_section, #parent_section, #mentor_section, #subscribe_section {
    background-color: #FFFFFF;
  }

  .illus_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: auto;
  }

  #subscribe_div input {
    border-color: gray;
    color: #000;
  }

  #subscribe_div input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }

  #subscribe_div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }

  #subscribe_div input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }

  #subscribe_suc_div {
    color: #3D98D3;
  }

  .event_list_div {
    margin-bottom: 10rem;
  }

  .comm_title {
    font-size: 24px;
  }

  .sub_section .desc p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .sub_section .desc p {
    font-size: 18px;
  }

  .sub_section {
    height: 500px;
  }

  .comm_avatar {
    width: 40px;
    height: 40px;
  }

  .comm_btn {
    font-size: 12px;
  }

  .comm_card {
    min-height: 442px;
  }

  .sub_section .btn {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .section1 .desc {
    font-size: 24px;
  }

  .sub_section .desc p {
      font-size: 20px;
  }

  .section1 .title span {
    font-size: 76px;
  }

  .sub_section {
    height: 540px;
  }

  .comm_avatar {
    width: 60px;
    height: 60px;
  }

  .comm_btn {
    font-size: 16px;
  }

  .comm_card {
    min-height: 428px;
  }
}

.donation_campaign_detail, .donation_campaign_desc {
  color:#555;
}

.donation_campaign_item {
  border-radius: 10px;
  margin: 10px 0;
  padding: 16px 16px 4px 16px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-left-width: 10px;
  border-left-color: #3D98D3
}

.donation_campaign_title {
  font-size: 1.2rem;
}


.border_left_color_0 {
  border-left-color: #3D98D3;
}

.border_left_color_1 {
  border-left-color: #f58b54;
}

.border_left_color_2 {
  border-left-color: #40a798;
}

.border_left_color_3 {
  border-left-color: #E26666;
}

.border_left_color_4 {
  border-left-color: #226b80;
}

.border_left_color_5 {
  border-left-color: #ffb137;
}

.border_left_color_6 {
  border-left-color: #7572f4;
}

.border_left_color_7 {
  border-left-color: #393e46;
}

.border_left_color_8 {
  border-left-color: #c3cbd2;
}

.border_left_color_9 {
  border-left-color: #4152A5;
}

.StripeElement {
  background-color: white;
  height: 38px;
  padding: .5rem .65rem;
  border-radius: .25rem;
  border: 1px solid #dee5ed;
  box-shadow: inset 0 1px 1px #eff2f6;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#subscribe_div .g-recaptcha {
  display: none;
}
