* {
	padding:0;
	margin:0;
}
html{
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:#590a6f;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	transition: 0.2s;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9998;
}
.h_logo{
	width: 82px;
	vertical-align: middle;
}
#logowhite{
	width: 150px;
}
#logowhite:hover, #logoblack:hover{
	content: url("../images/logopurple.svg");
}
.logo_hide{
	display: none;
}

.main {
	padding: 20px 10px 10px 10px;
}

/* menu toggler style*/
.menu-toggle {
	float: right;
	cursor: pointer;
	margin: 0px 50px 0px 0px;
}
.menu-toggle:hover{
	.bar1, .bar2, .bar3{
		background-color: #590a6f;
	}
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: white;
	margin: 4px 0;
	transition: 0.4s;
}
.change .bar1 {
	transform: translate(0, 8px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	transform: translate(0, -8px) rotate(45deg);
}

/* navigation bar style */
.navbar {
	z-index: 1030;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navbar-collapse{
	display: none;
	clear: right;
	background-color: white;
	margin: 47px 0px 0px;
	box-shadow: 0px 8px 16px -5px rgba(0, 0, 0, 0.0509803922);
}
.active{
	color:#590a6f;
}
.nav-scroll{
	background-color: white;
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
}
.nav-scroll .menu-toggle{
	box-shadow: none;
}
.nav-scroll a{
	color: black;
}
.nav-scroll a:hover{
	color: #590a6f;
}
.nav-scroll .active{
	color:#590a6f;
}
.nav-scroll .bar1, .nav-scroll .bar2, .nav-scroll .bar3{
	background-color: black;
}
.nav-scroll .dropdown-content{
	background-color: white;
}

/* Dropdown Menu */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: static;
}
/* Links inside the dropdown */
.dropdown-content a {
  padding: 5px 10px 5px 10px;
  display: block;
}
.dropdown-content a:hover {
	color:#590a6f;	
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #590a6f;
}
.arrow-swap{
	display: none;
}

/* css for banner section */
.banner {
	background: #874799;
	background: linear-gradient(to left, #874799, #b583c3);
	padding:100px 0px 60px;
	position:relative;
	z-index: 0;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
.banner h1 {
	font-size: 35px;
	padding: 0px 10px 0px 10px;
}
.banner .link-btn{
	margin-top: 20px;
}

#home .icon-box, #home .icon-box .photo{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	text-align: center;
	margin: auto;
	display: flex;
	align-content: center;
}
#home_tbl h3, #home_tbl p{
	text-align: center;
}
#home_tbl h3{
	margin-top: 5px;
}
.col_4, .col_3{
	margin-bottom: 15px;
}
.icon-box {
	display: block;
	position: relative;
	margin: 5px 10px;
	text-align: center;
	align-content: center;
}
#home_tbl .icon-box img{
	width: 150px;
	height: 150px;
}
.icon-box img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	color: #ffffff;
	font-size: 50px;
	line-height: 120px;
	text-align: center;
}
#home .icon-box img, #home .container .photo{
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.0509803922);
}


.link-btn {
	color: #702984;
	padding: 10px 40px;
	border: 2px solid #702984;
	border-radius: 7px;
	margin: 20px 10px 0px 10px;
	display: inline-block;
	font-size: 18px;
}
.link-btn:hover {
	cursor: pointer;
	background:#702984;
	color:#ffffff;
	text-decoration:none;
}

/*Parallax Video*/
.parallaxVideo{
	height: 100%;
	min-height: 500px;
}
.parallaxVideo video{
	z-index: -9999;
	object-fit:cover;
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
}
.white_bg{
	background-color: white;
}
#home, #home .event{
	padding: 0px;
}
#home div{
	padding: 20px;
}
#home .row{
	padding: 0px;
}
#home div .col_4, #home div .col_5{
	padding: 0px;
}
/*image carousel*/
.container{
	width: 200px;
	height: 200px;
	margin-top: 10px;
	text-align: center;
	margin: auto;
	display: flex;
	align-content: center;
	position: relative;
}
.photo{
	border-radius: 100px;
	display: none;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	color: #702984;
	font-weight: bold;
	font-size: 35px;
	transition: 0.4s ease;
	user-select: none;
	position: absolute;
}
#home .prev, #home .next {
	top: 40%;
}
#home .prev{
	left: -15px;
}
#home .next {
	right: -15px;
}
.prev:hover, .next:hover {
	color: #b583c3;
}
.prev:visited, .next:visited, .prev:active, .next:active {
	color: #702984;
	text-decoration: none;
}

/*footer css*/
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
	background: linear-gradient(to left, #874799, #b583c3);
	color: white;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer p {
	margin-bottom:0px;
}
.f-contact{
	display: auto;
	margin: 10px 0px;
}
.f-contact span{
	padding: 0px 10px;
}
.f-contact a{
	color: white;
}
.fa{
	font-size: 20px;
	padding: 0px 10px;
}
.f-row{
	display: none;
}

/*ABOUT US PAGE*/
#about{
	background-image: url("../images/about_bg.JPG");
}
#about p{
	margin: 5px 50px;
	font-size: 16px;
}

/*CLASSES PAGE*/
#class_info .col_3{
	padding: 10px 50px;
}
#class_info .row{
	margin-bottom: 15px;
}
#class_info p, #class_info h2{
	text-align: center;
}
.tile{
	background-color: #F0D1E6;
	min-height: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.0509803922);
	position: relative;
	text-align: center;
}
.tile h2{
	padding: 5px;
}
.tile p{
	padding: 0px 10px 10px 10px;
}
.tile img{
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	padding-bottom: 10px;
}
.tile .prev{
	left: 7px;
} 
.tile .next{
	right: 7px;
}
.tile .prev, .tile .next{
	top: 135px;
	color: rgba(0, 0, 0, 0);
}
.tile .prev, .tile .next{
	top: 135px;
	color: rgba(0, 0, 0, 0);
}
.tile:hover{
	.prev, .next{
		color: #702984;
	}
}
.tile .prev:hover, .tile .next:hover {
	color: rgba(181, 131, 195, 1);
}
.tile .prev:visited, .tile .next:visited, .tile .prev:active, .tile .next:active {
	color: #702984;
	text-decoration: none;
}
.classContainer{
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.jazzSlides, .contempSlides, .openSlides, .preschoolSlides{
	display: none;
}

/*TIMETABLE PAGE*/
#timetbl_page{
	background-image: url("../images/timetbl_bg.JPG");
}
.bg_img{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(240, 209, 230, 0.6);
}
.age-tbl{
	margin: 10px auto;
	width: 200px;
	border: 1px solid white;
	border-collapse: collapse;
	text-align: left;
}
.age-tbl td{
	border: 1px solid white;
	border-collapse: collapse;
	padding: 5px;
}
.tbl{
	width:90%;
	margin: 10px 5%;
	padding: 5px 0px;
	border-collapse: collapse;
}
.tbl th{
	padding: 3px;
}
.tbl td{
	padding: 1px;
	font-size: 10px;
}
.timetbl td{
	padding: 1px;
	font-size: 10px;
	max-width: 50px;
}
.tbl tr{
	border-bottom: 1px solid #874799;
}

/*FEES PAGE*/
.fees-column{
	margin: 10px 0px;
}
#fees_bg{
	background-image: url("../images/fees_bg.JPG");
}

/*TERM DATES PAGE*/
.termtbl{
	text-align: left;
}
.termtbl td{
	font-size: 12px;
}
#dates_bg{
	background-image: url("../images/dates_bg.JPG");
}

/*DRESS CODE PAGE*/
.dresscode{
	width: 98%;
	margin: 0px auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #702984;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	margin-left: -75px;
}
.dc-col{
	padding: 10px;
	background-color: #f0d1e6;
	border-radius: 20px;
	margin: 32px 15px;
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.0509803922);
}
.img-tile img{
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.0509803922);
}

/*FORM STYLE*/
input[type=text], input[type=email], input[type=number]{
	border: 1px solid #590a6f;
	border-radius: 6px;
	padding: 2px;
	outline: none;
	width: 100%;
}
input[type=text]:hover, input[type=email]:hover, input[type=number]:hover{
	border: 2px solid #590a6f;
	padding: 1px;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus{
	border: 2px solid #590a6f;
	padding: 1px;
}
label{
	font-size: 12px;
}
textarea{
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #590a6f;
	border-radius: 6px;
	padding: 2px;
	outline: none;
	font-family: 'Poppins', sans-serif;
}
textarea:hover{
	border: 2px solid #590a6f;
	padding: 1px;
}
textarea:focus{
	border: 2px solid #590a6f;
	padding: 1px;
}
input[type=checkbox], input[type=radio]{
	cursor: pointer;
}
input[type=submit]{
	cursor: pointer;
	color: #702984;
	padding: 10px 15%;
	border: 2px solid #702984;
	background-color: white;
	border-radius: 7px;
	margin: 10px;
	font-size: 18px;
}
input[type=submit]:hover {
	cursor: pointer;
	background:#702984;
	color:#ffffff;
	text-decoration:none;
}
.contact-col td{
	padding: 8px;
}
.contact-col table{
	width: 100%;
}

#map{
	width: 100%;
	padding: 10px;
}

/*Photography Page*/
.photography{
	text-align: center;
}
.photoTile{
	position: relative;
	color:#F0D1E6;
}
.photoTile .tileCaption{
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0%);
	white-space: nowrap;
	text-shadow: 0px 0px 4px #590a6f;
}
.photoTile img{
	width: 100%;
	border-radius: 20px;
}
.photoGallery img{
	width: 100%;
	padding: 0px 0px 25px 0px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #F0D1E6;
	border-radius: 20px;
}
.photoTile:hover .overlay {
	opacity: 1;
}
.overlay h3{
	color: black;
	padding-top: 15px;
}
.overlay p{
	font-size: 12px;
	color: black;
	padding: 10px 15px 0px 15px;
}

/*About us/our team page*/
.team h2{
	color: #590a6f;
	font-size: 26px;
}
.team p{
	padding: 5px 0px;
}
.headshot{
	display: flex; /* Make parent a flex-container */
  	justify-content: center; /* Centers child horizontally */
  	align-items: center; /* Centers child vertically */
}
.headshot img{
	object-fit: cover;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
}

.event{
	background-color: #ffffff;
	position: relative;
}
.event img{
	width: 100%;
}
.event p{
	padding-top: 10px;
}
.event #show{
	position: static;
}
.pc{
	display:none;
}
.mobile{
	display:block;
}

.pop{
	display: none;
}
.modal{
	position: fixed; /* Stay in place */
  	z-index: 9999; /* Sit on top */
 	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
 	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
#map_pop{
	margin: auto;
  	display: block;
	padding: 20px 0px;
  	width: 90%;
  	max-width: 600px;
}
/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color:#590a6f;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover, .close:focus {
	color: #874799;
	text-decoration: none;
	cursor: pointer;
}
.btn_link{
	color: #590a6f;
}
.btn_link:hover{
	color: #874799;
	cursor: pointer;
}


@media all and (min-width:769px) {
	a {
		color:white;
	}
	.navbar{
		float: right;
		position: relative;
		right: 50px;
		top: 0px;
	}
	.navbar li{
		float: left;
		display: block;
		padding: 0px 10px 0px 10px;
	}
	.navbar-collapse{
		display: block;
		background-color: transparent;
		box-shadow: none;
		margin: 0px;
	}
	.menu-toggle{
		display: none;
	}
	.dropdown-content {
		display: none;
		position: absolute;
		left: 50%;
		transform: translate(-50%);
		min-width: 180px;
		text-align: center;
		box-shadow: 0px 8px 16px -5px rgba(0,0,0,0.2);
		z-index: 1;
		background-color: #f0d1e6;
	}
	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {
		display: block;
	}
	.dropdown-arrow{
		display: none;
	}

	.row{
		display: flex;
		justify-content: center;
	}
	.row:after {
		content: "";
		display: table;
		clear: both;
	}
	.col_5{
		float: left;
		width: 19%;
		padding: 1%;
		margin: 0px;
	}
	.col_4{
		float: left;
		width: 24%;
		padding: 1%;
		margin: 0px;
	}
	.col_3{
		float: left;
		width: 31%;
		padding: 2%;
		margin: 0px;
	}
	.col_2{
		float: left;
		width: 45%;
		padding: 2%;
		margin: 0px 10px;
	}
	/* to even up 2 columns to 3 column width*/
	.marg_left{
		margin-left: 16%;
	}
	.marg_right{
		margin-right: 16%;
	}

	.parallaxVideo{
		min-height: 420px;
	}
	.parallaxVideo video{
		width:50%;
	}
	#vid2{
		display:none;
	}
	.container{
		width: 300px;
		height: 300px;
	}
	.photo{
		border-radius: 150px;
	}
	.event #show{
		position:absolute;
		bottom:5%;
		left: 50%;
    	transform: translate(-50%, 0%);
	}
	.mobile{
		display:none;
	}
	.pc{
		display:block;
	}
	/*photography tiles*/
	.tileCaption{
		font-size: 30px;
	}

	.tbl{
		width:80%;
		margin: 15px 10%;
		font-size: 20px;
		padding: 5px 0px;
	}
	.tbl th{
		font-size: 25px;
		padding: 5px;
	}
	.tbl td{
		padding: 5px;
		font-size: 20px;
	}
	#map_pop{
		width: 50%;
	}
	.close{
		color: #ffffff;
	}


	.fees-column{
		float: left;
		padding: 2%;
	}
	.fees-left{
		width: 50%;
	}
	.fees-right{
		width: 30%;
	}
	#fees_bg{
		background-position: 0px -120px;
	}
	#dates_bg{
		background-position: 0px -80px;
	}

	.dresscode{
		display: flex;
		justify-content: center;
		margin: 20px auto;
	}
	.dc-col{
		width: 30%;
		margin: 5px 2%;
		padding: 0px 0px 10px 0px;
		float: left;
		background-color: #f0d1e6;
		border-radius: 20px;
	}
	.dc-col p, .dc-col h3{
		margin: 0px 10px 0px 10px;
	}
	.dreescode:after {
		content: "";
		display: table;
		clear: both;
	}


	.contact-col{
		width: 48%;
		margin: 0px 1%;
		padding: 10px;
		float: left;
	}
	label{
		font-size: 14px;
	}

	.f-contact{
		display: none;
	}
	.f-row{
		display: flex;
		justify-content: center;
	}
	.f-row:after {
		content: "";
		display: table;
		clear: both;
	}
	.f-column{
		float: left;
		width: 18%;
		padding: 1%;
	}
	.f-column ul{
		list-style-type: none;
	}
	.f-link:hover{
		color:#590a6f;
	}
	.fa{
		font-size: 25px;
		padding: 10px 4px 0px 4px;
	}
}
@media screen and (max-width:768px){
	.navbar{
		position: absolute;
		top: 23px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	.nav-scroll .dropdown-content{
		box-shadow: none;
	}
	.dropdown-content a{
		color: #874799;
		font-size: 12px;
		padding: 0px 10px 0px 10px;
		margin: -10px;
	}
	.dropdown-toggle{
		display: block;
	}
	.responsive{
		display: block;
	}
	.responsive li{
		display: block;
	}
	#vid1{
		display: none;
	}
	.event .link-btn{
		margin-bottom: 20px;
	}
	.bg_img{
		background-position: center;
	}
	.timetbl td{
		max-width: 30px;
	}
}
@media screen and (max-width:265px){
	label{
		font-size: 8px;
	}
}