@charset "utf-8";
/* CSS Document */


#summer-camp p {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.summer-camp {
	background-image: url("../img/classes/class-headers/summer-camp.png");
	background-position: center;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative; 
}

	@media(max-width: 1199px){
		.summer-camp {
			min-height: 600px;
		}	
	}

	@media(max-width: 991px){
		.summer-camp {
			min-height: 400px;
		}	
	}

	@media(max-width: 575px){
		.summer-camp {
			margin-left: 20px;
			margin-right: 20px;
		}	
	}

/*.pricing h4 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 19px;
	text-align: left;
	margin-bottom: 25px;
}

.pricing h5 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1em;
}

.pricing p strong {
	font-weight: 600;
}*/


/*###*/



#pricing {
	background: var(--color-primary-middle);
	text-align: center;
}

	@media(max-width: 575px){
		#pricing {
			background: var(--color-white);
			margin-top: -70px;
		}	
	}

#pricing h3 {
	font-family: var(--font-header);
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}

/*.theme-link { 
	text-align: center; 
	width: fit-content;
	transition: .3s;
}

.theme-link:hover {
	transform: scale(1.03);
}

.theme-link p {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.6;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 0;
	border-radius: 7px;
}

.theme-link p {
	color: var(--color-white); 
	background: var(--color-black);
	transition: .3s;
}

.theme-link p:hover {
	background: var(--color-primary);
}*/

.details {
	background: #fff;
	padding: 2em 1em; 
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
	position: relative;
}

.details img {
	position: absolute;
}


.detail {
	background: #f5f5f5;
}

@media(max-width: 575px){
	#venue h3 {
		margin-bottom: 0;
	}
	
	.details {
		background: var(--color-white);
		padding: 0; 
		box-shadow: none;
	}

	.detail {
		background: var(--color-white);
	}	
}

.detail h4 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin-bottom: 25px;
}

@media(max-width: 768px){
	.detail h4 {
		text-align: center;
		font-size: 18px;
	}
}

.column-container {
	display: flex;
	justify-content: space-between;
}

.column {
	flex: 1;
	padding: 1em; 
	box-sizing: border-box; 
	margin: 0 1em; 
	padding: 2em 2em 0.5em 2em;
	outline: 2px double var(--color-primary);
	outline-offset: -5px;
}

@media (max-width: 991px) {
	.details {
		padding: 1em 2em; 
	}
	.column-container {
		flex-direction: column;
	}

	.column {
		margin: 1em 0;
	}
}

@media(max-width: 575px){
	.column {
		margin: 0;
	}
}

.detail ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

.detail ul li {
	display: flex;
	align-items: center; 
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/*.detail ul li i {
	padding-right: 10px;
	color: var(--color-primary);
	font-size: 1.5em;
}

.detail ul li i .clock {
	padding-right: 10px;
	color: var(--color-primary);
	font-size: 1em;
}*/

.detail ul li span {
	flex-grow: 1; 
}

.detail .span {
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}

@media(max-width: 768px){
	.detail {
		text-align: center;
	}
	
	.detail ul {
		padding-left: 0;
		list-style: none;
		margin-bottom: 30px;
	}

	.detail ul li {
		display: block;
		text-align: center; 
	}

/*	.detail ul li i {
		display: none;
	}*/
	
	.detail p {
		font-size: 16px;
	}
}

#sc-restrictions {
	color: #fff;
	text-align: center;
}

#sc-restrictions h3 {
	font-family: var(--font-header);
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}

.sc-details {
	padding: 2em;
	line-height: 3;
}

#register {
	background: var(--color-primary);
}
#register h3 {
	font-family: var(--font-header);
	font-size: 34px;
	text-align: center;
}

/*off season*/

.summer-camp-bg {
	background-image: url("../img/summer-camp/cta.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.next-summer {
	color: white;
	text-align: center;
	padding: 2em;
	background: #fb8e39; 
	line-height: 2;
}

.next-summer p {
	font-size: 21px;
	color: white; 
	text-align: center;
	margin-bottom: 0;
}

.next-summer p span  {
	font-family: var(--font-header);
	display: block;
	font-size: 32px;
	padding-top: 10px;
}




