/* Welcome Counter */

.welcome_counter {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 30px !important;
}

p, ul, ol, .split_left, .box3, #materials, .cbox, .ol_bold {
  line-height: 24px;
}

h3 {
  /* padding-top: 20px;
  padding-bottom: 15px; */
  line-height: 55px;
}

.box3 {
  height: 750px;
  /* text-align: center; */
}

/* h4 {
  padding-top: 8px;
} */


.box2 {
  height: 660px;
}

.box3_small {
  height: 150px;
}

.box4 {
  height: 290px;
}

ol li {
  line-height: 21px;
  margin-bottom: 15px;
}

.ol_bold li {
  line-height: 24px;
}

.menu li {
  line-height: 20px;
}

.important_note_index {
  border: 1px dotted white;
  padding: 5px;
}

#materials table {
  margin-left: 40px;
}

.contact_flag {
  height: 11px;
  margin-right: 3px;
}

.contact_flag {
  height: 11px !important;
  width: auto !important;
  filter: grayscale(0%) !important; 
  margin-left: 3px;
}

a:hover {
  color: hsl(220, 46%, 56%);
}

.menu a:hover {
  color: white;
}

.cbox_login_margin {
  margin-bottom: 200px;
}

.login_second_option {
  opacity: 0.5;
}

.form_category_seperator {
  color: grey;
  border-bottom: 1px dotted white;
  margin-bottom: 20px;
  margin-top: 100px;
  font-weight: bold;
}

.form_category_seperator_first {
  margin-top: 50px;
}


/* 
-- woanders --
background: black;
  background: url("../src/bg.jpg") no-repeat center center fixed;
  background: url("../src/bg_hq.jpg") no-repeat center center fixed;
*/




.gallery_wrapper {
  float: left;
  width: 100%;
  height: 250px;
}

.inline_title_pictures {
  /* margin-bottom: 10px; */
  text-align: center;
}

.inline_title_pictures img {
  height: 87px;
  vertical-align: top;
}

.about_inline_pictures img {
  height: 142px;
  margin: 5px;
}

.ambassador_inline_pictures img {
  height: 115px;
  margin: 3px;
}


.mobile-menu-bar i {
  padding-top: 6px;
}

.show_for_mobile {
    display: none;
  }


.index_map {
  text-align: center;
}

.index_map iframe {
  width: 1000px;
  height: 600px;
  border: none;
}

.bwrapper .map_text_wrapper {
  width: 1000px;
}

.ol_bold > li::marker {
  font-weight: bold;
}

.flag_inline {
  height: 11px;
  margin-right: 5px;
  margin-left: 32px;
}

.teacherpage_links {
  color: white !important;
}
.teacherpage_links:hover {
  color: hsl(220, 50%, 60%) !important;
}

/* .add_activity {
  height: 23px;
} */


#payment-Direct img {
  height: 12px;
  padding-right: 5px;
}

.gold_th {
  white-space: nowrap;
}

.national_awards, .award_name {
  white-space: nowrap;
}

.national_awards small {
  color: hsl(60, 94%, 39%);
}



.subheader {
  background: #ffffffdb;
  background: #ffffff4f;
  /* border: 1px dotted white; */
  border-left: 3px solid white;
  color: hsl(218deg 50.6% 18.1%);
  color: hsl(218deg 65.82% 68.33%);
  color: white;
  /* color: hsl(218deg 100% 88.94%); */
  padding: 1px 7px;
  margin-bottom: 5px;
  display: block;
}


.goldcolored {
  color: hsl(60, 94%, 39%);
}





@media only screen and (max-width: 1200px) {
  .welcome {
    margin-top: 180px;
  }
  .show_for_mobile {
    display: inline;
  }

  #timer {
    font-size: 18px;
  }

  .box2, .box3 {
    height: auto;
  }

  .gallery_wrapper {
    height: 650px;
  }
  
  .inline_title_pictures img {
    height: 20vw;
  }

  .about_inline_pictures img {
    height: 17.5vw;
    margin: 1vw;
  }

  .ambassador_inline_pictures img {
    height: 20.5vw;
    margin: 0.8vw;
  }

  
.index_map iframe {
  width: 100vw;
  height: 500px;
}

.bwrapper .map_text_wrapper {
  width: auto;
  padding: 6vw;
}

.index_map h4 {
  margin-top: 20px;
}

  
}


