:root{
    --slide-num: 6;
    --slide-time-visible: 4;
	--psdred: #4c040a;
	--psddarkred: #2f0307;
	--sand: #D4CCC2;
}
a {
	color: #d6576e;
}
a:hover {
	color: #a32f46;
}
html {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size: 17px;
	scroll-behavior: smooth;
	scroll-padding-top: calc(80px + 2em);
}
body{
    max-width: 1500px;
    margin: 0 auto;
    background: white;
    padding: 0 1em;
}
table, td{
	border: 1px solid black;
	border-style: outset;
	border-collapse: collapse;
	text-align: center;
	padding: .25em;
}
table {
	margin: 1em 1em 2.8em 1em;
	width: 60%;
	tr:nth-of-type(odd) {
		background: #ddd;
	}
	& th {
		background: #ccc;
	}
}
#header{
	max-width: 1500px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#header img {
	max-width: 1500px;
	width: 100%;
	height: auto;
}

#header a{ 
	margin-bottom: -10px;
	padding: 0;
}
footer {
	display:flex;
	justify-content:left;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--sand);
	color: var(--psdred);
	padding: 1em;
	margin-top: 80px;
	padding-bottom: 2em;
	& h2 {
		margin-top: 0;
	}
	& ul {
		padding-left: 1em;
		list-style-type: none;
	}
	& li:before{
		content: "";
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		margin-top: 3px;
		margin-right: 1em;
		background-size: cover;
		float: left;
	}
	.phone:before {
		background-image: url('/images/square-phone-flip-solid.svg');
	}
	.address:before {
		background-image: url('/images/address.svg');
		width: 1em;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 1.2em;
	}
	.facebook_logo {
		width: 1.2em;
		height: auto;
		margin-left: 1em;
		margin-right: 1em;
	}
	& div {
		min-width: 300px;
		padding: 0 1em;
	}
	& div:nth-of-type(3){
		padding-left: 1em;
		padding-top: 1em;
	}
	.icon img {
			filter: invert(100%);
	}
	.icon img:hover {
		cursor: pointer;
	}
}




/**********************************/
/***********Animated Banner********/
/**********************************/

.banner {
	position: relative;
	left: 0px;
	margin-top: 0px;
	aspect-ratio: 3.82 / 1
}

/* CONTENT SLIDER */
#content-slider {
	width:100%;
    max-width: 1500px;
	height:auto;
	aspect-ratio: 3.82 / 1;
	margin:0px auto 0;
}
/* SLIDER */
#slider {
	background:transparent;
	aspect-ratio: 3.82 / 1;
	width:100%;
    max-width: 1500px;
	/*margin:40px auto 0;*/
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	aspect-ratio: 3.82 / 1;
	width: 100%
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
    max-width:1500px;
	aspect-ratio: 3.82 / 1;
	position:absolute;
	top:0px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;
        animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;	
        animation:cycletwo 25s linear infinite;	
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;
        animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;
        animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;
        animation:cyclefive 25s linear infinite;		
}
#slider li.sixthanimation {
	-moz-animation:cyclesix 25s linear infinite;
	-webkit-animation:cyclesix 25s linear infinite;
        animation:cyclesix 25s linear infinite;		
}

#slider .tooltip {
	background:transparent;
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
        transition: all 0.3s ease-in-out;
}
#slider .tooltip h1 {
	color:transparent;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}

@-webkit-keyframes cycle {
	0%  {opacity:1;  } 
	100%{ opacity:1; }
}
@-webkit-keyframes cycletwo {
	0%  { opacity:0; }
	10% { opacity:0; }
	16% { opacity:1;}
	32% { opacity: 1;}
	40% { opacity: 0;}
	100%{ opacity:0; }
}
@-webkit-keyframes cyclethree {
	0%  { opacity:0; }
	26% { opacity:0;}
	32% { opacity:1; }
	48% { opacity:1;}
	50% { opacity:0;}
	100%{ opacity:0; }
}
@-webkit-keyframes cyclefour {
	0%  { opacity:0; }
	42% { opacity:0; }
	48% { opacity:1; } 
	64% { opacity:1;}
	70% { opacity: 0;}
	100%{ opacity:0; }
}
@-webkit-keyframes cyclefive {
	0%  { opacity:0; }
	58% { opacity:0; }
	64% { opacity:1; } 
	80% {opacity: 1;}
	90% {opacity: 0;}
	100%{ opacity:0; }
}
@-webkit-keyframes cyclesix {
	0%  { opacity:0; }
	60% { opacity: 0;}
	74% { opacity:0; }
	80% { opacity:1; } 
	96% { opacity:1; }
	100%{ opacity:0; }
}
@keyframes cycle {
	0%  {opacity:1;  } 
	100%{ opacity:1; }
}
@keyframes cycletwo {
	0%  { opacity:0; }
	10% { opacity:0; }
	16% { opacity:1;}
	32% { opacity: 1;}
	40% { opacity: 0;}
	100%{ opacity:0; }
}
@keyframes cyclethree {
	0%  { opacity:0; }
	26% { opacity:0;}
	32% { opacity:1; }
	48% { opacity:1;}
	50% { opacity:0;}
	100%{ opacity:0; }
}
@keyframes cyclefour {
	0%  { opacity:0; }
	42% { opacity:0; }
	48% { opacity:1; } 
	64% { opacity:1;}
	70% { opacity: 0;}
	100%{ opacity:0; }
}
@keyframes cyclefive {
	0%  { opacity:0; }
	58% { opacity:0; }
	64% { opacity:1; } 
	80% {opacity: 1;}
	90% {opacity: 0;}
	100%{ opacity:0; }
}
@keyframes cyclesix {
	0%  { opacity:0; }
	60% { opacity: 0;}
	74% { opacity:0; }
	80% { opacity:1; } 
	96% { opacity:1; }
	100%{ opacity:0; }
}

#first img {width: 100%; max-width: 1500px;}
#second img {width: 100%; max-width: 1500px}
#third img {width: 100%; max-width:1500px}
#fourth img {width: 100%; max-width:1500px}
#fifth img {width: 100%; max-width:1500px}
#sixth img {width: 100%; max-width:1500px}


  /*** endnav Slideshow ***/
  /***full-screen****/
  @media (min-width: 1200px){    
   	.mobile {
		display: none;
   	}
	.submenu_item {
		display:none;
	}
    nav .menu{
    	clear: none;
    	height: 45px;
		max-height: 45px;
		width: 100%;
		position: relative;
		left:0;
		top:0;
		text-transform: uppercase;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		font-weight: 700;
		letter-spacing: .15em;
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		width: 100%;
		background: white;
		height: auto;
    }
    .menu-button, .menu-icon {
        display: none;
    }
	nav .menu li {
		text-align: center;
	}
	nav .menu a {
		padding: 10px 0px;
	}
    
    nav .menu-icon{
      	display: none;
    }
     
	nav ul li {
		text-align: center;
		width: 18%;
		padding: 0px;
		height: auto;
	}
	.teacher {
		padding-left: 1em;
		box-sizing: border-box;
	}

  }
   
    /****1200 px****/
@media (max-width: 1200px) {
    img.mobile {
        display: none;
    }
    img.wide {
        display: block;
    }
    nav .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
		margin-left: -45px !important;
		padding-top: .5em;
		padding-bottom: .5em;
    }
	nav .menu a,
	.submenu a {
		font-size: 16px;
		letter-spacing: .05em;
		padding: 10px 1.5em;
	}
	.menu li {
		width: auto;
		overflow: visible;
        padding: 10px 0;
	}
	.classsection div {
		width: auto;
	}
	.classsection .classname {
		width: 100%;
	}
	.twocolumn {
		display:block;
		.left, .right, .teacher, .gteacher {
			width: 100%;
			max-width:100%;
			padding: 10px;
		}
		.left p:last-of-type,
		.right p:last-of-type {
			padding-bottom: 0;
			margin-bottom: 0;
		}
		.left .image,
		.right .image {
			display: none;
		}
	}
	.teacher:first-of-type {
		padding-top: 1em;
	}
	.teacher, .gteacher{
		display:block;
		.image{ 
			display:inline-block;
		}
		h2{
			font-size: 1.3em;
		}
		h3 {
			font-size: 1em;
			margin-bottom: .25em;
		}
		.info {
			width: 100%;
			& h2 {
				text-transform: uppercase;
			}
		}
	}
}
 /***************************/
/****Index sections******/
/***************************/
a.btn-primary {
	background-color: var(--psdred);
	color: var(--sand);
	padding: .5em;
	border-radius: 5px;
	text-decoration: none;
	&:hover {
		background-color: #6c0c14
	}
}
h1 a.btn-primary, h2 a.btn-primary {
	font-size: 50%
}
.office-hours {
	font-weight: 400;
	letter-spacing: .02em;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 0; 
	vertical-align:middle; 
	position: relative; 
	text-align:center; 
	line-height: 30px; 
	background:var(--sand);
	color: var(--psddarkred);
	padding: 1em 0; 
	/*text-transform: uppercase;*/
	line-height: 1.15em;
	margin-bottom: 1em;
	& p {
		margin: 0;
		text-wrap: balance;
		display: inline-block;
	}
}
.office-hours p:nth-of-type(2):before,
.office-hours p:nth-of-type(3):before {
	content: " • ";
	padding: 0 1em;
}
.spot1 p {
	text-align: center;
	color: var(--psdred);
	font-size: 1.7em;
	font-weight: 700;
	text-wrap: balance;
}
.spot2 {
	padding-bottom: 0;
	& img {
		width: 100%;
		height: auto;
	}
}
.spot3 {
	text-align: center;
	font-weight: 700;
	text-wrap: pretty;
}

/****** Carousel **********/
#carousel {
	width: 100%;
	display:flex;
	flex-wrap:nowrap;
	box-sizing: border-box;
	overflow: hidden;
	padding: .8em 0;
	& img {
		width: 32.6%;
		box-sizing: border-box;
		opacity: 1;
	}
	& img:nth-of-type(2){
		margin: 0 1em;
	}
}

/***************************/
/***   nav Menu Edits    ***/ 
/***************************/
#menu-btn {
    display: none;
  } 
  .menu-icon {
	padding-top:10px;
}
nav{
    width: 100%;
	background: white;
	height: auto;
	position: relative;
	overflow: visible;
    z-index: 9999999999;
  }
  
nav .menu li {
	text-align: left;
	overflow: hidden;
	padding: 0 10px;
	position:relative;
	background: white;
}
nav .menu a  {
    text-align: center;
    font-weight: 700;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    color: #4c040a;
    transition: background .4s;
}
nav .menu li + ul {
	display: none;
}

  nav ul a:hover,
  nav ul li:hover{ 
	color: white;
	background-color: #4c040a;
	transition: background .4s;
	
  }
  
  nav .menu{
	width: 100%;
	position: relative;
    clear: both;
    transition: left .2s ease-out;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 0;
    list-style: none;
    overflow: hidden;
	background: white;
	height: auto;
	position: relative;
  }
  
.callout {
	background: rgb(231, 225, 218);
	box-sizing: border-box;
	margin: 1em 30px;
	border-radius: 10px;
	padding: 1em;
	.header {
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 0;
		color: var(--psdred);
	}
	p { 
		margin-top: 0;
		font-family: 'Raleway', sans-serif;
		font-size: 17px;
		font-weight: 400;
		text-transform: none;
	}
	.question {
		font-weight: 700;
		margin:.5em 0;
		color: var(--psdred);
	}
	.answer {
		/*font-style: italic;*/
		margin: 0 15px;
	}

}

/**********************************/
/*******    Sub Pages      ********/
/**********************************/
h1 {
	color: var(--psdred);
	text-transform: uppercase;
	font-size: 2em;
	padding: 0;
	padding-top: 1em;
	margin: 0 0 .5em 0;
}
h1.subby {
	display: inline-block;
	padding-right: .5em;
}
.subbymenu{ 
	display: inline-block;
}
.subbymenu a {
	padding: 1em;
	position: relative;
	top: -.3em;
	text-decoration: none;
	color: var(--psdred);
	font-weight: bold;
}
h2, h3 {
	color: var(--psdred);
	text-transform:capitalize;
}
#camp + p,
#summer + p {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.submenu {
	text-transform: uppercase;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	font-weight: 700;
	letter-spacing: .15em;
	background: var(--psdred);
	text-align: center;
	border-bottom: 3px solid white;
}
.subbymenu {
	display: inline-block;
}
.submenu a  {
    display: block;
	font-weight: 700;
    text-decoration: none;
    width: 100%;
	color: white;
	padding: 10px 0 ;
	transition: background .4s;
	width: 20%;
	
  }
 .submenu a:hover,
 .submenu li:hover{ 
	color: white;
	background-color: var(--psddarkred);
	transition: background .4s;
  }
.submenu2{
	display: flex;
	background: var(--psdred);
	position: relative;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	flex-wrap: wrap;
}
.submenu2 * {
	display: block;
	color: var(--psdred);
	position: relative;
}
.submenu2 a {
	 margin: auto 10px;
	 font-weight: 400;
	 color: rgba(255,255,255,.75);
	 padding: .75em;
	 border-radius: .25em;
	 text-decoration: none;
	 /*box-shadow: 1px 1px 2px black*/
}
.submenu2 .pageheader {
	border-right: 3px solid white;
}
.submenu2 a:hover {
	color: rgba(255,255,255,1);
	background: var(--psddarkred);
}
.subheader, .pageheader, .classsection {
	/*background: var(--psdred);*/
	background: var(--sand);
	/*color: white;*/
	color: var(--psdred);
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: .8em;
}
.pageheader ~ p,
.pageheader ~ ul,
.pageheader ~ h3 {
	margin-left: 1em  ;
}

.classsection {
	margin-top: 0;
}
.subheader {
	background-color: var(--sand);
	margin-top: 1em;
	font-weight: bold;
	padding: 1em;
	color: var(--psdred);
}
.subheader ul li {
	text-transform: none;
	font-size: 90%;
	font-weight: 400;
	color: black;
}
.subheader ul:last-of-type{
	margin-bottom: 0;
}
.schedulesbody {
	padding: .5em 0;
}
.classsection {
	display:flex;
	flex-wrap: wrap;
	color: black;
	padding: 10px 40px;
	margin-left: 1em;
	margin-right: 1em;
}
.classsection:nth-of-type(even) { 
	background: #ededed;
	;
}
.classsection:nth-of-type(odd) {
	background: rgba(255,255,255,1);
}
.classsection div {
	display:block;
}
.classsection {
	.age,
	.time,
	.studio {
		min-width: 20%;
	}
	.day {
		min-width: 350px;
	}
}
.classsection .classname {
	min-width: 300px;
}
.classname {
	font-weight: 700;
	color: var(--psdred);
	min-width: 285px;
}
.pageheader {
	font-size: 26px;
	font-weight: 700;
	
}
.subheader {
	font-size: 20px;
	letter-spacing: 0.05em;
}

.teacher{ 
	display: block;
	padding: 1em 0;
	box-sizing: border-box;
	*{
		margin:0;
		padding: 0;
		width: 100%;
	}
	& h2,h3 {
		color: var(--psdred);
	}
	img {
		width: 30%;
		height: auto;
		float: left;
		padding-right: 1em;
		padding-left: 1em;
	}
	.image {
		width: 20%;
		margin: 3px;
	}
	.info{
		padding: 0 1em;
		padding-top:0;
		margin-top:-.2em;
		width: 100%;
		box-sizing: border-box;
	}
}
.teacher_image { 
	display: flex;
	padding: 1em 0;
	box-sizing: border-box;
	width: 100%;
	*{
		margin:0;
		padding: 0;
		width: 100%;
	}
	img{
		width: 100%;
		height: auto;
		align-self: center;
	}
}

img.decoration {
	width: 100%;
	height: auto;
	padding: 1em 0;
}
.gteacher {
	padding: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
	* {
		margin:0;
		padding: 0;
	}
	& h2,h3 {
		color: var(--psdred)
	}
}
.gteacher .info p:not(:first-of-type, :last-of-type),
.gteacher p:not(:first-of-type, :last-of-type),
.teacher .info p:not(:first-of-type, :last-of-type)  {
	margin: 1em 0;
}
/***.teacher:nth-of-type(2),
.teacher:nth-of-type(3),
.teacher:nth-of-type(6),
.teacher:nth-of-type(7),
.teacher:nth-of-type(10),
.gteacher:nth-of-type(2),
.gteacher:nth-of-type(3),
.gteacher:nth-of-type(6),
.gteacher:nth-of-type(7),
.gteacher:nth-of-type(10)
 {
	background: #ddd;;
}***/

/**********************************/
/*******Two Column Layout**********/
/**********************************/

.onecolumn {
	padding-left: 1em;
	padding-right: 1em;
	& ul {
		padding-bottom: 1em;
	}
}
.twocolumn {
	display: flex;
	flex-wrap: wrap;
	& >div {
		max-width: 50%;
	}
	.left, .right{
		width: 50%;
		box-sizing: border-box;
		padding: 1em 0 0 0;
		/***h2, h3, p:first-of-type{
			margin-top:0;
			padding-top: 0;
		}***/
		
		.image{
			float: left;
			margin: 5px;
			display:block;
		}
		blockquote {
			margin: 0 2em ;
			font-weight: 900;
			font-style: italic;
		}
	}
}

.whitebg {
	background: white;
	/***& >p {
		margin:0;
		padding: 0;
		padding: .5em;
		background: #ddd;
	}***/
}

/************************************************/
/******************** Mobile ********************/
/************************************************/

/**** Ipad ****/
@media (max-device-width: 894px) {

	.facebook_logo {
		width: 1.5em;
		margin-left: 25px;
		margin-right: 25px;
	}
	img.wide {
		width: 100%;
	}
	.office-hours{ 
		text-align: center;
		/*font-size: 1.5em;*/
		padding: 1px;
		margin: 0;
		margin-block-start: 0;
		margin-block-end: 0;
		& p {
			display: block;
			margin: 0 ;
			padding: 0 ;
		}
	
	}
	.office-hours p:nth-of-type(3) {
		padding-top: .5em;
	}
	.office-hours p:nth-of-type(2):before, 
	.office-hours p:nth-of-type(3):before {
		display: none;
	}
	.twocolumn, .right .teacher, .left .teacher {
		display:block;
		padding: .5em;
		.left, .right, .teacher, .gteacher, .info {
			width: 100%;
			display:block;
		}
	}
	.twocolumn .teacher, .twocolumn .gteacher {
		padding: 1em;
		/***& h2 {
			margin: 0;
		}***/
		.info {
			padding: 0;
			display: block;
		}
	}
	.teacher, .gteacher{
		background: transparent;
		display: block;
		& img {
		display: inline-block;
		width: 30%;
		float: left;
		padding-right: 1em;
		height: auto; 
		padding-left: 0;
		}
	}

}

/**** Cellphone ****/
@media (orientation: portrait) and (max-device-width: 600px ){
	.mobile {
        display: block;
    }
	img.mobile {
		display: block;
		width: 100%;
	}
    html {
		font-size: 40px;
		font-weight: 500;
	}
	body {
		padding: 1em;
	}
	#header {
		width: 100%;
		height: auto;
	}
	img.wide {
		display: none;
	}
	#header,
	#slider,
	#slider li,
	#mask,
	.banner,
	#content-slider {
		aspect-ratio: 150 / 59;
		width: 100%;
	}
	.office-hours{ 
		text-align: left;
		padding: 1em;
		padding-left: 1em;
		& p {
			display: block;	
		}
	
	}
	.office-hours p:nth-of-type(3) {
		padding-top: .5em;
	}
	.office-hours p:nth-of-type(2):before, 
	.office-hours p:nth-of-type(3):before {
		display: none;
	}
	.spot1 p {
		font-size: 1.5em;
		padding: 0 2em;
	}
	#carousel{
		& img {
			padding:0;
		}
		& img:nth-of-type(2){
			margin: 0 10px;
		}
	}
	#carousel + h2 {
		margin-top: 0;
	}
	footer{
		display:block;
		& div {
			min-width: none;
		}
		.icon img {
			width: 400px;
		}
		.icon {
			padding: 1em 0 0 0;
			width: 300px;
		}
		.icon:nth-of-type(2) {
			padding-left:1em;
			display: inline-block;
		}
		.icon img {
			width: 250px;
		}
	}
	.onecolumn + #carousel {
		padding: 0 1em .8em 1em;
	}
	h1 {
		background: var(--psdred);
		color: white;
		padding: .25em;
		margin: 0;
	}
	h1.subby {
		display:block;
	}
	h2{
		font-size: 1.2em;
	}
	.subheader {
		font-size: 40px !important;
		padding: 1em;
	}
	.subheader p{
		font-size: 20px;
		text-transform: none;
		font-weight: 200;
	}
	.submenu .pageheader{
		width: 100%;
		min-width: 100%;
		font-size: 1em;
		text-align: left;
		border-bottom: 3px solid white;
	}
	.classsection .classname {
		width: 75%;
		min-width: 75%;
	}
	.classsection .age {
		min-width: 25%;
	}
	.classsection .days,
	.classsection .time,
	.classsection .studio {
		min-width: 33%;
	}
	.classsection {
		justify-content: space-between;
	}
	.submenu2 a {
		font-size: .5em;
	}
	nav .menu a  {
		text-align: center;
		display: block;
		font-weight: 700;
		text-decoration: none;
		width: 100%;
		padding: 10px 0;
		color: #4c040a;
		transition: background .4s;
	  }

	nav {
		height: 80px;
		position: sticky;
		width: 100%;
		padding: 1rem;
		margin-left: -1rem;
		top: 0;
		.menu-icon {
			display: block;
			padding-top: 35px;
		}
		.menu-icon .nav-icon{
			width: 50px;
			height: 5px;
		}
		.menu-icon .nav-icon:before {
			top: 20px;
		}
		.menu-icon .nav-icon:after {
			top: -20px;
		}
		.menu a {
			font-size: 1.3em;
			padding: 10px 2em;
			text-align: left;
			line-height: 1.8em;
		}
		
		.menu {
			position: relative;
			width: 100%;
		}
	}
	
	nav .menu li + ul {
		display: block;
	}
	nav .menu li.submenu_item {
		padding-left: 1.5em;
		font-size: 90%;
	}
	nav .menu-btn:checked ~ .menu{
		opacity: 1;
		left: -1em;
		display: block;
		width: 100vw;
		padding-left: 0;
		padding-bottom: 1em;
		transition:left .2s ease-out;
		height: auto;
		border-bottom: 1px solid black;
	}
	nav .menu:not(:checked) {
		left: -1000%;
		display: block;
		transition: left .2s ease-out;
	}
	.submenu {
		display: none;
		& a{
			display: none;
			width: 100%;
			text-align: center;
			font-size: 1.5em;
			border-bottom: 2px solid white;
		}
	}
	.submenu2 {
		background: transparent;
	}
	.submenu2 a {
		display: block;
		width: 100%;
		font-size: 1.2em;
		border-bottom: 2px solid white;
		border-radius: 0;
		background: var(--psdred);
		text-decoration: underline;
		text-align: center;
	}
	.submenu2 a:after {
		content: " LEVEL";
	}
	.submenu2 a:nth-of-type(1):after{
		content: " CLASSES"
	}
	.pageheader {
		font-size: 1.2em;
		& a {
			display:none;
		}
	}
	.onecolumn {
		padding: 0 1em;
	}
	.twocolumn, .right .teacher, .left .teacher {
		display:block;
		padding: .5em;
		.left, .right, .teacher, .gteacher, .info {
			width: 100%;
			display:block;
		}
	}
	.twocolumn .teacher, .twocolumn .gteacher {
		padding: 1em;
		/***& h2 {
			margin: 0;
		}***/
		.info {
			padding: 0;
		}
	}
	.pageheader{
		margin-top: 1.3em;
		/***& :nth-of-type(1) {
		margin:0
		}***/
	}
	.teacher:nth-of-type(2),
	.teacher:nth-of-type(3),
	.teacher:nth-of-type(6),
	.teacher:nth-of-type(7),
	.teacher:nth-of-type(10),
	.gteacher:nth-of-type(2),
	.gteacher:nth-of-type(3),
	.gteacher:nth-of-type(6),
	.gteacher:nth-of-type(7),
	.gteacher:nth-of-type(10){
		background: transparent;
	}

	.teacher, .gteacher{
		background: transparent;
		& img {
		display: inline-block;
		width: 30%;
		float: left;
		padding-right: 1em;
		padding-left: 0;
		height: auto; 
		}
	}

	.twocolumn img.decoration {
		width: 100%;
		height: auto;
		padding: 1em 0;
		box-sizing: border-box;
	}
	.twocolumn {
		padding: 0;
		.left, 
		.right {
			padding:0;
		}
	} 
	td {
		padding: .5em; 
	}
	.subbymenu {
		display: none;
	}
	h1.subby {
		display: block;
	}
	table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
    nav .menu-icon{
        padding-top: 20px;
        margin-left: 20px;
        position: relative;
         float: left;
         cursor: pointer;
       }
       
       /*** Stylize Hamburger ***/
       nav .menu-icon .nav-icon{
         background: #333;
         display: block;
         height: 10px;
         width: 60px;
         position: relative;
         transition: background .2s ease-out;
         z-index: 999999999;
       }
       
       nav .menu-icon .nav-icon:before{
         background: #333;
         content: "";
         display: block;
         height: 100%;
         width: 100%;
         position: absolute;
         transition: all .2s ease-out;
         top: 25px;
         }
       
       nav .menu-icon .nav-icon:after{
         background: #333;
         content: "";
         display: block;
         height: 100%;
         width: 100%;
         position: absolute;
         top: -25px;
         transition: all .2s ease-out;
         }
     /*** end stylize Hamburger***/
       
       nav .menu-btn:checked ~ .menu{
         top:18px;
         left: -60px;
         height: auto;
         overflow: visible;
         background: white;
         width: 100%;
         transition: left .2s ease-out
       }
     
       
       nav .menu-btn:checked ~ .menu-icon .nav-icon{
        background: transparent;
       }
       
       nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
        transform: rotate(-45deg);
         top: 0;
       }
       
       nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
         transform: rotate(45deg);
         top: 0;
       }
	   .facebook_logo {
		width: 150px;
		height: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
     
     
     /********** endnav Menu **********/
}
