@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans.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;
}
@font-face {
  font-family: "Fresca";
  font-style: normal;
  font-weight: 400;
  src: local("Fresca-Regular"), url("../fonts/fresca.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;
}
@font-face {
  font-family: "Handlee";
  font-style: normal;
  font-weight: 400;
  src: local("Handlee Regular"), local("Handlee-Regular"), url("../fonts/handlee.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;
}
.material-icons {
  overflow: hidden;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*
$header-font-family: "Fresca", $font-family-basic;
$header-font-size: 1.8em;
$header-font-weight: 400;
*/
html {
  display: flex;
  vertical-align: middle;
  flex-flow: column;
  height: 100vh;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 98vh;
  margin: 0;
}

#website_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.website_header {
  display: flex;
  background-color: #0081d6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  cursor: pointer;
}

.website_header h1 {
  font-weight: normal;
  margin: 0;
}

.website_brand_name {
  font-family: "Handlee", Arial, Helvetica, sans-serif;
  color: white;
}

.website_logo {
  max-width: 80px;
  max-height: 80px;
}

.website_logo img {
  max-width: 80px;
  max-height: 80px;
}

.website_footer {
  height: 2em;
  background-color: #0081d6;
  flex-grow: 0;
}

.website_middle_section {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.website_middle_section .form_placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
  padding: 3em;
  border: 1px solid grey;
  border-radius: 15px;
  max-width: 600px;
  margin-bottom: 3em;
}

.website_middle_section .form_placeholder li {
  margin-bottom: 0.5em;
}

.website_section_content {
  max-width: 800px;
  padding-left: 1em;
  padding-right: 1em;
}

.website_section_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.website_section_header h2 {
  font-family: "Fresca", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 2em;
  max-width: 800px;
}

.modal_inner h3 {
  font-family: "Fresca", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  margin: 0.2em;
}

.website_section_header {
  border-top: 15px solid #0081d6;
}

.website_app_screenshots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
}

.website_app_screenshots img {
  min-width: 200px;
  width: 30%;
  margin: 0 5px 0 5px;
}

.website_menu {
  justify-content: center;
  display: flex;
  background-color: #0081d6;
}

.website_menu_ul {
  display: flex;
  flex-direction: row;
  margin: 0.2em;
  padding-inline-start: 0;
}

.website_menu_ul li {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  margin: 0 5px 0 5px;
  list-style-type: none;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

.website_menu_ul li a {
  color: white;
  text-decoration: none;
}

.privacy_policy {
  text-align: left;
}

#switch_school {
  border-top: 1px solid silver;
  padding-top: 0.5em;
  padding-bottom: 1em;
  flex-grow: 1;
}

#switch_school select {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#switch_school h2 {
  font-size: 1em;
  text-transform: uppercase;
}

#switch_search {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-grow: 1;
}

#search_div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-flow: row;
}

#search_term {
  font-size: 1.3em;
  max-width: 10em;
  min-width: 6em;
}

#search_terms_icon {
  vertical-align: middle;
}

#schools_list_header, #schools_list_scrollable {
  align-self: stretch;
}

#schools_list_scrollable {
  flex-grow: 1;
  max-height: 400px;
  overflow-y: scroll;
}

#schools_list_scrollable td {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid silver;
  text-align: left;
}

#school_search_results {
  max-width: 500px;
  width: 100%;
}

.schools_list_table {
  align-self: stretch;
  border-collapse: collapse;
}

.schools_list_table td:first-child {
  width: 75%;
  border-left: 0;
  padding-left: 0.5em;
}

.schools_list_table td:first-child + td {
  width: 25%;
}

#schools_list_header td {
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid grey;
}

#schools_list_header {
  padding-top: 1em;
}

.sticky_menu_bar {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky_menu_bar + .website_middle_section {
  padding-top: 40px;
}

.sticky_menu_bar_hash_jump {
  display: block;
  margin-bottom: 35px;
  padding-top: 1px;
}

.play_store_badge {
  max-width: 300px;
}

.play_store_badge img {
  max-width: 100%;
}

.app_link_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid silver;
  margin: 0.5em;
  padding: 1em;
  border-radius: 15px;
}
.app_link_block div {
  width: 48%;
  max-width: 48%;
}

a.large_button {
  width: 100%;
  max-width: min(250px, 90%);
  height: 70px;
  color: white;
  background-color: black;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  padding: 10px;
}

.modal_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  background-color: #00000099;
  align-items: center;
  justify-content: center;
}
.modal_outer .modal_inner {
  display: flex;
  flex-direction: column;
  width: 350px;
  max-width: 70%;
  background-color: white;
  border-radius: 15px;
  align-items: center;
  padding-bottom: 20px;
}
.modal_outer .modal_inner div {
  width: 90%;
}
.modal_outer .modal_inner .close_button_section {
  width: 100%;
}
.modal_outer .modal_inner .close_button_section .close_button {
  text-align: right;
  padding-right: 15px;
  padding-top: 15px;
  font-weight: bold;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

/* mobile properties */
@media (max-width: 600px) {
  body {
    font-size: 16px;
    margin: 0;
  }

  .website_header {
    padding-top: 0.5em;
  }

  .website_header h1 {
    font-size: 1.6em;
  }

  .website_logo, .website_logo img {
    max-width: 50px;
    max-height: 50px;
  }

  .website_app_screenshots {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    max-width: 100%;
    justify-content: flex-start;
    height: 385px;
  }

  .website_app_screenshots img {
    width: 60%;
    min-width: 60%;
  }

  .app_link_block {
    display: flex;
    flex-direction: column;
  }
  .app_link_block div {
    width: 100%;
    max-width: 400px;
  }
}

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