/* CSS Document */
@font-face {
	font-family: 'Gotham-Thin';
	src: url('../fonts/Gotham-Thin.eot');
	src: local('?'), url('../fonts/Gotham-Thin.woff') format('woff'), url('../fonts/Gotham-Thin.ttf') format('truetype'), url('../fonts/Gotham-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Black';
	src: url('../fonts/Gotham-Black.eot');
	src: local('?'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Ultra';
	src: url('../fonts/Gotham-Ultra.eot');
	src: local('?'), url('../fonts/Gotham-Ultra.woff') format('woff'), url('../fonts/Gotham-Ultra.ttf') format('truetype'), url('../fonts/Gotham-Ultra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local('?'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('?'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('?'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	padding: 0;
	margin: 0;
	border: 0;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	border: 0;

	max-width: 100%;
	min-height: 100vh;
	background-color: rgba(76,81,99,1.00);
	color: rgba(78, 81, 88, 1);
	font-family: Montserrat,arial,sans-serif;
	font-weight: 400;
	font-size: 100%;	
}

body p{
	line-height: 1.8em;	
}

h1, .h1 {
	margin: 0;
	font-size: min(10vw, 4em);
	color: rgba(76,81,99,1.00);
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 0.1em;
	text-align: center;
}

h2 {
	margin: 0;
	font-size: 2em;
	color: rgba(180,180,180,1.00);
	line-height: 1em;
	font-weight: 400;
}

h1 + h2 {
	margin-bottom: 2.5em;
}

p {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.8em;
	margin-top: 0;
}

p + h1, h1 + p, .h1 + p{
	margin-top: 3em;
}

a{
	text-decoration: none;
	color: rgba(180,180,180,1.00);
}

img {vertical-align: top;}


input,
textarea,
select{
	outline: none;
}

.tbl{display: table}
.tr{display: table-row}
.td{display: table-cell; vertical-align: top;}

/* --------------------------- SITE HEADER ------------------------------ */

header{
	width: 100%;
	padding: 0em clamp(1em, calc(100% - 1700px), 6em);
	border-bottom: 15px solid rgba(180,180,180,1.00);
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 2em;
	z-index: 4;
	background-color: white;
	position: relative;
	top: 0;
	transition: all 0.5s;
}

header nav{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5em;
	max-width: 1000px;
	width: 100%;
	gap: 0 1em;
	flex-wrap: nowrap;
	text-align: center;
}
header nav a{
	flex: 0 0 0;
	display: block;
	padding: 0.3em 0;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(46,46,63,1.00);
	white-space: nowrap;
}
header .phone{
	color: rgba(171,35,35,1.00);
	font-size: 3em;
	font-weight: 700;
	padding: 0 0 0.2em 0;
	transition: all 0.5s;
}
header .phone img{
	height: 0.8em;
	vertical-align: baseline;
}

.header-logo {
	flex: 0 1 0;
	text-align: center;
	margin: 0;
	padding: 0;
}
.header-logo img{
	transition: all 0.5s;
}
.header-right-column{
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 1em;
	transition: all 0.5s;
}
.header-nav-container{
	flex: 48 1 686px;
	text-align: right;
	padding: 0;
}
.header-social{
	flex: 1 1 40px;
	margin: 0.5em 0;
	text-align: right;
	overflow: hidden;
	transition: all 0.4s;
}
.header-social img{
	margin: 0.5em;
	width: 30;
	height: 30;
	transition: all 0.5s ;
}

@media screen and (min-aspect-ratio: 1/1) and (orientation: landscape) and (min-width: 800px){

	header.smashed {padding: 0.5em 3em; }
	header.smashed .phone {font-size: 0; opacity: 0;}
	header.smashed .header-logo img{height: 80px; width: 120px;}
	header.smashed .header-right-column{ gap: 0 0 }
	header.smashed .header-social{ flex: 1 1 0px}
	header.smashed .header-social img{ width: 0; height: 0; margin: 0; opacity: 0}

}

.mobile-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	border-bottom: 2px solid rgba(91,202,244,1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
	display: none;
}
.mobile-nav figure{
	margin: 10px;
	max-width: 75%;
}
.mobile-nav img{
	max-width: 100%;
}
.nav-label {
	width: 4.7em;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	transition: all 0.5s;
	flex: 0 0 0;
}

.nav-label hr{
	border: none;
	background-color: rgba(180,180,180,1.00);
	height: 4px;
	transition: all 0.3s;
}


.nav-switch{
	position: fixed;
	top: 0;
	left: -1000px;
}

#nav_switch:checked + label + div hr:nth-of-type(1){
	transform: translateY(12px) rotate(45deg);
	transform-origin: center center;
}
#nav_switch:checked + label + div hr:nth-of-type(2){
	opacity: 0;
}
#nav_switch:checked + label + div hr:nth-of-type(3){
	transform: translateY(-12px) rotate(-45deg);
	transform-origin: center center;
}
#nav_switch:checked + label + div + header{
	transform: translateY(0);
}
#nav_switch:checked + label{
	left: 0;
}


/* ------------------ ABOVE THE FOLD --------------- */

.closing-label{
	position: fixed;
	top: 0;
	left: -10000px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	z-index: 3;
}

.home-hero{
	width: 100%;
	aspect-ratio: 2.2 / 1;
	max-width: 100%;
	min-height: 600px;
}
.home-hero img{
	width: 100%;
	height: 106%;
	object-fit: cover;
	object-position: right center;
}
.home-hero > div{
	font-size: clamp(3em, 10vw, 5.5em);
	color: white;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	line-height: 1em;
	transform: translate(-50%, -50%);
}


/* ---------------- CLASSES STYLES --------------------- */

.flyer {
	font-size: 1.2em;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: black;
	font-family: Gotham-Medium,montserrat,sans-serif;
}
.top-section,
.mid-section {
	margin-bottom: 0.5em;
}
.city-header {
	width: 100%;
	padding: 0.75em;
	font-size: 80%;
	color: white;
	background-color: color-mix(in srgb, var(--dark-color) 20%, black);
	font-family: Gotham-Light,montserrat,sans-serif;
}
.class-intro {
	padding: 0.75em;
	color: white;
	background-color: var(--dark-color);
	font-weight: bold;
}
.class-header {
	background : 
		repeating-linear-gradient(
			to right, 
			transparent 0 5px,
			white 5px 6px
		),
		linear-gradient(0, color-mix(in srgb, var(--dark-color) 50%, white) 0 5px ,white 70%)
}
.class-header hr {
	border: none;
	height: 2px;
	background-color: black;
	max-width: 750px;
	width: 100%;
}
.class-header img {
	filter: invert(1);
	max-width: 750px;
	width: 100%;
}
.class-header .day{
	font-size: 4em;
	font-weight: 900;
	text-transform: uppercase;
	font-family: Gotham-Ultra,montserrat,sans-serif;
}
.class-header .hours {
	font-size: 3em;
	font-weight: 900;
	font-family: Gotham-Ultra,montserrat,sans-serif;
}
.class-location {
	padding: 0.75em;
	color: white;
	background: color-mix(in srgb, var(--dark-color) 40%, black);
}

.upcoming,
.tagline {
	background-color: var(--medium-color);
	color: var(--light-color);
	padding: 0.75em;
	font-weight: normal;
}

.tagline {
	background-color: var(--medium-color);
	color: var(--light-color);
	padding: 0.75em;
	font-weight: normal;
}

.sessions {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.sessions:not(:nth-last-child(2)) {
	border-bottom: 1em solid var(--medium-color);
}
.sessions .dates {
	background-color: var(--light-color);
	flex: 0 0 33%;
	padding: 1em;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 0.9em;
	font-family: Gotham-Ultra,montserrat,sans-serif;
}
.sessions .details {
	background-color: color-mix(in srgb, var(--medium-color) 50%, black);
	color: white;
	padding: 1em;
	text-align: left;
}
.sessions .details div:nth-of-type(1){
	font-family: Gotham-Ultra,montserrat,sans-serif;
	text-transform: uppercase;
	font-size: 1.8em;
}
.sessions .details div:nth-of-type(2){
	color: var(--light-color);
	font-size: 1.6em;
	font-family: Gotham-Black,montserrat,sans-serif;
}
.sessions .details div:nth-of-type(3){
	font-family: Gotham-Book,montserrat,sans-serif;
}
.sessions:nth-of-type(odd) .dates {
	order: 2;
}

.bottom-section {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.city-logo {
	flex: 0 0 15%;
	background-color:  color-mix(in srgb, var(--dark-color) 40%, black);
	padding: 1em;
}
.city-logo img {
	width: 100%;
	height: auto;
}
.footer-mid {
	flex: 0 0 60%;
	background: color-mix(in srgb, var(--dark-color) 20%, black);
	color: white;
	font-family: Gotham-Ultra,montserrat,sans-serif;
	text-align: center;
	font-size: 1.4em;
	padding: 0.8em;
}
.footer-mid div:nth-of-type(1){
	color: var(--light-color);
	font-size: 1.2em;
	
}
.footer-mid div:nth-of-type(2){
	color: white;
	font-size: 1.8em;
}
.footer-mid div:nth-of-type(3){
	color: var(--light-color);
	font-size: 1em;
}
.footer-mid a{
	color: white;
}
.footer-mid div:nth-of-type(3) span{
	font-size: 1.2em;
	color: white;
}
.price {
	flex: 0 0 25%;
	padding: 0;
	background-color: var(--light-color);
	font-size: 6em;
	font-family: Gotham-Ultra,Montserat,san-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price > div{
	line-height: 0.5em;
}
.price > div::first-letter{
	font-size: 60%;
	vertical-align: super;
}
.price div div{
	font-size: 20%;
	font-family: Gotham-Black,Montserrat,san-serif;
}



/* ----------------- MEDIA QUERIES ------------------ */

@media screen and (max-width: 1050px){
	.header-logo{ flex: 1 1 100%; }
	.header-nav-container{ 
		flex: 1 1 100%; 
		padding-top: 1em; 
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		order: 2;
	}
	.header-social{text-align: center;}
	header .phone,
	header nav{
		flex: 1 1 100%;
	}
}
@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){
	body{padding-top:60px;}
	.mobile-nav{display: flex;}
	header{
		position: fixed;
		width: max(40%, 200px);
		height: 100vh;
		top: 0;
		left: 0;
		padding: 5em 1em 2em 1em;
		filter: drop-shadow(0 0 1em black);
		transform: translateX(-110%);
		transition: all 0.5s;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	header nav{
		display: block; 
		text-align: left;
		font-size: 1em;
	}
	header nav a{
		padding: 0.5em 0;
		border-bottom: 1px solid rgba(150,150,150);
	}
	header .phone{
		order: 2; 
		font-size: clamp(1.4em, 4vw, 2.1em);
		padding: 2em 0 0 0;
	}
	header .phone img{  width: auto; }
	.header-logo{ order: 2; flex: 0 0 0;}
	.header-logo img{ max-width: 100%; }
	.header-nav-container{ order: 1; }
	.header-right-column{flex: 0 0 0;}
	.header-social{ order : 2; }
	.header-social img{ width: 25px; height: 25px;
	}
	
	.home-hero{
	border-top: none;

}

}
