/*	=BASIC
	------------------------------------------------------ */

.dark_blue_bg {
  background-color:#0c2142;
}
.light_blue_bg {
  background-color:#0865c1;
}
.red_bg {
  background-color:#ff1d25;
}
.pink_bg {
  background-color: #f6b2b2;
}


  html,body {
    margin: 0;
    height:100%;
    -webkit-text-size-adjust: 100%;
    font-size:1em;
}
html {
overflow:scroll;
width:100%;
scroll-behavior:smooth;
}


body {
font-family: 'Quicksand', sans-serif;
position:relative;
}
section {
width:100%;
height:100%;
display: flex;
  justify-content: center;
  align-items: center;
/*overflow:hidden;*/
}

.active {
display:block;
}
.inactive {
display:none;
}

.align-right {
  text-align: right;
}

.float-right {
  float:right;
}

h3.title {
  font-size: 1.5em;
  letter-spacing: 5px;
  font-weight: bold;
  color: #0865c1;
  font-family: 'Oswald', sans-serif;
}
h2.subtitle {
  font-family: 'Oswald', sans-serif;
}


.arrow_down {
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid white; /* default color is white */
  display:none;
}

.butn {
  border-radius: 30px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  padding: 10px 20px;
  text-decoration: none;
  display:inline-block;
  font-weight:bold;
  cursor:pointer;
  transition: background-color 0.5s ease;

}

.butn-custom-1 {
  border-radius: 30px;
  border-bottom-right-radius: 0;
}

.butn-more {
  height:40px;
  color:white;
}

.butn:hover {
background-color: #0c2142;
}


.header {
  width: 100%;
  z-index: 1000;
  min-width: 320px;
  height: 130px;
  position: fixed;
  top: 0;
  position:fixed;
  top:0;
}
nav {
  background-color:#0c2142;
  height: 80px;
    line-height: 66px;
}
.menu-trigger {
  display:none;
}
i.menu-icon.material-icons {
  font-size: 96px;
  background: none;
}



nav#slide-menu > ul {
  display: block;
  width: 100%;
  /* max-width: 1000px; */
  margin: 5px auto;
  padding-left: 200px;
  list-style: none;
  opacity: 1.0;
  transition: all 300ms;
  text-align: center;
}

nav#slide-menu li a {
  text-decoration: none;
  color: white;
  line-height: 30px;
  font-size: 1.2em;
  position: relative;
}
nav#slide-menu li a.preschool {
  color: #f6b2b3;
}

nav#slide-menu li a.is-active {
color:#a0bbc7;
}

nav#slide-menu li a:before,nav#slide-menu li a:after {
  position: absolute;
  width: 50%;
  height: 4px;
  background: white;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

nav#slide-menu li a.preschool:before,nav#slide-menu li a.preschool:after {
  background: #f6b2b3;
}

nav#slide-menu li a:before {
  left: 0;
  top: 107%;
  transform: translateX(-50%);
}

nav#slide-menu li a:after {
  right:0;
  top:122%;
  transform: translateX(50%);
}

nav#slide-menu li a:hover:before,nav#slide-menu li a:hover:after  {
  opacity: 1;
  transform: translateX(0px);
}

li#home_container {
  position: absolute;
  top: 10px;
  left: 10px;
}

nav#slide-menu li a#home_link {
width:100px;
height:60px;
background:url('./images/mini_logo.png') no-repeat 100%;
background-size: contain;
}
nav#slide-menu li a#home_link:hover:before,nav#slide-menu li a#home_link:hover:after {
  opacity:0;
}

.nav-social {
  float:right;
}

a#home_link span {
  display: none;
}

main {
  flex: 1 0 auto;
  margin: auto;
  justify-content: center;
}

h1.title{
  font-family: 'Dancing Script', cursive;
  text-transform: uppercase;
  font-weight: 900;
}
section h1.title {
  font-family: 'Oswald', sans-serif;
  text-transform: none;
}


.section_home {
  width:100%;
  height:75%;
}
 .container {
  /* width:90%; */
  /* max-width:50%; */
}

.row {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid #ff1d25;
}

.flow-text {
font-size: 2rem;
min-width: 50%;
}




/*	=HOME
	------------------------------------------------------ */


  /* start welcome animation */

body.welcome {
  background: white;
  -webkit-font-smoothing: antialiased;
}




.welcome .splash {
  height: 0px;
  padding: 0px;
  border: 130em solid #0865c1;
  position: fixed;
  left: 50%;
  top: 100%;
  display: block;
  box-sizing: initial;
  overflow: hidden;

  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
}

.welcome #welcome {
  background: white ;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards, hide 2s 2.9s ease forwards;
}


section#home {
  background: url(./images/background_home_transparent.png) no-repeat;
  background-size: 75%;
  background-position: bottom right;
  background-attachment: fixed;
}

section#overview {
  background-color: #0865c1;
}
/* moveIn */
.welcome .header,
.welcome a.btn {
  opacity: 0;
  animation: moveIn 2s 3.1s ease forwards;
}



.img_logo {
max-width: 40%;
height: auto;
}

section#home h1.title {
  width:80%;
}

.brochure {
  position: absolute;
  top: 20%;
  right: 5%;
  margin: auto;
  /* margin-top: 300px; */
  font-size: 2rem;
  /* width: 80%; */
}
.brochure .butn-more {
  float: right;
}


/*	=SUBSECTIONS
	------------------------------------------------------ */

.site-section {
  width:100%;
}

.site-section .container {
  width:80%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-lg-2 {
  -webkit-box-flex: 0;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 65px;
  padding-left: 65px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: 60px;
}
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.block-2 {
  padding: 40px;
  position: relative;
  text-align: center;
}

.block-2 .wrap-icon {
  position: relative;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: block;
  border-radius: 50%;
  margin-top: -80px;
  background: white;
}
.block-2 .wrap-icon * {
  width: 50%;
  height: 50%;
  margin-top: 10px;
}

.block-2 h2 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight:bold;
}

.tile .block-2 {
  padding:0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 4.5rem!important;
}



.arrow_overview {
  margin-left:25%;
  display:none;
}

.arrow_our_values {
  margin-left:25%;
  border-top-color: #0865c1;
}

section#our_values {
  background-color: white;
  height:100%;
  background-image: url('./images/our_values_3.jpg');
  background-size: 50%;
  background-repeat: no-repeat;
}

.col_full_img {
  width:100%;
}

section.h2 {
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    font-weight:bold;
    margin-top: 0;
}
section#our_values p {
  text-align: justify;
  font-size: 1.2em;
}


/*	=ANIMATION
	------------------------------------------------------ */
@keyframes init {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes puff {
  0% {
    top: 100%;
    height: 0px;
    padding: 0px;
  }
  100% {
    top: 50%;
    height: 100%;
    padding: 0px 100%;
    display: none;
  }
}

@keyframes borderRadius {
  0% {
    border-radius: 50%;
  }
  100% {
    border-radius: 0px;
  }
}

@keyframes moveDown {
  0% {
    top: 50%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveUp {
  0% {
    background: #311b92;
    top: 100%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 50%;
    background: #039be5;
  }
}

@keyframes materia {
  0% {
    background: #039be5;
  }
  50% {
    background: #039be5;
  }
  100% {
    background: white;
    width: 100%;
    height: 80px;
    border-radius: 0px;
    top:0;
  }
}

@keyframes moveIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*	=ABOUT
	------------------------------------------------------ */
#about-1 {
  background-color: #f7dcdc;
}

.about_img {
  width: 20%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  /* left: 50%; */
  margin-left: -150px;
  margin-top: -100px;
  /* max-height: 600px; */
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.about_text p {
  width: 100%;
}

.col-lg-2.about_text {
  color:#333;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 40px;
  text-align: justify;
}

.headshot-bg {
  background: url("./images/christelle_headshot_medium.jpg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.about_img img{
width:100%;
}

h1.title.about_title {
  padding-left:100px;
}

section#about-1 .site-section {
  margin-top: 100px;
}

.about_content h2.title {
  font-size: 1.5em;
  color: white;
  text-align: center;
}




/*	=ART
	------------------------------------------------------ */


#art-home {
  background-image: url('./images/arts_home.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}

section#art-home h1.title {
  font-size: 4em;
}
#art-home blockquote{
width: 30%;

}
section#art-1 {
  background-color: white;
  height:100%;
  background-image: url('./images/richland.jpg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position:right;
}

section#art-2 {
  background-color: white;
  height:100%;
  background-image: url('./images/arts_2.jpg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
}

/*	=AFTER
	------------------------------------------------------ */


  #after-home {
    background-image: url('./images/after_home.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    
  }
  

  section#after-home h1.title {
    font-size:4em;
  }

  section#after-2 {
    background: #f7dcdc;
  }

  #after-overview .site-section .container {
    width:60%;
  }


/*	=SUMMER CAMP
	------------------------------------------------------ */
  #summer-home {
    background-image: url('./images/summer_0.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    
  }

  section#summer-home h1.title {
    font-size:4em;
  }

  section#summer-1 {
    background-color: white;
    height: 100%;
    background-image: url(./images/summer_2.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}
/* 2. Position the wrapper in the bottom third, centered */
.enroll-btn-container {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* above any background */
  text-align: center;
}


/* 3. Style the button itself */
.enroll-btn {
  display: inline-block;
  background-color: #f7dcdc;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enroll-btn:hover,
.enroll-btn:focus {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/*	=ADULTS
	------------------------------------------------------ */
  #adults-home {
    background-image: url('./images/adults_home.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    
  }

  section#adults-1 {
    background-color: white;
    height: auto;
    align-items: start;
      
  }

  section#adults-2 {
    background-color: #f7dcdc;
    height: auto;
  }

  .adults-1-bg {
    background-image: url(./images/adults_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

  .adults-2-bg {
    background-image: url(./images/adults_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

/*	=ENROLLMENT
	------------------------------------------------------ */
#enrollment_container {
  width:80%;
  max-width:980px;
  margin:100px auto;
}

#enroll_form .columns {
  margin-bottom: 0.2em;
}
#enroll_form .field {
  display:flex;
  flex-wrap: wrap;
}  

#enroll_form input.input {
  height: 1.5em;
  font-size: 0.8rem;
}

#enroll_form label{
font-size: 1rem;
margin-right:0.3rem;
margin-bottom:0.2em;
}

label input[type="radio"]:checked ~ span {
  color: #3d4c54;
  font-weight: bold;
}

#enroll_form .control {
  flex: 1 1 auto;
}

.table {
  font-size:1.0em;
  margin-bottom: 100px;
}

.table h3{
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.table h3 .detail_header {
  font-size:0.8em;
  font-family:'Quicksand', sans-serif;
}


.table h4 {
  display: inline-block;
  font-weight: bold;
  font-size:1.1rem;
  font-family: 'Oswald', sans-serif;
  margin-right: 1em;
}
.class_size {
  font-size:0.8em;
}

.table input[type="checkbox"] {
  opacity: 1;
  position: initial;
  float: right;
  margin-top: 6px;
  /* right: 0; */
}

/*	=CONTACT
	------------------------------------------------------ */

div#contact {
    flex-shrink: 0;
    width: 50%;
}

.contact {
  display:block;
  position:fixed;
  bottom:2rem;
  right:2rem;
  width: 5em;
  height: 5em;
  background: transparent;
  outline: none !important;
  cursor:pointer;
  }
  
  
  button.contact:hover {
      width: 6em;
  }
  
  .contact-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ff1d25;
    border-radius: 50%;
  }
  
  .contact-icon path,
  .contact-icon polygon,
  .contact-icon rect {
    fill: #ff1d25;
    stroke: white;
    stroke-width: 1;
  }
  
  .contact-icon circle {
    stroke: white;
    stroke-width: 1;
  }
  
  /* div.contact_popup {
  
      z-index: 200;
      position: fixed;
      bottom: 100px;
      right: 20px;
      width: 376px;
      min-height: 250px;
      max-height: 704px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
      opacity: 1;
      height: calc(100% - 120px);
      border-radius: 8px;
      overflow-x: hidden;
      display:none;
      background: white;
  }
   */
  div.contact_transition {
  display:block;
    -webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
            animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  }
  div.contact_result {
  position:fixed;
  width:100%;
  height:50px;
  z-index:3000;
  bottom:0;
  background:#0865c1;
  font-weight:bold;
  font-size:1em;
  color:white;
  display:none;
  text-align:center;
  padding-top:30px;
  }
  
  div.contact_success:before {
  content: 'We got your message. Thanks!';
  }
  
  div.contact_success {
  display:block;
  }
  
  div.contact_error:before {
  content: 'There was an issue with this message. Please, try again.';
  }
  
  div.contact_error {
  display:block;
  }
  
  
  .slide-in-bottom {
    -webkit-animation: slide-in-bottom 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-bottom 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  /**
   * ----------------------------------------
   * animation slide-in-bottom
   * ----------------------------------------
   */
  @-webkit-keyframes slide-in-bottom {
    0%,100% {
      -webkit-transform: translateY(500px);
              transform: translateY(500px);
      opacity: 0;
    }
    30%,70% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0%,100% {
      -webkit-transform: translateY(500px);
              transform: translateY(500px);
      opacity: 0;
    }
    30%,70% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  
  div.contact_container header {
  opacity:1;
  background:#0865c1;
  height:80px;
  animation:none;
  }
  
  div.contact_overlay {
  position:absolute;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
  z-index: 100;
  }
  
  .gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 2s infinite;
  }
  
  .minigear {
    left: 50%;
    top: 50%;
    margin-top: -110px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    animation: spin-reverse 3s infinite;
  }
  
  .minigear path {
  fill:#ff3465;
  }
  
  /**
   * ----------------------------------------
   * animation spin of the loading gear
   * ----------------------------------------
  */
  
  @keyframes spin {
    50% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin-reverse {
    50% {
      transform: rotate(-360deg);
    }
  }
  
  /**
   * ----------------------------------------
   * animation swing-in-bottom-fwd - Found on Animista
   * ----------------------------------------
   */
  @-webkit-keyframes swing-in-bottom-fwd {
    0% {
      -webkit-transform: rotateX(100deg);
              transform: rotateX(100deg);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      opacity: 1;
    }
  }
  @keyframes swing-in-bottom-fwd {
    0% {
      -webkit-transform: rotateX(100deg);
              transform: rotateX(100deg);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      opacity: 1;
    }
  }
  
    /**
   * ----------------------------------------
   * animation reveal text 
   * ----------------------------------------
   */
  
  .animatable {
    position: relative;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    animation: .75s cubic-bezier(1,-0.01,.12,.8) 1s 1 reveal forwards;
  }
  
  .animatable::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff1d25;
    padding: inherit;
    animation: .75s cubic-bezier(1,-0.01,.12,.8) 1.75s 1 hide forwards;
  }
  
  @keyframes reveal {
    from { clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
    to { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  }
  
  @keyframes hide {
    from { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    to { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  }

  div.contact_container {
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 100%;
  }
  
  div.contact_container h1 {
  width:100%;
  font-size: 2.5em;
  font-weight: bold;
  display:block;
  margin:10px auto;
  color:white;
  font-family: 'Oswald', sans-serif;
  text-align:center;
  }
  
  div.contact_container h2 {
      font-family: 'Oswald', sans-serif;
      font-weight: bold;
      letter-spacing: 1px;
      width:100%;
      display:block;
      font-size:2em;
  }
  
  div.contact_container .content {
  padding: 0 12px;
  display:block;
  text-align:center;
  }
  div.contact_container .content p {
  display:block;
  margin-bottom:15px;
  font-size: 1.3em;
  }
  div.contact_container .content p span {
  display:block;
      line-height: 1.7em;
      font-size: 0.9em;
  }

  div.contact_container .content p.address span {
    display:block;
        line-height: 1.7em;
        font-size: 1.5em;
    }

  div.contact_container  a {
  color:#0865c1;
  }
  
  div.contact_container  a:hover {
  color:#0865c1;
  }
  

  div.contact_result {
    position:fixed;
    width:100%;
    height:50px;
    z-index:3000;
    bottom:0;
    background:#0865c1;
    font-weight:bold;
    font-size:1em;
    color:white;
    display:none;
    text-align:center;
    padding-top:30px;
    }
    
    div.contact_success:before {
    content: 'We got your message. Thanks!';
    }
    
    div.contact_success {
    display:block;
    }
    
    div.contact_error:before {
    content: 'There was an issue with this message. Please, try again.';
    }
    
    div.contact_error {
    display:block;
    }
    

  .form{padding:10px 30px;max-width:calc(100vw - 40px);box-sizing:border-box;font-family:'Montserrat',sans-serif;position:relative}
  
  .form input,textarea{width:100%;padding:10px;box-sizing:border-box;background:none;outline:none;resize:none;border:0;font-family:'Quicksand',sans-serif;transition:all .3s;border-bottom:2px solid #0865c1;font-size:0.9em}
  .form ::placeholder {color:#aaa}
  .form textarea {height:90px;}
  .form input:focus{border-bottom:2px solid #78788c;letter-spacing:1px;}
  .form p:before{content:attr(type);display:block;margin:20px 0 0;font-size:0.9em;color:#224455;font-family: 'Oswald', sans-serif;font-weight:bold;letter-spacing:2px;}
  .form button{float:right;padding:8px 12px;margin:8px 0 0;font-family:'Montserrat',sans-serif;border:2px solid #78788c;background:0;color:#5a5a6e;cursor:pointer;transition:all .3s}
  .form button:hover{background:#78788c;color:#fff}
  .form div{content:'Hi';position:absolute;bottom:-15px;right:-20px;background:#50505a;color:#fff;width:320px;padding:16px 4px 16px 0;border-radius:6px;font-size:13px;box-shadow:10px 10px 40px -14px #000}
  .form span{margin:0 5px 0 15px}
  
  
/*********************************

            SMARTPHONES

**********************************/
  
@media screen and (min-width: 400px) and (max-width: 1024px) {

.butn {
  line-height: 60px;
  font-size: 2rem;
}
.butn-more {
  height:80px;
}

h1.title {
  font-size:3.5em;
}

h4 {
font-weight: bold;
}

  /*	=NAVIGATION
	------------------------------------------------------ */


  .header div.menu-trigger {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 150px;
    height: 150px;
    cursor: pointer;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: block;
    z-index:300;
    border-radius:50%;
    background:white;
  }

  .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width:  50%;
    height: 10px;
    background-color: #0865c1;
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
}

.icon-1 {
  transform: translateY(-20px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(20px);
  animation-delay: 250ms;
}


.icon-1.a {
  transform: rotate(40deg);
}
.icon-3.b {
  transform: rotate(-40deg);
}
.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}



 


nav#slide-menu {
  position: fixed;
  top: 0;
  left: -50%;
  right: unset;
  bottom: 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 50%;
  height: 100%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 200;
  background: white;
}
  nav#slide-menu > ul {
    padding:0;
    margin-top: 140px;
    margin-left: 15px;
}

nav ul li {
  float:none;
  /* margin-bottom: 50px; */
}

li.right {
  float:none !important;
}
.nav-social {
  float:none !important;
  height: 100px;
  position: absolute;
  bottom:50px;
  width: 100%;
}

.nav-social a {
  color: #0c2142 !important;
  width: 25%;
  height: 100%;
  font-size: 4em !important;
}

nav#slide-menu li a {
  text-decoration: none;
  color: black;
  line-height: 40px;
  font-size: 40px;
}

li#home_container {
  position: relative;
}

nav#slide-menu li a#home_link {
background:none;
width:auto;
height:auto;
}
a#home_link span {
  display:inline;
}

  body.menu-active nav#slide-menu {
    left: 0px;
}
main {

  margin-top:20%;

}
  .valign-wrapper{
  height: 100%;
  width: 100%;
  }
  .valign-wrapper .container {
    height: 50%;
    margin-left: 10%;
  }

  .flow-text {
    font-size: 3rem;
    width: 80%;
}


.brochure {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  /* margin-top: 300px; */
  font-size: 2rem;
  /* width: 80%; */
  z-index: 199;
  text-align: center;
}

.brochure .butn-more {
  float: none;
}


.img_logo {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

section {
  align-items: normal;
    margin: 0 auto;
    height:auto;
    min-height: 100%;
    overflow: hidden;
}

section#home {
  background-size: 100%;
  /* background-position: initial; */

  background-attachment: initial;
}

section#home h1.title {
  width: 100%;
}

.site-section {
  margin-top: 100px;
  min-height: 100%;
}

section#our_values {
  background-color: #eee;
  height:auto;
  background-size: 100%;
}

section#our_values .col-lg-2:first-child {
  height:30%;
}

section#our_values .col-lg-2:last-child {
  background-color:#eee;
}


h1.title.about_title {
  display: block;
    height: 50px;
    text-align: center;
}

.col-lg-2.headshot-bg{
  background-position: top;
  min-height: 800px;
}

.col-lg-2.about_text {
  padding-left:60px;
  padding-right:60px;
}


.about_content h2 {
  font-family: 'Oswald', sans-serif;
  color:white;
}

section#after-home {
  background-position: bottom;
  background-size: auto 50%;
  background-attachment: initial;
}
section#after-overview {
  min-height: 60%;
}

/* 2. Position the wrapper in the bottom third, centered */
.enroll-btn-container {
  position: absolute;
  bottom: None;
  top:30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* above any background */
  text-align: center;
  width:400px;
}


/* 3. Style the button itself */
.enroll-btn {
  border-radius: 60px;
  font-size: 2.5rem;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#after-overview .site-section .container {
  width: 100%;
  min-height: 100%;
  font-size: 2.1em;
}
.block-2 h2 {
  font-size: 1.5em;
}
.block-2 .wrap-icon {
  width: 160px;
  height: 160px;
  margin-top: -140px;
}
.block-2 .wrap-icon * {
  margin-top: 30px;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 10rem!important;
}

section#art-home {
  background-position: bottom;
  background-size :auto 50%;
  background-attachment: initial;
  
}

#art-home blockquote{
  width: 80%;
  
  }

section#art-1 {
  background-color: #eee;
  background-size: 100% auto;
  background-position: center bottom -200px;
}


section#art-2 {
  background-color: #fff;
  height:100%;
  background-image: none;
}


section#summer-home {
  background-position: bottom;
  background-size :auto 50%;
  background-attachment: initial;
}

section#summer-1 {
  background-color: white;
  background-image: url(./images/summer_2.jpg);
  background-size: 100% auto;
  background-position: center bottom -450px;
}

section#adults-home {
  background-position: bottom;
  background-size :auto 50%;
  background-attachment: initial;
  
}

section#adults-1 {
align-items: start;
min-height: auto;
}

section#adults-2 {
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: top left;
}

section#adults-2  .col-lg-2{
min-height: auto;
}

section#adults-2 .site-section{
 margin-top:0;
}
.adults-1-bg {
  display:none;
}

.adults-2-bg {
  background-position: left;
  height: 30%;
}
/*	=SUBSECTIONS
	------------------------------------------------------ */


  .site-section .container {
    width: 100%;
    min-height:100%;
}
.row {
  justify-content: center;
  height: 100%;
}
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 80%;
  margin-bottom: 100px;
}

.col-lg-2 {
  margin-bottom: 100px;
  /* min-height: 50%; */
  max-width:100%;
  flex: 0 0 100%;
}

.row h2 {
  font-size: 4em !important;
}
.row p {
  font-size: 32px !important;
}

h3.title {
  font-size: 3em;
  margin-bottom: 40px;
}

/*	=CONTACT
	------------------------------------------------------ */


  div#contact {
    width: 80%;
}

div.contact_container .content p.address span {
  line-height: 2em;
  font-size: 3em;
}

div.contact_container .content p span {
  display: block;
  line-height: 3em;
  font-size: 2em;
}

.form input, textarea {
  font-size: 2em;
}

.form button {
  padding: 18px 22px;
  font-size: 2em;
}

.form p:before {
  font-size: 2em;
  margin: 40px 20px 0;
}
  /* .contact {
  display:none;
  }
  */
  
  /* div.contact_popup {
 display:none;
  } */
  
  
}
