.levels {
  margin: 4px 0px;
}
.levels .level {
  border: 0px solid white;
  color: white;
  box-shadow: 4px 6px rgba(0, 0, 0, 0.2);
  padding: 12px;
}
.levels .level .grade_levels {
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 12px;
  margin: 0px -12px 8px;
}
.levels .level h2 {
  text-align: center;
}
.levels .level a {
  color: white;
}

@media screen and (max-width: 800px) {
  .overlay {
    padding: 12px 42px;
  }
}
.homepage .top {
  background: url(photos/homepage/top.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage .top .overlay {
  height: 100%;
  padding: 72px 42px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: inset 0px -2px 20px #000000;
  box-shadow: inset 0px -2px 20px #000000;
}
.homepage .top .tagline {
  position: relative;
  color: white;
  text-align: center;
}
.homepage .top .tagline .big {
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
}
.homepage .top .tagline hr {
  background: white;
}
.homepage .top .tagline .details {
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
.homepage .top .tagline .importantDetails {
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 42px;
}
.homepage .why {
  padding: 12px 0px;
}
.homepage .why h1 {
  text-align: center;
}
.homepage .why .benefits {
  margin: 4px 0px;
}
.homepage .why .benefits h2 {
  text-align: center;
}
.homepage .why .benefits a:hover {
  text-decoration: none;
}
.homepage .why .benefits .benefit {
  min-height: 300px;
  background: #ebebeb no-repeat top center local;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage .why .benefits .benefit .cover {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.homepage .why .benefits .benefit .cover:hover {
  background: rgba(0, 0, 0, 0.7);
}
.homepage .why .benefits .benefit .cover:hover .elaboration {
  -webkit-clip-path: inset(0px 0px 0px);
  clip-path: inset(0px 0px 0px);
  max-height: 10000px;
}
.homepage .camp_levels {
  text-align: center;
  color: black;
  padding: 8px 0px 16px;
}
.homepage .camp_levels h1 {
  line-height: 100%;
}
.homepage .questions {
  padding: 12px 0px;
}
.homepage .questions h1 {
  text-align: center;
}

.program_page > .title {
  color: white;
  margin: 24px 0px 12px;
}
.program_page > .title h1 {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
.program_page > .title .header_img {
  background: #ebebeb no-repeat top center local;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 15px #000000;
  box-shadow: inset 0 0 15px #000000;
}
.program_page > .title .grade {
  text-align: center;
  flex: 0 0 130px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  margin: 0px 8px 0px 0px;
}
.program_page .details {
  background: #eeeeee;
}
.program_page .details .detailgrid {
  display: grid;
  grid-template-columns: 150px 1fr;
}
@media screen and (max-width: 600px) {
  .program_page .details .detailgrid {
    grid-template-columns: 0px 1fr;
  }
}
.program_page .details .detailgrid .content {
  padding: 8px;
}
.program_page .details .detailgrid .icon {
  text-align: center;
  padding: 8px 0px 0px;
}

.about_page .what_do {
  margin: 0px 0px 36px;
  padding: 8px;
  background: #eeeeee;
}
.about_page .detail_title {
  padding: 8px;
}
.about_page .detail_title:hover {
  cursor: pointer;
}
.about_page .detail_detail {
  margin: 0px 0px 36px;
  background: #eeeeee;
}
.about_page .schedule {
  margin-top: 12px;
  grid-template-columns: 4fr 3fr;
}
@media screen and (max-width: 700px) {
  .about_page .schedule {
    grid-template-columns: repeat(1, 1fr);
  }
}

.small_navigation {
  z-index: 2;
  position: fixed;
  overflow-y: scroll;
  text-align: center;
  justify-content: center;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.small_navigation .nav_element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  color: white;
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin: 0px 4px;
  padding: 16px;
}

header {
  height: 80px;
  background: #1b1464;
  padding: 4px;
}
@media screen and (min-width: 1150px) {
  header .nav_button {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  header .nav_button {
    display: flex;
  }
  header .navigation {
    display: none;
  }
}
header div.logo {
  flex: 1 0 auto;
  padding: 10px;
}
header div.logo img {
  height: 100%;
}
header .navigation {
  flex: 0 0 auto;
}
header .navigation div {
  line-height: 20px;
}
header .nav_button {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  color: white;
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin: 0px 4px;
  padding: 0px 28px;
  background: #1b1466;
}
header .nav_button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}
header .nav_element {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  color: white;
  font-family: "Questrial", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0px 4px;
  padding: 0px 28px;
}
header .nav_element:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

footer {
  background: #474747;
  padding: 12px 16px;
  margin: 12px 0px 0px;
  color: white;
  font-size: 14px;
}

/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
* Basic styling
*/
body {
  font: 400 18px/1.5 "Lato", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
* `main` element
*/
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
* Images
*/
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
* Figures
*/
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75px;
}

/**
* Lists
*/
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
* Headings
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1, h2, h3 {
  font-family: "Questrial", Helvetica, Arial, sans-serif;
}

/**
* Links
*/
a {
  color: #072682;
  text-decoration: none;
}
footer a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #0a0724;
  text-decoration: underline;
}
footer a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

/**
* Blockquotes
*/
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 20.25px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
* Code formatting
*/
pre,
code {
  font-size: 16.875px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
* Wrapper
*/
.wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1200px - (30px));
    max-width: calc(1200px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
* Clearfix
*/
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
* Icons
*/
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

/**
* Flexboxes
*/
.flexbox {
  display: flex;
}
.flexbox.row {
  flex-direction: row;
}
.flexbox.column {
  flex-direction: column;
}

/**
* Grids
*/
.grid {
  display: grid;
  grid-gap: 16px;
}
.grid.img_block {
  grid-gap: 32px;
  grid-template-rows: 1fr;
  align-items: center;
}
.grid.img_block .text {
  grid-area: text;
}
.grid.img_block .image {
  grid-area: image;
}
@media screen and (max-width: 750px) {
  .grid.img_block {
    grid-template-rows: auto auto;
  }
}
.grid.img_block.left {
  grid-template-columns: 300px 1fr;
  grid-template-areas: "image text";
}
@media screen and (max-width: 750px) {
  .grid.img_block.left {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.grid.img_block.right {
  grid-template-columns: 1fr 300px;
  grid-template-areas: "text image";
}
@media screen and (max-width: 750px) {
  .grid.img_block.right {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.grid.two_col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .grid.two_col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.three_col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .grid.three_col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.animate {
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

/**
* Buttons
*/
.button {
  display: inline-block;
  margin: 24px 0px 0px;
  border: 4px solid white;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
a:hover .button {
  text-decoration: none;
}
.button.wide {
  display: block;
  margin: 0px 6px;
}
.button.navy {
  border: 4px solid #1b1464;
  color: #1b1464;
}
.button.royal {
  border: 4px solid #072682;
  color: #072682;
}
.button.red {
  border: 4px solid #00a51b;
  color: #00a51b;
}
.button.large {
  font-size: 28px;
  padding: 8px 48px;
}
.button.medium {
  font-size: 22px;
  padding: 6px 36px;
}
.button.small {
  font-size: 20px;
  padding: 4px 24px;
}
.button:hover {
  cursor: pointer;
  background: white;
  color: black;
}
.button:hover.navy {
  background: #1b1464;
  color: white;
}
.button:hover.royal {
  background: #072682;
  color: white;
}
.button:hover.red {
  background: #00a51b;
  color: white;
}

.right_clip {
  -webkit-clip-path: inset(0px 100%);
  clip-path: inset(0px 100%);
}

.clipped {
  -webkit-clip-path: inset(0px 0px 100%);
  clip-path: inset(0px 0px 100%);
  max-height: 0;
}
.clipped.detail_detail {
  padding: 0px 0px;
}

.unclipped {
  -webkit-clip-path: inset(0px 0px 0px);
  clip-path: inset(0px 0px 0px);
  max-height: 10000px;
}
.unclipped.detail_detail {
  padding: 28px 0px;
}

hr {
  height: 4px;
  width: 72px;
  border: 0px;
  text-align: center;
  margin: 24px auto;
  background: #000000;
}
hr.smaller {
  margin: 0px 24px 12px -4px;
  width: auto;
}

.short {
  line-height: 100%;
}

.vertically_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scaling_bg {
  background: #ebebeb no-repeat top center local;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.textblock {
  margin: 0px 0px 12px;
}

.block {
  padding-top: 36px;
  padding-bottom: 36px;
}

.block_shadow {
  -webkit-box-shadow: 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px rgba(0, 0, 0, 0.2);
}

.page_title_cover {
  min-height: 400px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 24px;
}

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