body {
	margin: 0;
	background-repeat: repeat-x;
	background-position: 0 80px;
	background-color: #eee;
}
body, table td, div {
	font-family: Raleway, sans-serif;
	font-size: 14pt;
	text-align: left;
	font-display: swap;
}

.contentContainer {
	margin-top: 60px;
	/*box-shadow: 0px 4px 5px -2px #f00;*/
	background-color: white;
}
.calloutHeading {
	color: black;
	text-shadow: 1px 1px 1px #aaa;
	padding: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 18pt;
	margin: 0px;
}
/* mobile callout*/
@media (max-width: 768px){
	h2 {
		font-size: 16pt;
		font-weight: bold;
	}
	.calloutHeading {
		font-size: 14pt;
	}
}
/**************/
/* About page */
/**************/
.studioMeta {
	font-size: 9pt;
	font-style: italic;
}
/*
	Footer
*/
.footerContainer {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #000; 
	color: white;
	font-size: 14pt;
}
.footerMeta {
	color: #aaa;
	font-size: 14pt;
	font-style: italic;
}
.footerAddress {
	font-size: 14pt;
}
.footerWrapper {
	margin-right: 8%;
	float: left;
	padding-bottom: 25px;
}
.footerContainer a {
	font-size: 14pt;
	color: #00beee;
	text-decoration: none;
		line-height: 2.65em;
		padding-right: 35px;
}
.footerContainer a:hover {
	text-decoration: underline;
}
@media (max-width: 769px){
	.footerContainer a.footer-btn {
		font-size: 32pt;
		padding-right: 45px;
	}

}
/* ********************************* */
/* nav
/* ********************************* */
.desktop-menu {
	float: right;
	margin-top: 30px;
}
.desktop-menu a, .desktop-menu a:visited {
	margin-right: 20px;
	color: white;
}
.desktop-menu a:hover {
	text-decoration: none;
	color: black;
}
.logoImg {
 	margin: 0px;
	padding: 0px;
	text-align: left;
}
.navbar {
	background-color: #e69151; 
	padding-bottom: 10px;
	margin-bottom: 0px;
	max-height: 96px;
}
.navbar-toggle { 
	background-color: black; 
	color: white;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	font-size: 14pt;
	padding: 5px 8px;
	margin-right: 10px;
	color: #fff;
	background-color: #000;
	border-radius: 5px;
}
.navbar-nav > li > a:hover {
	color: #00beee;
	background-color: #000;
}
.navbar-toggle .icon-bar {
	background-color: #e69151;
}
/* want the nav to the right, but when its collapsed, we dont */
@media (min-width: 768px){
	.navbar-collapse {
		float: right;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.navbar-nav > li > a {
		border-radius: 5px;
		font-size: 12pt;
		padding: 5px;
		margin: 0px;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.navbar-nav > li > a {
		font-size: 12pt;
		color: #00beee;
	}
	.navbar-nav {
		text-align: right;
		padding-top: 0.5em;
		background-color: #000;
		margin-top: -5px;
		border: none;
	}
	.navbar-nav > li > a, 
	.navbar-nav > ul > li > a, 
	.navbar-nav > ul > li > a:visited {
		color: #00beee;
		font-size: 14pt;
		border-radius: 0px;
		margin: 0;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 99%;
		display: inline-block;
	}
	.navbar-nav > li ul > li > a {
		color: #00beee;
		font-size: 14pt;
	}
	.navbar-top, .navbar-top a {
		font-size: 14pt;
		color: #00beee;
		border-radius: 0px;
		width: auto;
		display: block;
		margin: 0;
		padding-bottom: 18px;
	}
	.navbar-nav > li > a:hover, .navbar-nav > ul > li > a:hover {
		text-decoration: none;
		background-color: #00beee;
		color: #000;
	}
}
a.calloutLink, a.calloutLink:visited {
	/* the rgb value is $topColor */
	background-color: rgba(252, 111, 7, 0.2);
	color: black;
	padding: 0px 10px 0 10px;
	border-radius: 10px;
}	
a.calloutLink:hover {
	background-color: #e69151;
	color: white;
}
.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
/* quote forms */
.well {
	background-color: #cacaca;
	padding: 5px 19px;
}
.form-group {
	margin-bottom: 3px;
}
.help-block {
	color: #347ab8;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	padding: 0.125em;
	display: inline-block;
	border-radius: 5px;
}
.quoteOutputContainer {
	margin-top: 25px;
	margin-bottom: 25px;
}
.quoteOutputContainer div {
	margin-top: 3px;
}
.quoteHeader {
	background-color: #eee;
	font-weight: bold;
}
.quoteSummary {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}
/* class-schedule */
.btn {
	/*background-color: #db39b7;*/
	background-color: #06337c;
	color: white;
	font-family: Shrikhand;
	font-size: 24pt;
	/*mix-blend-mode: multiply;*/
	border: none;
	border-radius: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.home-type {
	font-family:Shrikhand; 
	font-size: 36px;
	margin-top: 1em; 
	color: #06337c;
}
a.register {
	font-family:Shrikhand; 
	color: white;
	background-color: #db39b7;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}
.capoeira-btn {
	background-color: #db39b7;
	color: white;
	border-radius: 10px;
	/*box-shadow: 0px 0px 20px white;*/
}
.capoeira-btn:hover {
	background-color: #bbb;
	color: #111;
	text-decoration: none;
}
.big-btn {
	font-family: Shrikhand;
	padding: 5px 10px;
	font-size: 24pt;
}
.lil-btn {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 12pt;
	text-transform: uppercase;
	display: inline-block;
}
.register-mobile-btn {
	background-color: #db39b7;
	color: white;
	border-radius: 10px;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 18pt;
	display: inline-block;
}
.free-notice {
	font-family: Shrikhand;
	background-color: #D2A750;
	color: #12233D; 
	font-size: 16pt;
	padding: 7px; 
	display: inline-flex;
	rotate: -4deg;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.notice {
	background-color: yellow; 
	color: black; 
	padding: 10px; 
	display: inline; 
	border-radius: 15px;
}
.schedule-wrapper {
	margin: auto;
	display: table;
	text-align: center;
	border-radius: 15px;
	opacity: .80;
	padding: 10px;
	color: #fff;
	background-color: #06337c;
	/*animation: ani linear 1s infinite;*/

}
/* location specific pages */
.location-reg-card {
	text-align: center;
	margin:0; 
	padding:0;
	border: solid #e69151 thin;
}
.class-date {
	font-family: Shrikhand;
	font-size: 18pt;
}

@media (min-width: 768px){
	.location-reg-card {
		max-width: 165px;	
		border: none;
		background-color: #e69151;
		min-height: 100px;
		clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
		margin-right: 10px;
	}
}
/* ///////////////////
 * class promo page
//////////////////// */
.promo-title {
	font-family:Shrikhand; 
	font-size: 32px;
	color: #e69151;
	text-align: center;
	margin-top: 0px;
}
.promo-price {
	font-size: 22pt;
	font-weight: 900;
}
.promo-wrapper {
	margin: auto;
	display: table;
	text-align: center;
	border-radius: 0px;
	opacity: .80;
	padding: 20px;
	color: #fff;
	background-color: #06337c;
	/*animation: ani linear 3s infinite;*/
}
.promo-wrapper a.btn, .promo-wrapper a.btn:visited {
	color: #fff;
	text-decoration: none;
	background-color: #db39b7;
	padding: 5px;
	display: block;
	width: auto;
	margin-bottom: 10px;
	opacity: 1.0;
}
.promo-wrapper a.btn:hover {
	background-color: #bbb;
	color: #111;
	opacity: 1.0;
}

?>
