/********** Template CSS **********/



@import url('https://fonts.googleapis.com/css2?family=Belgrano&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Metal&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Grey+Qo&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Grey+Qo&family=Matemasie&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

:root {
    --primary: #5B8C51;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;	
	--darkBlue: #00008b;
	--black: #000000;
	--red: #ff0000;
}



:root {

  --bs-custom-font-family: "Belgrano", serif;  

  --bs-custom1-font-family: "Metal", serif;
	
  --bs-custom2-font-family: "Open Sans", sans-serif;
	
  --bs-custom3-font-family: "Dancing Script", cursive;
	
  --bs-custom4-font-family: "Matemasie", sans-serif;

	
}

	

html, body {
	margin-left: 0; 
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	min-height: 100vh;
	overflow-x: clip;
}


.ldfLogo {
	width: 15%;
	margin-left: 3vw;
	padding-top: 5vh;
	
	
	
	
}





.observeAnimation {
  animation-name: bounceIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */}

.observeWrapper {
  font-size: 1.5rem;
  font-family: var(--bs-custom-font-family);
  font-weight: 300;
  line-height: 1.45rem;
}
.observe {
  font-size: 1.5rem;
  font-family: var(--bs-custom-font-family);
  font-weight: 300;
  line-height: 1.45rem;
  color: var(--dark);
}




.listing {
	font-size: .9rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 500;
    line-height: 1.85rem;
}

.syllabus {
	font-size: .95rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem
}
.adultHead {
	font-size: 1.5rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}
.adultText {
	font-size: .8rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}

/*Moving letters js lib using anime*/
.ml9 {
  font-family: var(--bs-custom2-font-family);
  position: relative;
  font-weight: 200;
  font-size: 2vh;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}


.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
.inspiring {
    font-size: 1.9rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 500;
    line-height: 1.85rem;
	color: var(--red);
}


.ml15 {
  font-weight: 800;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  color: var(--darkBlue);
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
}
.ml2 {
  font-weight: 900;
  font-size: 2.5em;
  padding-top: 1rem;
  color: var(--darkBlue);
  font-family: var(--bs-custom3-font-family);
}

.ml2 .letter {
	display: inline-block;
}

.mtTeam {
	background-color: cadetblue;
}

.colorBackround {	
	background-color: rgb(210, 210, 210);
}

.colorBackround-1 {	
	background-color: rgb(219,112,147);
}




#comslider_in_point_14966462 {
	height: auto;
    font-size: 2.7rem;
	line-height: .2rem;
	font-family: var(--bs-custom3-font-family);   
	background-color: whitesmoke;
}

#comslider_in_point_14535135 {
   height: auto;
    font-size: 2.7rem;
	line-height: .2rem;
	font-family: var(--bs-custom3-font-family);   
	background-color: whitesmoke;
}


#comslider_in_point_14184631 {
   height: auto;
    font-size: 2.7rem;
	line-height: .2rem;
	font-family: var(--bs-custom3-font-family);   
	background-color: whitesmoke;
}
.testimonialBackground {
   font-size: 2.7rem;
	line-height: 3.2rem;
		background-color: whitesmoke;
	font-family: var(--bs-custom3-font-family);   
}
.testimonialHead {
   font-size: 2.7rem;
	line-height: 3.2rem;
	font-family: var(--bs-custom3-font-family); 
	color: var(--darkBlue);
}
.testimonialText {
   font-size: .85rem;
	line-height: 1.2rem;
	font-family: var(--bs-custom2-font-family);   
}
.testimonialName {
   font-size: 1.0rem;
	line-height: 1.2rem;
	font-family: var(--bs-custom-font-family);
	color: var(--darkBlue);
}
.jarallaxSection {
  height: 35vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.jarallax {
  height: 40vh;
  margin-left: 0;
  margin-right: 0;
}
/*<!--carousel-->
*/

.carousel-caption h3 {
display: inline-block;

  animation: fadeInDown; /*<!--' referring directly to the animation's @keyframe declaration -->*/
  animation-duration: 3s;  /*don't forget to set a duration! */
}


.carousel-caption p {
  display: inline-block;

  animation: fadeInUp;  /*referring directly to the animation's @keyframe declaration*/ 
  animation-duration: 2s;  /*don't forget to set a duration! */
}

.carouselTest {
	font-size: .75rem;
	line-height: 1.1rem;
	font-family: var(--bs-custom2-font-family);
}



.lamda {
	font-size: .85rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}

.lamdaHead {
	font-size: 1.45rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 800;
    line-height: 1.3rem;
}





.termsHead {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}
.termsText {
	font-size: .8rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}





.uniformHead {
	font-size: 1.3rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.4rem;
}
.uniformText {
	font-size: 1rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}


.parkHead {
	font-size: 1.3rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.6rem;
}
.parkText {
	font-size: 1rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}




.privacyHead {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8;
}
.privacyText {
	font-size: .8rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}





.dpHead {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}
.dpText {
	font-size: .95rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}




.titles {
	font-size: 1.5em;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 2.8;
}
.ballerina {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}

@media (max-width: 767px) {
 .ballerina {
	font-size: .85rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}
}



.parkinsonsName {
	font-size: 2.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 2.8rem;
}

.parkinsonsText {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}

.parkinsonsTextSmall {
	font-size: 1rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}


.ballerinaName {
	font-size: 1.2rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: .8rem;
}
.studios {
	font-size: 1.5em;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}
.studiosHire {
	font-size: 1.5rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.8rem;
}
.moira {
	font-size: 1rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.1rem;
	font-style: italic;
}
.blurbText {
	font-size: .85rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.25rem
}


.majorText {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.55rem;
}

.majorTextSml {
	font-size: .75rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.45rem;
}
.majorHead {
	font-size: 2.45rem;
	font-family: var(--bs-custom3-font-family);
	font-weight:600;
    line-height: 1.65rem;
	   color: var(--darkBlue);
}
.majorSubHead {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.65rem;
}
.dedHead {
	font-size: 1.0em;
	font-family: var(--bs-custom2-font-family);
	font-weight:500;
    line-height: 1.3;
}
.dedText {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}


.melodyLogo {
	margin-top: 10vh;
	margin-bottom: 2vh;
	margin-left: 15px;
	width: 10%;
}

@media (max-width: 767px) {

.dedText {
	font-size: .9rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.1rem;
}
.melodyLogo {
	margin-top: 5vh;
	margin-left: 15px;
	width: 20%;
}
}



.melodyB {
	font-size: 2.0rem;
	font-family: var(--bs-custom4-font-family);
	font-weight:500;
    line-height: 2.3rem;
	margin-left: 15px;
}

.melodyMovementHead {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:500;
    line-height: 1.6rem;
	margin-top: 5vh;
	margin-left: 15px;
}

.melodyMovement {
	font-size: 1.4rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 500;
    line-height: 1.9rem;
}


.showHead {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:500;
    line-height: 1.3rem;
}
.showText {
	font-size: .85rem;
	font-family: var(--bs-custom3-font-family);
	font-weight: 300;
    line-height: 1.35rem;
}

.blurbHead {
	font-size: 1.0rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:500;
    line-height: 1.3rem;
}
.classesHead {
	font-size: 1.25rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:300;
    line-height: 1.3rem;
}




.toggleable {
	font-size: 0.75rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:300;
    line-height: 1.3rem;
}

.tog1 {
	font-size: 1.45rem;
	font-family: var(--bs-custom3-font-family);
	font-weight:300;
    line-height: 1.5rem;
    color: var(--darkBlue);
}
.tog2 {
	font-size: 0.75rem;
	font-family: var(--bs-custom2-font-family);
	font-weight:300;
    line-height: 1.3rem;
	    color: var(--dark);
}

.students {
	font-size: .85rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
}
.studentsBlu {
	font-size: .85rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.3rem;
    color: var(--darkBlue);
}
.growing {
	display: flex;
    flex-wrap: wrap;
	background-color: antiquewhite;
	justify-content: space-around;
	align-items: left;
}


.help {
	width: 200px;
}


.information {
	font-size: 0.85rem;
	line-height: 1.3rem;
	font-weight: 300;
	font-family: var(--bs-custom2-font-family);

}
.informationBold {
	font-size: 0.75rem;
	line-height: 1.3rem;
	font-weight: 600;
	font-family: var(--bs-custom2-font-family);
}

.informationHead {
	font-size: 1.7rem;
	line-height: 1.2rem;
	font-family: var(--bs-custom3-font-family);
}


/*
.parent {
   background-image: url("../images-ldf/LDF-web21a-v2-sml.jpg");
   position: relative;
   background-size: cover;
   height: 30vh;
   z-index: 0;
}


.parent1 {
    position: relative;
    background-image: url("../images-ldf/twoMelGirls-sml.png");
	background-size: cover;
	height: 600px;
	z-index: -10;
}

.parallax-window {
  background-image: url("../images-ldf/girlsFloor-sml.png");
  height: 25vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100vw;
	background-color: transparent;
}



*/








.top-header {
	font-size: 1.7rem;
	font-family: var(--bs-custom3-font-family);
	font-weight: 300;
	line-height: 1.9rem;
}
.first-lesson {
	font-size: 1.25rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
	line-height: 1.6rem;
	color: var(--light);
}
.movement {
   width: 100%;
   position: absolute;
   left:5vw;
   top:35vh;
}



.ldflogo {
   position: absolute;
	left: 2vw;
   top: 2vh;
}


.accord {
     font-size: .75rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
	  line-height: .6rem;
}

.sectionbreak {
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	height: 2px;
	background-color: var(--darkBlue);
}
.sectionbreakSml {
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
	margin-right: 0;
	height: 2px;
	background-color: var(--darkBlue);
}



/*my google fonts*/
.open-text-light {
     font-family: var(--bs-custom2-font-family);
	font-weight: 300;
	  line-height: 1.4rem;
}
.open-text-light-italic {
     font-family: var(--bs-custom2-font-family);
	  line-height: 1.4rem;
	font-weight: 300;
	font-style: italic;
}
.open-text-bold {
     font-family: var(--bs-custom2-font-family);
	font-weight: 500;
	  line-height: 1.1rem;
}
.open-text-bold-italic {
     font-family: var(--bs-custom2-font-family);
	font-weight: 500;
	font-style: italic;
	  line-height: 1.1rem;
}



/*these are for the animate.css animations*/

.perform {	
	z-index: 10;
	font-family: var(--bs-custom2-font-family);
	font-style: italic;
		font-weight: 700;
	font-size: 1rem;
    line-height: 1.3rem;
	animation: fadeInLeftBig; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; 
    color: var(--darkBlue);
}

.established {
	font-family: var(--bs-custom2-font-family);
	z-index: 20;
	font-size: 1.05rem;
    line-height: 1.1rem;
	font-weight: 300;
}	
	

.melody {	
	z-index: 1200;
	font-family: var(--bs-custom2-font-family);
	animation: fadeInLeftBig; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; 
}

.meetTheTeam {	
		font-size: 3.0rem;
	font-family: var(--bs-custom3-font-family);
}


.fade {
  z-index: 20;
  animation: fadeInLeftBig; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; 
}

.speed {
	z-index: 20;
	animation: lightSpeedInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; 
}
.space {
  margin-left: 2vw;
}


.flex-row-container {
    background: #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}









.card {
	height: 40vh;
}

.card-text {
  font-family: var(--bs-custom2-font-family);
	  font-weight: 100;
	  font-size: .5rem;
  line-height: 1.3rem;
}

.card-title {
  font-family: var(--bs-custom2-font-family);
	  font-weight: 500;
	  font-size: .8rem;
  line-height: 1.3rem;
}

.card-footer {
  font-family: var(--bs-custom2-font-family);
	  font-weight: 300;
	  font-size: .5rem;
  line-height: 1.2rem;
}


.offer {
	font-family: var(--bs-custom2-font-family);
	  font-weight: 300;
	  font-size: 1.8rem;
  line-height: 1.2rem;
	background-color: antiquewhite;
}



.ldft {
	font-family: var(--bs-custom2-font-family);
	  font-weight: 300;
	  font-size: 1.5rem;
  line-height: 1.2rem;
	background-color: antiquewhite;
}



.ldftt {
	font-family: var(--bs-custom2-font-family);
	  font-weight: 300;
	  font-size: 1.2rem;
  line-height: 1.2rem;
	background-color: antiquewhite;
}







/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}





.years {
	position: relative;
	z-index: 20;
}

.services {
    position: relative;
}
.f {
    position: relative;
}





.page-header {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}




/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	text-decoration: none;

}


.quickLinks {
  font-family: var(--bs-custom2-font-family);
  font-weight: 300;
  font-size: .75rem;
  line-height: 1.2rem;
  text-decoration: none;
}



.footer .btn.btn-link:hover {
    color: whitesmoke;
    letter-spacing: 2px;
    box-shadow: none;
	text-decoration: none;
}
.footerText {
	font-size: .75rem;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.5rem;
}
.footerContact {
	font-size: .85em;
	font-family: var(--bs-custom2-font-family);
	font-weight: 300;
    line-height: 1.5;
}


/* Tabs*/

#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: whitesmoke;
    background-color: darkblue;
    border-color: transparent transparent red;
    border-bottom: 2px solid !important;
    font-size: 1rem;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 1em;
	color: var(--secondary);
}
.navbar {
	height: 60px;
}

.nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: .85em;
	color: var(--black);
	background-color: transparent;
}

.tab-content {
    background-color: whitesmoke;
}

.card img {
    max-height: 100%;
}
.picShadow {
-webkit-filter: drop-shadow(5px 5px 5px grey);
  filter: drop-shadow(5px 5px 5px grey);	
}




.balletTabHead {
	font-family: var(--bs-custom3-font-family);
	font-size: 1.75rem;
    line-height: 1rem;
    color: var(--darkBlue);
	max-width: 50vw;
}
.balletTabBlurb {
	font-family: var(--bs-custom2-font-family);
	font-size: .85em;
    line-height: 1.5rem;
	padding-top: 1rem;
	color: var(--dark);
	max-width: 50vw;
	padding-bottom: 1em;
}
.balletTabBlurbBottom {
	font-family: var(--bs-custom2-font-family);
	font-size: .85rem;
	font-weight: 700;
    line-height: 1.5rem;
	padding-top: 2em;
	color: var(--dark);
}

.tabheads {
	font-family: var(--bs-custom2-font-family);
	font-size: .85rem;
	font-weight: 300;
    line-height: 1.5rem;
	padding-top: 2em;
	color: var(--dark);
}
.info {
	background-color: whitesmoke;
}

.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}










