@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons.woff2") format("woff2");
  font-display: block;
}
@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: 100vh;
  background-color: white;
  margin: 0;
  padding-bottom: 10px;
}

#main_content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 500px;
  height: 100%;
  padding-bottom: 10px;
  background-color: white;
}

.page_fixed, .page_stretch {
  align-self: stretch;
  padding: 0;
  margin: 0;
}

.page_fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.page_stretch {
  flex-grow: 1;
  flex-shrink: 0;
  height: 4em;
  overflow-y: auto;
  border-bottom: 1px solid black;
}

.page_fixed .text_div, .page_stretch .text_div {
  padding: 0.5em;
  text-align: center;
}

.page_fixed .text_div a, .page_stretch .text_div a {
  text-decoration: underline;
  color: #0081d6;
}

#links {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}

.material-icons {
  color: #0081d6;
  background-color: white;
}

.material_icons_selected {
  color: white;
  background-color: #0081d6;
}

button.material-icons:disabled {
  opacity: 0.3;
}

button.material_icons_selected:disabled {
  opacity: 1;
}

#links i, #links button {
  flex-grow: 1;
  text-align: center;
  font-size: 36px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 0;
  border: none;
  margin: 0;
}

#links button:focus {
  outline: none;
}

.header_section {
  background-color: #0081d6;
  color: white;
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}

#header_link {
  text-decoration: none;
  color: inherit;
}

.brand {
  font-family: "Handlee", Arial, Helvetica, sans-serif;
  align-self: stretch;
}

.brand h1, .brand h2 {
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 2px;
  padding-top: 0.5em;
  margin: 0;
}

.header_section h2 {
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  text-align: center;
  align-self: stretch;
  margin: 0;
  font-family: "Fresca", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.brand_name {
  cursor: default;
}

#school_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}

#school_box i, #date_box i {
  font-size: 24px;
  padding-right: 10px;
  background-color: #0081d6;
  color: white;
  font-weight: 300;
}

#school, #select_school {
  font-size: 1em;
  font-family: "Fresca", Arial, Helvetica, sans-serif;
  text-align: center;
}

#today_tomorrow {
  /*
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  */
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  color: yellow;
}

#whatsfordinner {
  padding-top: 0.5em;
}

#day_name {
  /*  text-transform: uppercase; */
  margin-left: 0.5em;
}

#week_or_theme {
  padding: 0.2em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#date_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  flex-wrap: nowrap;
  font-family: "Fresca", Arial, Helvetica, sans-serif;
  align-self: stretch;
  font-size: 1em;
  padding-bottom: 0.5em;
}

#menu_box, .item_box, #switch_school, #catering_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  align-self: stretch;
}

#menu_box {
  flex-grow: 1;
}

.menu_scrollable {
  max-height: 7em;
  overflow-y: scroll;
  flex-grow: 20;
  border-bottom: 1px solid black;
}

#message_box {
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  align-content: center;
  justify-content: center;
}

#message {
  text-align: center;
  min-height: 0;
}

#wfd_ad_box {
  margin: 1em;
  padding: 0.5em;
  display: block;
  border: 1px solid silver;
  border-radius: 15px;
}

.main_course {
  padding: 0.25em;
  font-size: 0.9em;
}

.side_items {
  font-size: 0.9em;
}

.always_items {
  font-size: 0.9em;
}

.item_header {
  font-size: 0.7em;
  text-transform: uppercase;
}

.item_box {
  border-bottom: 1px solid black;
  padding: 0.25em 0;
}

#main_1_box.item_box {
  border-top: 1px solid black;
}

.item_box, .item_box div, #date_box, #date_box div {
  text-align: center;
}

.red {
  background-color: orangered;
}

.blue {
  background-color: #05E9FF;
}

.green {
  background-color: #7CFC00;
}

.yellow {
  background-color: yellow;
}

.purple {
  background-color: #C3B1E1;
}

.periwinkle {
  background-color: #CCCCFF;
}

.orange {
  background-color: #FFBF00;
}

.ivory {
  background-color: ivory;
}

.whitesmoke {
  background-color: whitesmoke;
}

.lemonchiffon {
  background-color: lemonchiffon;
}

#buttons {
  padding: 5px 15px;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
}

#buttons button, #switch_school button {
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid silver;
  background-color: white;
  margin-left: 2px;
  margin-right: 2px;
}

#buttons button.btn_selected {
  background-color: lightcyan;
}

#buttons button.btn_default {
  background-color: white;
}

#buttons button:focus {
  outline: 0;
}

#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;
}

#catering_info {
  padding-top: 0;
  line-height: 1.5em;
  text-align: center;
}

#catering_info div {
  padding-bottom: 0.5em;
}

#catering_info .catering_info_header {
  margin-top: 1em;
  font-weight: bold;
}

.always_items {
  text-align: center;
}

#theme_disclaimer {
  text-align: center;
  color: grey;
  padding-bottom: 0.5em;
  font-size: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#cookie_warning {
  font-size: 0.7em;
  text-align: center;
}

#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: silver;
  font-size: 0.6em;
  padding-top: 1.5em;
}

#footer p {
  margin: 0;
}

#footer_failed_to_load_message {
  animation: fadeIn 3s;
  width: 100%;
  font-size: 1.4em;
  color: darkslategray;
  margin: 1em;
  padding: 1em;
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none !important;
}

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

#schools_list_scrollable {
  flex-grow: 1;
}

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

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

.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_table tr.row_selected {
  background-color: #0081d6;
  color: white;
}

#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;
}

#about_smiley {
  font-size: 4em;
}

.ext_link {
  text-decoration: underline;
  color: #0081d6;
  text-decoration-color: #0081d6;
}

#allergens {
  font-size: 0.7em;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
  font-family: "Open Sans", serif;
  display: none;
}

.modal_inner {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 75%; /* Could be more or less, depending on screen size */
  max-width: 350px;
  border-radius: 15px;
}

.modal_inner p, .modal_inner h2, #index_page {
  text-align: center;
  line-height: 1.5;
}

.modal_inner button, .modal_inner .link_button {
  padding: 0.5em;
  font-size: 1.2em;
  margin: 0.5em;
}

.modal_inner .link_button, #main_buttons .link_button {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.modal_span_emph {
  color: #0081d6;
  font-weight: bold;
}

.modal_close_x {
  padding: 5px;
  position: relative;
  top: 0;
  right: 0;
  margin-top: -1em;
  margin-right: -0.5em;
  text-align: right;
  height: 1em;
  cursor: pointer;
}

.wfsd_ad_container {
  text-align: center;
}

.wfsd_ad_strikethrough {
  text-decoration: line-through;
  display: inline-block;
  padding-top: 0.5em;
}

.wfsd_ad_strikethrough.first_word {
  transform: rotate(-25deg);
}

.wfsd_ad_strikethrough.second_word {
  transform: rotate(5deg);
}

.wfsd_ad_strikethrough.third_word {
  transform: rotate(-10deg);
}

.wfsd_ad_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
}

.wfsd_ad_logo img {
  max-width: 150px;
}

.wfsd_ad_explain_connection {
  font-variant: small-caps;
  text-align: center;
}

.wfsd_ad_text_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wfsd_ad_last_word {
  padding-top: 0.8em;
  font-weight: bold;
  font-style: italic;
}

.more_from_bright_ink {
  font-variant: small-caps;
}

.info_page_image {
  max-width: 150px;
}

#play_store_link_badge {
  width: 300px;
  max-width: 100%;
  margin: 0.5em auto;
  border: 1px solid silver;
  border-radius: 15px;
}
#play_store_link_badge img {
  max-width: 100%;
}

.stops_working_info {
  width: 300px;
  max-width: 100%;
  margin: 0.5em auto;
  padding: 1em;
  border: 1px solid orangered;
  border-radius: 15px;
}

@media (min-width: 401px) {
  body {
    margin: 8px;
  }
  .page_stretch {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
  }
}

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