@charset "utf-8";
/* Global Styles */

/* @import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;700&family=Roboto+Slab:wght@500;700&display=swap'); */

a:link {color:#2E51BB; text-decoration:none; border: none;}
a:active {color:#2E51BB; text-decoration:none; border: none;}
a:visited {color:#2E51BB; text-decoration:none; border: none;}
a:hover {color:#68B8DE; text-decoration:underline; border: none;}

body {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 125%;
	color: #888;
	padding: 0;
	margin: 0.6em 0 0.2em 0.1em;
}
p {
	font: 400 0.92em/125% 'Asap', sans-serif;
	color: #333;
	margin: 0.5em 0.3em 0.5em 0.3em;
	padding: 0;
}
h1 {
	font-size: 1.6rem;
}
h2 {
	font-size: 1.3rem;
}
h3 {
	font-size: 1rem;
}
h4 {
	font-size: 0.92rem;
}
h5 {
	font-size: 0.88rem;
}
h2 + p {
	margin-top: 0.1em;
}

table {
	font-family: 'Asap', sans-serif;
	font-size: 0.92em;
	border-collapse: collapse;
	width: 100%;
}

table th, table td {
	color: #333;
	vertical-align: top;
}

.homeMenu_and_heading {
	margin: 0;
	padding: 3px;
	height: auto;
	z-index: 50;
	text-align:center;
}
.homeMenu_and_heading h3 {
	font-size: 1.2rem;
}
.homeMenu_and_heading h4 {
	font-size: 1rem;
}

.content-col h2 {
	margin-top: 0;
}


.adult_lessons table, .adult_lessons th, .adult_lessons td {
	text-align: left;
	line-height: 130%;
/*	border: 1px solid #EEE; */
	padding: 3px;
	vertical-align: top;
}
.adult_lessons table td {
	border: none;
	padding: 2px 6px;
}
.adult_lessons table th {
	padding-top: 5px;
}
.adult_lessons table td.day {
	width: 12%;
}
.adult_lessons table td.times {
	width: 25%;
}
.adult_lessons table td.level {
	width: 20%;
}
.adult_lessons table td.date {
	width: 28%;
}
table td.pad-above {
	padding-top: 12px;
}

.youth_clinic table {
	margin-top: 6px;
}
.youth_clinic table caption {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 0.5rem 0 1rem 2rem;
}
.youth_clinic table, .youth_clinic th, .youth_clinic td {
	border: 1px solid #DDD;
	padding: 2px 2px 1px 2px;
}
.youth_clinic td {
	padding: 5px 2px 3px;
}
.youth_clinic table th {
	background-color: #D6D6D6;
	color: #222;
}
.youth_clinic td.class_name {
	width: 18%;
}
.youth_clinic td.class_time {
	width: 15%;
}
.youth_clinic td.class_age {
	width: 18%;
}
.youth_clinic td.class_prereq {
	width: 45%;
}


.copyright_relative {
	position: relative;
	margin: 0px;
	padding: 9px 12px;
	width: auto;
	height: auto;
	z-index: 50;
	left: 0;
} 

#academy_links h4 {
	text-align: left;
	font-size: 0.92em;
}
#academy_links h4 a {
	text-decoration: underline;
}
table, table.acad_holidays {
	font-family: 'Asap', sans-serif;
	color: #333;
	margin-top: 0.8em;
}
.acad_holidays th, .acad_holidays td {
	vertical-align: text-top;
}
.acad_holidays th {
	width: 12%;
}

.stretch-logo {
	max-width: 100%;
	height: auto;
	min-height: 100px;
}
#main-stuff p {
	font-family: 'Asap', sans-serif;
	width: 100%;
/*	box-sizing: content-box;*/
	box-sizing: border-box;
}
.pad-9 {
	padding: 9px;
}
.pad-12 {
	padding: 12px;
}
.h-pad-6 {
	padding: 0 6px;
}
.h-pad-12 {
	padding: 0 12px;
}
.pad-18 {
	padding: 18px;
}
.pad-24 {
	padding: 24px;
}
.h-pad-24 {
	padding: 0 24px;
}
.v-pad-24 {
	padding: 24px 6px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}

.top-row {
	border-top: 6px solid #00D;
}

.home_logo_header {
	border: 6px solid #00D;
}
/* Main Content sections */
.content-col {
	border-right: 6px solid #00D;
	border-bottom: 6px solid #00D;
}

.content-col-row-1 {
	border-top: none;
	border-left: 6px solid #00D;
}
.content-col-row-2, .content-col-row-3 {
	border-top: none;
	border-left: 6px solid #00D;
}
.col-3-sm-hide {
	display: none;
}
.col-1-sm-hide, .col-3-sm-hide {
	border-bottom: 6px solid #00D;
	border-right: 6px solid #00D;
}
.col-1-sm-hide {
	border-left: 6px solid #00D;
}

.copyright-box {
	border-left: 6px solid #00D;
	border-right: 6px solid #00D;
	border-bottom: 6px solid #00D;
/*	padding: 0.25rem 4.0rem 0.25rem 0.9rem; */
}
.not-top {
	border-top: none;
}
.bot-row-1, .bot-row-2, .bot-row-3 {
	border-left: 6px solid #00D;
	border-bottom: 6px solid #00D;
	border-right: none;
}
.bot-row-2, .bot-row-3 {
	border-left: 6px solid #FFF;
}
.bot-row-3 {
	border-right: 6px solid #00D;
	border-left: 6px solid #FFF;
}
.bot-row-1 {
	border-right: 6px solid #00D;
}

@media screen and (max-width:35.5em) {
	.bot-row-1 {
		border-right: 6px solid #00D;
	}
	.bot-row-2, .bot-row-3 {
		display: none;
	}
	
}

@media screen and (min-width:35.5em) {
	.col-1-sm-hide {
		border-left: 6px solid #00D;
		border-right: 6px solid #00D;
		border-bottom: 6px solid #00D;
	}
	.col-3-sm-hide {
		display: none;
	}
	.content-col-row-1, .content-col-row-2 {
		border-top: none;
		border-left: 6px solid #00D;
	}
	.bot-row-1 {
		border-right: 6px solid #00D;
	}
	.bot-row-2, .bot-row-3 {
		display: none;
	}
}

@media screen and (max-width:48em) {
	table {
		width: 100%;
	}
}

@media screen and (min-width:48em) {
	.col-1-sm-hide {
		display: inline-block;
	}
	.col-3-sm-hide {
		display: none;
	}
	.content-col-row-1, .content-col-row-2, .content-col-row-3 {
		border-right: 6px solid #00D;
		border-left: none;
	}
	.top-row {
		border-top: 6px solid #00D;
	}
/*	.content-col-row-2 {
		border-top: none;
	} */
	.bot-row-1 {
		border-right: none;
	}
	.bot-row-2, .bot-row-3 {
		display: inline-block;
		border-left: 6px solid transparent;
	}
	.bot-row-3 {
		border-right: 6px solid #00D;
		border-left: 6px solid transparent;
	}
	
	p { font-size: 1.0em; }
	h1 { font-size: 1.7rem; }
	h2 { font-size: 1.4rem; }
	h3 { font-size: 1.1rem; }
	h4 { font-size: 1.0rem; }
	h5 { font-size: 0.9rem; }
	#academy_links h4 {
		font-size: 1.1em;
	}

}
/* Media Query for Tablets (min-width : 481px) and (max-width : 1024px) */
@media only screen and (min-width: 64em) {
	.col-1-sm-hide {
		display: inline-block;
		border-right: 6px solid #00D;
		border-bottom: 6px solid #00D;
	}
	.col-3-sm-hide {
		display: inline-block;
	}
	.content-col-row-1 {
		border-top: 6px solid #00D;
	}
	table {
		width: 90%;
		font-size: 1em;
	}
	table th, table td {
		font-size: 1em;
	}
}

/* Desktops and laptops @media screen and (min-width: 64em) */
@media only screen and (min-width: 80em) {
	.col-3-sm-hide {
		display: inline-block;
	}
}

a.und_link {
	text-decoration: underline;
}

/*	.adult_lessons table, .adult_lessons th, .adult_lessons td,
	.youth_clinic table, .youth_clinic table th, .youth_clinic table td {
		font-size: 1em;
	}*/

/* Responsive menu from purecss.io layout example */
.nav-wrapper {
	background-color: #00D;
	color: #FFF;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	height: 2.1em;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}

.nav-wrapper.open {
	 height: 14em;
}
.nav-wrapper a {
	color: #FFF;
	font-family: 'Roboto Slab', serif;
}
.nav-wrapper a:hover {
	color: #FFF;
	background-color: #00A;
	text-decoration: none;
	border: none;
}
.nav-menu-3 {
	 text-align: right;
}

.nav-toggle {
	 width: 34px;
	 height: 34px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 display: none;
}
a.nav-toggle {
	background-color: #00D;
}

.nav-toggle .bar {
	 background-color: #FFF;
	 display: block;
	 width: 20px;
	 height: 2px;
	 border-radius: 100px;
	 position: absolute;
	 top: 18px;
	 right: 7px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 transition: all 0.5s;
}

.nav-toggle .bar:first-child {
	 -webkit-transform: translateY(-6px);
	 -moz-transform: translateY(-6px);
	 -ms-transform: translateY(-6px);
	 transform: translateY(-6px);
}

.nav-toggle.x .bar {
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}

.nav-toggle.x .bar:first-child {
	 -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

	 .nav-menu-3 {
		  text-align: left;
	 }
	 .nav-toggle {
		  display: block;
	 }
}

