@font-face {
  font-family: "anomalia";
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  src: url("/fonts/anomalia-medium-aaa.woff2") format("woff2"), url("/fonts/anomalia-medium-aaa.woff") format("woff"), url("/fonts/anomalia-medium-aaa.eot") format("eot");
}
#welcome_container {
  /*
  background-image: url("../img/brains.png");
   */
  /*
  background-size: cover;
   */
  background-color: #171717;
  padding-bottom: 2vh;
}
#welcome_container .container {
  position: relative;
}

* {
  font-family: "anomalia", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.readable_text, .readable_text > *, .readable_text > * > *, .readable_text > * > * > * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.video_container {
  margin: 2rem;
}

#about_video_container {
  background-color: #24bac1;
}

#about_container {
  background-color: white;
  direction: rtl;
  text-align: right;
  color: #171717;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

#prizes_container {
  margin-top: 2px;
  background-color: #24bac1;
  direction: rtl;
  text-align: center;
  font-size: xx-large;
  color: white;
}

#sponsors_container {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
#sponsors_container .container {
  position: relative;
}

#schedule_container {
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: white;
}
#schedule_container .container {
  position: relative;
}

.bg-primary {
  background-color: #171717 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

@media (max-width: 768px) {
  .hide_on_mobile {
    display: none;
  }
}
.navbar-fixed-top {
  border-bottom: solid 2px #20bec6;
}

.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #171717 !important;
}

#t_hack_logo_welcome {
  padding-top: 75px;
  display: block;
  margin: auto;
  width: 100%;
}

.timer {
  font-size: 3.7vw;
  text-align: center;
  padding-top: 16px;
  margin: auto;
  color: #f79c2f;
  font-weight: bold;
}

.timer i {
  color: #24bac1;
  font-size: 2.7vw;
}

.sponsor_logos {
  margin: auto;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.img_align_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sponsor_logo_container {
  width: 15vw;
  height: 15vw;
  margin: 50px auto;
  border-radius: 100%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding: 10px;
  background-color: #d4d4d4;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.schedule-row {
  padding-left: 16px;
}

.schedule-row-time-h5 {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.faq_container {
  padding-top: 80px;
  background-color: #171717;
}

#judges_container {
  padding-top: 80px;
  background-color: #171717;
}

.img-team-head-container {
  border: solid #b5b5b5 6px;
  border-radius: 50%;
  height: 13vw;
  width: 13vw;
  overflow: hidden;
  margin: auto;
}

.img-team-head {
  width: 100%;
  text-align: center;
}

.img-team-head-title {
  text-align: center;
  color: #b5b5b5;
}

.img-team-head-description {
  text-align: center;
  color: #b5b5b5;
}

.faq_q_title, .schedule-row > div > h5 {
  text-align: left;
  color: #24bac1;
  padding-left: 1rem;
}

.faq_q_a {
  text-align: left;
  color: #b5b5b5;
  padding-left: 1rem;
}

.schedule-row > div > p, .schedule-row > div > strong {
  text-align: left;
  color: white;
  padding-left: 1rem;
}

.faq_hr {
  background-color: #f79c2f29;
}

.faq_hashtag :hover {
  color: #123940;
}

form > .row > .col > label {
  color: #24bac1;
}

.footer {
  position: fixed;
  bottom: 0;
}

#gallery_iframe {
  width: calc(100%);
  height: calc(100vh - 240px);
  margin: auto;
}

.timeContainer {
  font-size: 2.2rem;
  color: black;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wordContainer {
  font-size: 1rem !important;
  color: black;
  line-height: 0.5;
  padding-top: 0;
  margin-top: 0;
}

.registerBtn {
  background-color: #f79c2f;
  border-color: #f79c2f;
}

.col-form-label {
  color: #24bac1;
}

.schedule-hide {
  /*
  display: none;
  */
}

.gallery-hide {
  display: none;
  /*
  display: none;
  */
}

.theTeam {
  display: none;
  /*
  display: none;
   */
}

.registerBtn {
  display: none;
}

#sponsors_container {
  display: none;
  /*
  display: none;
  */
}

.judges_text {
  color: #b5b5b5;
}

a[href="mentors.html"] {
  display: none;
}

.mainPageHr {
  width: 100%;
  height: 2px;
  color: gray;
}

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