@font-face {
font-family: 'gotham-rounded-book';
src: url("../fonts/Quicksand-Regular.otf") format("opentype");
src: url("../fonts/gotham-rounded-book.otf") format("opentype");
}

body {
  position: relative;
/*font-family: 'Lato','Varela Round', sans-serif;*/
  font-family: "objektiv-mk3",sans-serif;
/*  font-family: "adelle-sans",sans-serif;*/
  font-style: normal;
  font-weight: 300;
}

p {
  font-size: 1.3em;
}

/*GET'S RID OF JUICER BUTTON AND OTHER- START*/
.juicer-button {
  display: none!important;
}

.j-post-overlay.juicer-feed .j-bottom {
  display: none!important;
}

/*GET'S RID OF JUICER BUTTON AND OTHER- END*/

.please {
  max-width: 100%;
}
/*p {
  font-family: "adelle-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}*/

.titlespacer {
  padding-top: 50px;
}

.churchtitle {
  /*font-family: "p22-mackinac-pro",serif;*/
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 2.7em;
  line-height: 0.9em;
  padding-top: 10%; 
  padding-bottom: 30px;
  line-height: 1.1em;
}

.dayschooltitle {
  /*font-family: "report",sans-serif;*/
  /*font-family: "minerva-modern",sans-serif;*/
  
/*  font-family: "objektiv-mk3",sans-serif;
  font-style: normal;
  font-weight: 500;*/

/*  font-family: "objektiv-mk1", sans-serif;
  font-weight: 500;
  font-style: normal;*/

  font-family: objektiv-mk1, sans-serif;
  font-weight: 500;
  font-style: normal;

  text-transform: uppercase;
  letter-spacing: 5px;
  color: #507654;
  font-size: 2.7em;
  line-height: 0.9em;
  padding-top: 10%; 
  line-height: 1.3em;
}

/*.pport {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 3.0em;
  line-height: 0.9em;
  padding-top: 10%; 
  padding-bottom: 30px;
  padding-left: 50px;
  line-height: 1.1em;
}*/


/*Fade in day school
=======================*/
#dayfade {
  -webkit-animation: 1.6s ease 0s normal forwards 1 fadein;
  animation: 1.6s ease 0s normal forwards 1 fadedayschool;
}
@keyframes fadedayschool{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadedayschool{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}

h1 {
  font-family: "objektiv-mk3",sans-serif;
  font-style: normal;
  font-weight: 300;
}

::selection {
  background: #96ac98; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #96ac98; /* Gecko Browsers */
}

/*HEADER
================================
===============================*/


/*OPENING COVER IMAGE START*/

#backgroundLead { 
    background: no-repeat top center fixed;
    background-size: cover;
    height: 800px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ba63b1;
    text-align: center;
    font-weight: 900;
    font-size: 9.0em;
    padding-top: 15%; 
 }

/* #likeARock {
  background-color:rgba(255, 255, 255, 0.7);
  min-height: 100px;
  width: 100%!important;
 }*/


.fade-in-baby{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}

/*OPENING COVER IMAGE END*/




/*      NAVBAR
This centers the items on navbar 
(you have to remove float "left" in html)
================================
===============================*/


/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
}

.navbar .navbar-collapse {
  text-align: center;
}*/


/*End of centering navbar
================================
===============================*/


/*Navbar Color Change START
================================
===============================*/

#navbar-site {
  border-style: solid;
  border-color: #507654;
  background-color: #507654;
  border-width: 1px;
  border-left: none;
  border-right: none;
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #507654;
  }

.nav-link {
/*    text-align: center;*/
/*    padding-right: 0px;*/
  }

.nav-item .nav-link .dropdown-toggle {
color: red!important;
}


.navbar-site .dropdown-menu {
      color: red!important;
}

.dropdown-menu .show{
      color: red!important;
}

/* Makes Navbar tabs dropdown on hover */
.dropdown:hover>.dropdown-menu {
  /*display: block;*/
}

/*.dropdown-menu:hover> {
  display: block;
}*/


/* Removes carrot from navbar tabs */
.dropdown-toggle::after {
    /*display: none;*/
}

.navbar-custom {
/*    background-color: white!important;*/
/*    min-height: 100px!important;*/
/*    padding-top: 0px;
    padding-bottom: 0px;*/
    color: white!important;
}

.nav-pills .nav-link {
  color: white;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #507654;
}

.dropdown-item {
  color: #507654;
  padding-right: 30px;
}


/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: red!important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: red!important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: red!important;
}


#banner-load{
/*      width: 100%;
      height: 100%;*/
}

/* change the background color */
.navbar {

}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: green;
}

/* space between navbar tabs */
.nav-link {
  padding-right: 20px;
}

/*.nav li {
display: inline;
}*/

/*Navbar Hamburger START
================================
===============================*/

/* Icon 1 */

.animated-icon1, .animated-icon3, .animated-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon3 span {
    background: #e3f2fd;
}

.animated-icon4 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon3 span:nth-child(1) {
  top: 0px;
}

.animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) {
  top: 10px;
}

.animated-icon3 span:nth-child(4) {
  top: 20px;
}

.animated-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

.animated-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/*keeps navbar centered when adding hamburger menu */
.navbar-collapse {
  flex-grow: 0;
}


/*Navbar Hamburger END
================================
===============================*/



/*Navbar Color Change END
================================
===============================*/



/* BODY
================================
===============================*/
.headerSpacer {
  min-height: 180px;
}

.topspacing {
  padding: 30px;
}
.footerSpacer {
  margin: 0px;
  min-height: 70px;
      border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: gray;
    background-color: lightgray;
    margin-top: 50px;
}

a {
  color: #810073;
/*  font-weight: 400;*/
}

a:hover {
    color: #507654;
}

.centering {
  text-align: center;
}
/* Footer link to my email address to be descrept
=================*/
#loubello {
    color: black;
  }

#loubello:hover  {
    color: gray;
  }


.paintfiller {
/*    background-color: #d9d9d9;*/
    background-image:url(../img/patterns/az_subtle_@2X.png);
    background-repeat:repeat;
/*    opacity: 0.6;*/
}

.logostill {
    position: absolute;
    margin-top: 10%;
    margin-left: 20%;
    max-height: 125px;
}

.logoslide {
    position: absolute;
    margin-top: 10%;
    margin-left: 20%;
    max-height: 125px;
    animation: spin 1.0s linear 2;

     /*    width: 100px;
    height: 100px;
    background-color: red;*/

    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: logomove;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    /* Standard syntax */
    animation-name: logomove;
    animation-duration: 1.0s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes logomove {
    0%   {left:-250px; top:0px; transform: rotate(0deg); }
/*    85%  {left:5px; top:0px;}*/
    100% {left:0px; top:0px; transform: rotate(360deg); }
}

/* Standard syntax */
@keyframes logomove {
    0%   {left:-250px; top:0px; transform: rotate(0deg); }
/*    85%  {left:5px; top:0px;}*/
    100% {left:0px; top:0px; transform: rotate(360deg); }
}


/*.loader {

    animation: spin 1s linear 2;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/

/*#logostill {
    position: absolute;
    margin-top: 150px;
    margin-left: 50px;
    max-height: 125px;
}*/

#logotitle {
  color: #99313b;
  font-size: 3.5em;
  line-height: 0.9em;
  padding-top: 45%; 
}

#logotitlelower {
  color: #99313b;
  font-size: 3.0em;
  line-height: 0.9em;
  padding-top: 10%; 
  line-height: 1.1em;
}

#logotitlechange {
  color: #99313b;
  font-size: 3.5em;
  line-height: 0.9em;
  padding-top: 9%; 
}

.leadPhrase {
  color: #765072;
/*  color: #3d6b87;*/
  font-size: 1.3em;
}

#SchoolHouseRocks {
  max-height: 650px;
}

#about {
  padding-top: 60px;
}

#center-this-carousel {
  text-align: center;
}

/*.center-this {
  text-align: center;
}*/

/*.sliderfill {
  min-width: 100%;
}*/

#starterSlider {
  width: 100%;
  height: 725px;
}

#starterSlider2 {
  width: 100%;
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
}

#quoteSlider {
  width: 100%;
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
}
.testimonialsliderframe {
  height: 725px;
  min-width: auto;
  background-color: lightgray;
}

.testimonialsliderframeexmissions {
  height: 425px;
  min-width: auto;
  background-color: #b8b8b8;
}


.quote {
  text-align: center;
  padding-top: 30%;
  padding-left: 10%;
  padding-right: 10%;
}

.exmissionsquote {
  text-align: center;
  padding-top: 20%;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: center;
}

.exmissionsquote2 {
  text-align: center;
  padding-top: 1%;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: center;
}

.exmissionsquote3 {
  text-align: center;
  margin: auto;
  width: 80%;
  vertical-align: center;
/*  border: 3px solid green;*/
/*  padding: 10px;*/
  padding: 70px 0;
}
.exmissionsquote4 {
  text-align: center;
  margin: auto;
  width: 80%;
  vertical-align: center;
/*  border: 3px solid green;*/
  padding: 20px 0;
}

.exmissionsquote5 {
  text-align: center;
  vertical-align: center;
  padding-top: 12%;
  padding-left: 10%;
  padding-right: 10%;
}

.person {
  text-align: right;
  font-size: 1.0em;
  /*padding-right: 20%;*/
  font-style: italic;
}
/*EXMISSIONS
=======================
=======================*/

#school2ndcolumn {
  padding-left: 30px;
}


/*HISTORY PAGE
=======================
=======================*/

/*#quotecontainer {
   position: relative;
}

#quotebackground {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: -1;
   overflow: hidden;
   color: #FFE500; 
   font-family: lato!important; 
   font-size: 700px;
}*/



#stampwatermark {
  /* the image you want to 'watermark' */
  height: auto; /* or whatever, equal to the image you want 'watermarked' */
  width: auto; /* as above */
  background-image: url(../img/BearLOGOStamp.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 150px 200px;
}

#stampwatermark img {
  /* the actual 'watermark' */
  position: absolute;
  top: 0; /* or whatever */
  left: 0; /* or whatever, position according to taste */
  opacity: 0.5; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
  filter:alpha(opacity=50); /* for <= IE 8 */
}




/* BACKGROUND PAGE
================================
===============================*/

#background-h1 {
/*  padding-bottom: 20px; 
  text-align: center;*/
  padding-top: 20px;
  font-size: 4em;
  color: gray;
}

/*#building-pic {
  min-width: 100%;
  min-height: 100%;
}*/

#background-text {
  padding-top: 10px;
}

/*#background footer {
  position; absolute;
  bottom: 2px;
  color: red;
}*/

/*#background body, div, img, p { padding:0; margin:0; }
#background body { overflow:hidden; background-image:url(../img/bg.jpg); }*/

/*.polaroids { width:368px; height:376px; background-image:url(../img/polaroid-bg.png); }
.polaroids img { width:335px; height:275px; margin:25px 0 0 15px; }
.polaroids p { text-align:center; font-family:Georgia,serif; font-size:20px; color:#2E2E2E; margin-top:15px; }*/

/*.special-footer {
  position: absolute;
  bottom: 2px;
}*/

/*.polaroids {
  display: inline-block;
  width:368px; 
  height:376px; 
  background-image:url(../img/polaroid-bg.png); 

  transform: rotate(30deg);
}*/

/*#Pol1 {
   width:368px; height:376px; background-image:url(../img/polaroid-bg.png); position:absolute; 
} */


/*#polbackdrop {
  background-color: #8ac4ea;
  padding: 40px;
}*/

/*POLAROID STYLING - START*/

#polaroid{
  background: #d8d8d8; 
  margin: 0 0 0 20px; 
  padding: 15px 15px 0 15px; 
  width: 500px;
}
#polaroid img{
  width: 470px; 
  height: 380px;
}
#polaroid-caption{
  color: #000; 
  background: #d8d8d8; 
  height: 110px; 
  margin: 0 0 0 20px; 
  padding: 30px 15px; 
  width: 500px;
}

/* Caption and controls */
#polaroid-caption a{
  color: #000;
}
#polaroid-caption p.caption{
  font-size: 1.5em;
  font-weight: bold; 
  text-align: center;
}
#prev, #next{
  display: block; 
  height: 24px; 
  width: 14px;
}
#prev{
  background: url(../img/prev.png) no-repeat left top; 
  float: left;
}
#next{
  background: url(../img/next.png) no-repeat left top; 
  float: right;
}

/* css3 */
#polaroid{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px; 
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
#polaroid-caption{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px; 
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px
}

/*POLAROID STYLING - END*/



/* STAFF PAGE
================================
===============================*/
.btn-link {
  color: #507654;
}

.movethisfade {
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {  Safari and Chrome 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}

.movethisfade {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

.movethisfade {
    animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: slide-up-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: slide-up-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: slide-up-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: slide-up-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/

    opacity:0;
    opacity: 1\9;

}




@keyframes movethisfade {
    0% {
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes slide-up-fade-in{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -o-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
} 

/*TRYING THIS OUT*/

.letherstory {
    animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: slide-up-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: slide-up-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: slide-up-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: slide-up-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/

    opacity:0;
    opacity: 1\9;

}




@keyframes letherstory {
    0% {
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes slide-up-fade-in{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -o-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
}
.changeyours {
    animation: slide-down-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: slide-down-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: slide-down-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: slide-down-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: slide-down-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/

    opacity:0;
    opacity: 1\9;

}




@keyframes changeyours {
    0% {
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes slide-up-fade-in{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -o-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
}

.changeyours {
  color:white; text-align: center; text-transform:none;  padding-top: 80px; padding-bottom: 80px; font-family:ltc-bodoni-175; font-size: 4.0em;
  color:#89192f; 
  padding-top:300px;
}

.letherstory {
  color:white; text-align: center; text-transform:none;  padding-top: 80px; padding-bottom: 80px; font-family:ltc-bodoni-175; font-size: 4.0em;
  color:#89192f; 
  padding-top:300px;
}



#photoborder {
  padding: 2px;
  border-style: double;
  border-width: 5px;
  border-color: gray;
}



/* APPLY PAGE
================================
===============================*/

.tabletext {
  font-size: 0.8em;
}


.table td, .table th {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

th {
  background-color: #96ac98!important;
}



/* TUITION PAGE
================================
===============================*/
.extendedday {
  background-color: lightgray!important;
  /*text-align: left;*/
}



/* EDUCATORS PAGE
================================
===============================*/

/*.spacerunderline {
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
}*/

.spacer {
  padding-top: 20px;
  padding-bottom: 20px;
  /*height: 40px;*/
}

/*.spacerbottom {
    padding-bottom: 20px;
}

.spacertop {
    padding-top: 20px;
}

.spacertopdouble {
    padding-top: 30px;
}

#TBSlogo {
  max-height: 50%;
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.glyphicon-asterisk:before {
  content: "\2a";
  font-size: .7em;
  color: #8ac4ea;

} */

/*.padding-top {
  padding-top: 20px;
}

.padding-bottom {
  padding-bottom: 20px;
}*/


/* APPROACH PAGE
================================
===============================*/




/* MATERIALS CENTER PAGE
================================
===============================*/
#mc-page {
  padding-top: 0px;
}


/*#material-carousel {
    column-fill: auto;

display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%; // Add this
}*/



/* DOCUMENTATION PAGE
================================
===============================*/


#quotationperson {
  font-size: 1.3em;
  color: gray;
  text-transform: uppercase;
  text-indent: 40px;
  line-height: 1.3em;
}

#quotation {
  font-size: 1.1em;
  font-style: italic;
  text-transform: none;
  text-indent: 40px;
  color: #197ABA;
}

#trytry {
  max-width: 25%;
  max-height: 25%;
/*  border-radius: 150px;*/
  padding-right: 10px;
}

.doctitle {
  border-top: 1px solid gray;
  padding-top: 70px;
/*  font-weight: bold;*/

}

{
    text-align: center;
}


.docbox1 {
  height: 400px;
  background: url('../img/marksmean.jpg') center no-repeat;
  background-size: cover;
  border-radius: 15px;
  text-align: center;
  color: white;
  padding:20px; 
}

.docbox1 h2 {
  font-size: 2.8em;
}

/*.docbox1:hover > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color: #000 !important;
    opacity:0.5;

    border-radius:30px;
}*/

.docbox2 {
  height: 400px;
  background-color: gray;
  background: url('../img/touchlight.jpg') center no-repeat;
  background-size: cover;
  border-radius: 15px;
  text-align: center;
  color: black;
  padding:20px; 
}

.docbox2 h2 {
  font-size: 2.8em;
}

.docbox3 {
  height: 400px;
  background-color: gray;
  background: url('../img/elliot-MoMA.jpg') center no-repeat;
  background-size: cover;
  border-radius: 15px;
  text-align: center;
/*  margin:5px; */
  color: black;
  padding:20px; 
}

.docbox3 h2 {
/*  background-color: white;
  opacity: .7;
  border-radius: 15px;*/
  font-size: 3em;
}

.docbox4 {
  height: 400px;
  background-color: gray;
  background: url('../img/music1.png') center no-repeat;
  background-size: cover;
  border-radius: 15px;
  text-align: center;
  color: white;
/*  margin:5px; */
  padding:20px; 
}

.docbox4 h2 {
/*  background-color: white;
  opacity: .7;
  border-radius: 15px;*/
  font-size: 3em;
}


.feature {
    position: relative;
}
 
.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


/* MARKS HAVE MEANING PAGE
================================
===============================*/

.picture-padding {
  margin: 20px;
}

/*#scribcover {
  padding-top: 40px;
}*/

/*#markstart {
  position: absolute;
  top: 200px;
}*/

/*#scribble {
  position: absolute;
  left: 100px; top: 500px;
  max-height: 50%;
  max-width: auto;
  z-index: -1;
  opacity: 0.3;
}*/

#Alphhere {  
  background-image: url("../img/Alphabet2.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}


#scribbled {
 position: absolute;
  right: 100px; top: 200px;
  max-height: 50%;
  max-width: auto;
  z-index: -1;
  transform: rotate(-8deg);
  opacity: 0.7;

}



#AlphMark {
  position: relative;
  left: 0px; top: 0px;
  max-height: 75%;
  max-width: auto;
  z-index: -10;
/*  opacity: 0.2;*/
  transform: rotate(-10deg);
}

#crayonscribble{
  position: relative;
  max-height: 40%;
  max-width: 40%;
  padding: 10px;
}

#TwoGuyspic {
  position: relative;
  max-height: 40%;
  max-width: 40%;
  right: 0px;
  padding: 10px;
/*  z-index: -1;*/
/*  opacity: 0.2;*/
  transform: rotate(-10deg);
}

#Alistair {
  border-radius: 5px;
  max-height: 40%;
  max-width: 40%;
}

#FourGuyspic {
  position: relative;
  max-height: 30%;
  max-width: 30%;
    padding: 10px;
  right: 0px;

/*  transform: rotate(-40deg);*/
}


/* PROJECTION PLAY PAGE
================================
===============================*/

#PPD {
  display:inline-block;
  vertical-align: center;
  max-height: 18%;
  max-width: 18%;
  padding: 5px;
}

#rocco {
  max-width: 18%;
  max-height: 18%;
  padding: 5px;
/*  padding-right: 10px;*/
}

/* ??? PAGE
================================
===============================*/





/* GLIMPSE PAGE
================================
===============================*/
#glimpspics {
  display:inline-block;
  vertical-align: center;
  max-height: 24%;
  max-width: 24%;
  padding: 5px;
}





/* ART PAGE
================================
===============================*/

/*KEEP THIS*/
/*#art_blurb {
  background: url('../img/PurpleSwirl.gif') center no-repeat;
  background-size: cover;
  max-height: 50%;
  max-width: auto;
}*/

#purplecircle {
  position: absolute;
  right: 0px; top: 250px;
  max-height: 50%;
  max-width: auto;
  z-index: -1;
  opacity: 0.2;
}

/* MUSIC PAGE
================================
===============================*/

/*#guitarPic {
  z-index: -1;
  transform: rotate(30deg);
}*/

#guitarPic {
  position: absolute;
  right: 100px; top: 380px;
  max-height: 20%;
  max-width: 20%;
  z-index: -1;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
  opacity: 0.8;
}

#ptImage {
  width: 40%;
  padding: 10px;
}
#rcImage {
  width: 20%;
}
#recordingP2 {
  padding-top: 20px;
}

.withpadding { 
  min-height: 350px;
  border: 2px solid #8ac4ea;
  background-color: white;
  border-radius: 15px;
  text-align: center;
/*  margin:5px; */
  padding:20px; 
}



/* YOGA PAGE
================================
===============================*/

#YogaPics {
  display:inline-block;
  vertical-align: center;
  max-height: 30%;
  max-width: 30%;
  padding: 5px;
}


/* PROGRAMS PAGE
============================================*/

.quotebox {
  background-color: lightgray;
  border-style: solid;
  border-width: 2px;
  border-color: #737373;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
}

.quotewords {
  margin: 25px;
  font-style: italic;
/*  font-weight: 300;*/
}

.boxwords {
  margin: 25px;
}

.quoteperson {
  text-align: right;
  margin-top: 0px;
  font-size: 1.1em;
}

/* ADMISSIONS PAGE
================================
===============================*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*#poopBox {
  width: 100%;
  min-height: 50px;
  text-transform: uppercase;
  text-align: justify;
  vertical-align: center;
  background-color: #fff;
  border: 2px solid #8ac4ea;
  color: #197ABA;
  border-radius: 15px;
}*/


#processBox {
  width: 100%;
  min-height: 50px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #8ac4ea;
  color: #197ABA;
  border-radius: 15px;
}

#or {
  text-align: center;
  color: #197ABA;
  font-size: 1.8em;
}

#processBox h4 {
  font-size: 1.5em;
  text-align: center;
}

#inquiryBox {
/*  margin-left: 5%;*/
/*min-width: 25%;
max-width: 25%;*/
/*    display:inline-block;*/
   
/*    margin:0px 10px 0px 40px;*/
/*    padding:5px 10px*/
  box-align: center;
/*  color: black;*/
}

#applicationBox {

}

#tourBox {
/*  margin-left: 50%;*/
}

#playdateBox {
  text-align: right;

/*  margin-left: 75%;*/
}

#arrow1 {
/*  margin-left:25%;*/
margin: auto;
}

#arrow2 {
/*  margin-left: 25%*/
}

#arrow3 {
/*  margin-left: 25%*/
}

#inquiry_button {
  text-align: center;
  background-color: #197ABA;
  border: 1px solid gray;
}

#applicationSection {
  margin-top: 40px;
}

/*#applicationSection {
  margin-top: 20px;*/
/*  border-top: 1px solid gray;*/
}

#toursSection {
  margin-top: 20px;
/*  border-top: 1px solid gray;*/
}

#playdateSection {
  margin-top: 20px;
/*  border-top: 1px solid gray;*/
}

#app-process-title {
  border-top: 1px solid gray;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 20px;
}

#application-process th {
  background-color: gray;
  color: white;
  font-size: 1.2em;
  width: 25%;
}
#application-process tr {
color: white;
}

.wrapper {
  text-align: center;
}

#asterik {
  text-align: center;
  color: gray;
  font-size: 1.1em;
}

#age-table {
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  padding: 0px;
}

th {
  text-align: center;
    color: black;
  background-color: #8ac4ea;
}

.li-style{
  font-size: 1.3em;
/*  line-height: 175%;*/
}

#thead-ind-font{
  text-align: center;
}


/* TUITION PAGE
================================
===============================*/


/* CONTACT PAGE
================================
===============================*/

#map {
  text-align: center;
}

#google-map {
  width: 400px;
  height: 300px;
}

#form {

}

.referral {
  display: none!important;
}
.timeline-Footer u-cf {
  display: none!important;
}

#trains {
  max-width: 18px;
  opacity: .6;
}

#email {
  color: gray;
  font-size: 1.1em;
}


/*EXTRA PAGES
================================
===============================*/

/*EDUCATORSSURVEY PAGE*/

#blankspacefiller{
  padding-top: 25px;
  padding-bottom: 0px;
}


/* FOOTER
================================
===============================*/
footer {
  padding-top: 40px;
  padding-bottom: 60px;
  width: 100%;
  /*  background-color: gray;*/
}

#facebook {
  width: 18px;
  margin-bottom: 8px;
  margin-right: 1px;
  opacity: 0.7;
}

#instagram {
  width: 17px;
  margin-bottom: 5px;
  margin-left:2px; 
  margin-right:2px; 
  padding-top:3px; 
  padding-bottom:5px;
  opacity: 0.7;
}

#twitter {
  width: 18px;
  margin-bottom: 5px;
  margin-left:1px;
  padding-top:2px; 
  padding-bottom:2px;
  opacity: 0.7;
}

#footer-text {
  text-align: top;
/*  color: red;*/
  text-align: center;
  margin-bottom: 5px;
  font-size: 0.98em;
}



/* CUSTOM RESPONSIVENESS
================================
===============================*/




@media (min-width: 1200px) and (max-width: 2000px){
/*.logostill {
    margin-left: 20px;
}


.logoslide {
    margin-left: 20px;
}*/
/*.churchtitle {
  font-size: 2.0em;
  }*/
/*  .testimonialsliderframe {
  height: 601px;
  }*/
}

@media (min-width: 769px) and (max-width: 1200px){

  .churchtitle {
    font-size: 2.3em;
  }

  .testimonialsliderframe {
    height: 601px;
  }
  
  #starterSlider {
    height: 601px;
    overflow: hidden;
  }

  .quote {
    padding-top: 20%;
    f/*ont-size: 1.2em;*/
  }

/*.logostill {
    margin-left: 20px;
}

.logoslide {
    margin-left: 20px;
}*/


/*  .navbar .navbar-brand {float:none;display: inline-block;}
  .navbar .navbar-nav>.nav-item { float: none; margin-left: .1rem;}
  .navbar .navbar-nav {float:none !important;}
  .nav-item{width:100%;text-align:left;} 
  .navbar-toggler {display: block !important;}
  .navbar-toggleable-sm.collapse {display:none !important}
  .navbar-toggleable-sm.collapse.in {display:block !important}*/

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

@media (min-width: 769px) and (max-width: 991px){

 .exmissionsquote5 {
    font-size: 1.5em;
  }

 .exmissionsquote3 {
    font-size: 1.1em;
  }

  .testimonialsliderframe {
    height: 438px;
  }

  #starterSlider {
    height: 438px;
    overflow: hidden;
  }

  .quote {
    padding-top: 25%;
    font-size: 1.2em;
  }

  #logo {
    /*display: none;*/
    margin-left: 0px;
  }

  .churchtitle {
    font-size: 2.0em;
  }

  .headerSpacer {
    min-height: 150px;
  }

  .nav-link {
    padding-right: 10px;
    font-size: 0.9em;
  }
/*.grid-float-breakpoint*/
/*  .navbar .navbar-brand {float:none;display: inline-block;}
  .navbar .navbar-nav>.nav-item { float: none; margin-left: .1rem;}
  .navbar .navbar-nav {float:none !important;}
  .nav-item{width:100%;text-align:left;} 
  .navbar-toggler {display: block !important;}
  .navbar-toggleable-sm.collapse {display:none !important}
  .navbar-toggleable-sm.collapse.in {display:block !important}*/
  
}



@media (max-width: 768px) {
/*  body {
    padding-left: 10px;
    padding-right: 10px;
  }*/

 .exmissionsquote5 {
    font-size: 1.5em;
  }

 .exmissionsquote3 {
    font-size: 0.1em;
  }

  .testimonialsliderframe {
  height: 321px;
  }

  #starterSlider {
  height: 321px;
  overflow: hidden;
  }

  .quote {
    padding-top: 20%;
    font-size: 1.0em;
  }

  .churchtitle {
    font-size: 2.0em;
    padding-top: 10px;
    /*text-align: center;*/
  }

  .dayschooltitle  {
    font-size: 2.0em;
  }
  .titlespacer {
    padding-top: 20px;
    padding-left: 30px;
    text-align: center;
  }

  .headerSpacer {
  min-height: 120px;
}

.nav-link {
  padding-right: 10px;
/*  font-size: 0.6em;*/
}

/*  .navbar .navbar-brand {float:none;display: inline-block;}
  .navbar .navbar-nav>.nav-item { float: none; margin-left: .1rem;}
  .navbar .navbar-nav {float:none !important;}
  .nav-item{width:100%;text-align:left;} 
  .navbar-toggler {display: block !important;}
  .navbar-toggleable-sm.collapse {display:none !important}
  .navbar-toggleable-sm.collapse.in {display:block !important}*/

  #navbar {
    text-align: center;
  }



  #header-box {
    min-height: 180px;
  }

  #logo {
    display: none;
  }

  #header{
    font-size:0.95em;
  }

  #header h1 {
    text-align: center;
    font-size: 4em;
    padding-left: 0px;
    line-height: 70%;
  }
  #school2ndcolumn{
    padding-left: 0px;
  }
}

@media (max-width: 360px) {


  #header{
    font-size:0.95em;
  }
  #logo {
    display: none;
  }
  .testimonialsliderframe {
  height: 204px;
  }

  #starterSlider {
  height: 204px;
  overflow: hidden;
  }

  .quote {
    padding-top: 20%;
    font-size: 1.0em;
  }
}

@media (max-width: 345px) {

  #header{
    font-size:0.88em;
  }
  #logo {
    display: none;
  }
  .testimonialsliderframe {
  height: 204px;
  }

  #starterSlider {
  height: 204px;
  overflow: hidden;
  }

  .quote {
    padding-top: 20%;
    font-size: 1.0em;
  }
}

/* print styles */
/*@media print {
  body {
    margin: 0;
    color: red;
    background-color: red;
  }
}*/
@media print {
  .breakpage {page-break-after: always;}
}
