/*----------------------------------------------------------------------------------------
										  RESET
----------------------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
body {
  	margin: 0;
  	padding: 0;
  	font-family: "Open Sans",sans-serif;
  	height: 100%; 
} 
a {
  	text-decoration: none;
}
p {
  	margin: 0;
  	padding: 0; 
}
ul {
	list-style-type: none;
	padding: 0;
}
/*----------------------------------------------------------------------------------------
										  HEADER
----------------------------------------------------------------------------------------*/

header {
	height: 280px;
	position: relative;
	padding-top: 30px;
}
header #logo {
	width: 300px;
	margin-left: 20px;
}
header h1 {
 	margin: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 64px;
	font-weight: 300;
	color: #009999;
	display: inline-block;
	bottom: 40px;
	position: absolute;
	line-height: 130%;
}
header h1 span {
	color: #2d2d2d; /*dark grey*/
	font-family: Allura;
	font-weight: 200;
	display: block;
	margin-left: 80px;
}

header #contact {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}
header #contact a {
	margin-left: 12px;
	display: inline-block;
	color: rgb(84, 82, 79);
}
header #contact a:hover {
	color: #f9a72c; /* orange */
	cursor: pointer;
}
header #phone {
	font-weight: 100;
	font-size: 16px;
	color: rgb(84, 82, 79);
}
@media only screen and (max-width: 1280px) {

	header {
		height: 220px;
	}
	header #logo {
		width: 250px;
		margin-left: 100px;
	}
	header h1 {
		font-size: 54px;
		line-height: 130%;
		bottom: 20px;
	}
	header h1 span {
		margin-left: 80px;
	}
}
@media only screen and (max-width: 1100px) {
	
	header {
		height: 180px;
	}
	header #logo {
		width: 200px;
		margin-left: 20px !important;
	}
	header h1 {
		font-size: 44px;
		line-height: 130%;
		bottom: 20px;
	}
	#menu-bar {
		width: 100% !important;
	}
	#menu-bar a {
		padding: 0 !important;
		margin: 0 !important;
		width: 16% !important;
		display: inline-block !important;
		text-align: center;
	}
	#menu-bar a:last-child {
		/*display: none !important;*/
	}
}

@media only screen and (max-width: 900px) {
	header {
		height: 210px;
	}
	#menu-bar a {
		margin: 0 !important;
		font-size: 20px !important;
	}
	#menu-bar {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media only screen and (max-width: 650px) {
	#menu-bar {
		overflow: visible !important;
		height: auto !important;
	} 
	#menu-bar a {
		display: block !important;
		width: 100% !important;
		overflow: visible !important;
		border-top: 1px solid grey
	}
}
@media only screen and (max-width: 520px) {
    header {
		height: auto;
		padding-top: 10px;
	}
	header h1 {
	    display: block !important;
	    font-size: 30px;
		bottom: 0px;
		margin-left: 40px;
		margin-bottom: 15px;
		margin-top: 15px;
		position: relative;
	}
	header h1 span {
    	font-size: 36px;
    }
	header #logo {
	    width: 85px;
	    display: block !important;
	    top: 0px !important;
	    margin-top: 0px !important;
	}
	p.service-price {
	    float: none !important;
	}
}
/*----------------------------------------------------------------------------------------
										  MENU
----------------------------------------------------------------------------------------*/

#menu-bar {
	bottom: 0px;
	left: 0;
	height: 45px;
	margin-left: 12%;
}
#menu-bar a {
	font-size: 25px;
 	font-weight: 200;
  	color: #4b4b4b;
  	padding: 0px 30px;
  	margin: 0px 10px;
  	line-height: 45px;
  	display: inline-block;
}
#menu-bar a:hover {
  	color: #f9a72c; /* orange */	
}
#menu-bar #current_page {
  	color: #009999; 
  	text-decoration: underline;
  	text-decoration-thickness: 0.0005em;
}
@media only screen and (max-width: 650px) {
	#menu-bar #current_page {
	    text-decoration: none;
	}
}
#menu-bar a:last-child {
	/*background-color: #d68915; */
	/*border: 1px solid #d68915; */
	/*color: white;*/
	/*padding: 0px 10px;*/
	/*letter-spacing: 1px;*/
	/*float: right;*/
	/*transform: translate(-5px, -3px);*/
	/*transition: 0.4s;*/
}
#menu-bar a:last-child:hover {
	/*background-color: white;*/
	/*border: 1px solid #d68915;*/
	/*color: #d68915; */
	/*cursor: pointer;*/
}
@media only screen and (max-width: 1400px) {
	#menu-bar {
		text-align: center;
		margin: 0;
	}
	#menu-bar a:last-child {
		/*display: none;*/
	}
}
/*----------------------------------------------------------------------------------------
							 		 MAIN IMAGE AREA
----------------------------------------------------------------------------------------*/

.parallax-slow {
	background-position: 0px; 
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 500px;
}
.parallax-go {
	background-position: 0px; 
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	height: 500px;
}
.parallax-slow-inactive {
	background-position: 0px; 
	/*background-size: contain;*/
	background-repeat: no-repeat;
	position: relative;
    /*height: 500px;*/
}
@media only screen and (min-width: 900px) {
	.parallax-slow-inactive {
		background-size: cover;
		height: 500px;
	}
}
@media only screen and (max-width: 900px) {
	.parallax-slow-inactive {
	    background-size: cover;
		height: 500px;
	}
}
@media only screen and (max-width: 800px) {
	.parallax-slow-inactive {
		height: 400px;
	}
}
@media only screen and (max-width: 700px) {
	.parallax-slow-inactive {
		height: 300px;
	}
}
#main-image h2 {
	position: absolute;
	text-align: center;
	padding: 50px 75px;
	top: 10%;
	left: 10%;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 500%;
	font-weight: 100;
	color: #4b4b4b; 
	z-index: 10;
}
@media only screen and (max-width: 1050px) {
	.parallax-slow {
		height: 400px;
		background-size: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.parallax-slow {
		height: 400px;
	}
}
@media only screen and (max-width: 700px) {
	.parallax-slow {
		height: 300px;
	}
	#main-image h2 {
		top: 3%;
		font-size: 300%;
		font-weight: 500;
		padding: 30px 50px;
	}
}
@media only screen and (max-width: 600px) {
	.parallax-slow {
		height: 200px;
	}
	.parallax-go {
		height: 200px;
	}
}

/*----------------------------------------------------------------------------------------
							 		 MAIN
----------------------------------------------------------------------------------------*/
.wrapper-sm {
	margin: auto;
	width: 700px;
	text-align: center;
}
.wrapper-md {
	margin: auto;
	width: 850px;
}
.wrapper-fluid-lg {
	margin: 30px;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 800px) {
	.wrapper-sm {
		width: 90%;
	}
}

@media only screen and (max-width: 920px) {
	.wrapper-md {
		margin: auto;
		width: 95%;
	}
}
.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-img-2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.font-reg {
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: 200%; 
}
.font-emph {
	font-family: "Open Sans",sans-serif;
	font-size: 24px;
	font-weight: 200;
	line-height: 200%; 
	color: grey;
}
.font-emph-2 {
	color: #009999;
	font-weight: 400;
	font-size: 20px;
}
.font-emph-3 {
	font-weight:300;
	font-size: 22px;
	color: #009999;
	font-family: 'Libre Baskerville', serif;
}
h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	color: grey;
	font-weight: 200;
	font-family: "Open Sans",sans-serif; 
}
h4 {
	color: #878787; /*light grey*/
	font-weight: 200;
	font-size: 26px;
	padding: 0;
	margin: 0;
}	
p.service-price {
    font-family: "Open Sans",sans-serif; 
    margin: 0;
	padding: 0;
	font-size: 26px;
	color: grey;
	font-weight: 400;
	float: right;
}
p.service-price span {
    font-size: 18px;
    font-weight: 200;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-md {
	margin-top: 40px;
}
.margin-top-lg {
	margin-top: 60px;
}
.text-center {
	text-align: center;
}
.clearfix {
	overflow: auto;
}
.link, .link:visited {
    /*color: #49c23c*/
    color: #42b0f5
}
.online-link, .online-link:visited {
    text-decoration: underline;
    color: black;
    text-decoration-thickness: 0.0005em;
}
.online-link:hover {
    color: #009999;
    color: #f9a72c; /* orange */	
}
.online-link-teal, .online-link-teal:visited {
    text-decoration: underline;
    color: #009999;
}
.online-link-teal:hover {
    color: #f9a72c; /* orange */
}


/*----------------------------------------------------------------------------------------
							 		ACCENTS
----------------------------------------------------------------------------------------*/
.shadow {
  box-shadow: 5px 5px 10px grey;
}

/*----------------------------------------------------------------------------------------
							 		COMPONENTS
----------------------------------------------------------------------------------------*/

.col-container {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.cols-3:nth-child(1) {
	float: left;
	height: 500px;
	width: 30%;
}
.cols-3:nth-child(2) {
	display: inline-block;
	margin: auto;
	height: 500px;
	width: 30%;
}
.cols-3:nth-child(3) {
	float: right;
	height: 500px;
	width: 30%;
}
@media only screen and (max-width: 1260px) {
	.cols-3 {
		width: 29%;	
	}
}
@media only screen and (max-width: 920px) {
	.cols-3, .cols-2 {
		width: 100% !important;
		max-height: 200px !important;
		margin: 10px 0px !important;
	}
	.overlay-text {
		background: rgba(55, 55, 55, 0.9) !important;
		font-size: 72px !important;
		line-height: 95% !important;
		padding: 0px 0px !important;
		margin: auto !important;
		text-align: center !important;
		max-height: 200px;
	}
}
 .cols-2:nth-child(1) {
	float: left;
	height: 400px;
	width: 48%;
}
.cols-2:nth-child(2)  {
	float: right;
	height: 400px;
	width: 48%;
}
.col-3-type2 {
	width: 33%;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	background-position: 50% 50%;
}
.col-3-type2 p:nth-of-type(1) {
	font-size: 32px;
	font-weight: 600;
	margin-top: 14px;
	color: #009999;
}
.col-3-type2 p:nth-of-type(2) {
	font-size: 22px;
	color: grey;
}
@media only screen and (max-width: 900px) {
	.col-3-type2 {
		width: 100%;
		margin: auto;
		margin-top: 20px;
		display: block;
		overflow: auto;
	}
	.col-3-type2 > div {
		width: 250px !important;
		height: 250px !important;
		float: left;
	}	
}
@media only screen and (max-width: 600px) {
	.col-3-type2 > div {
		display: block;
		float: none;
	}	
}
.overlay-text {
	position: absolute;
	background: rgba(55, 55, 55, 0.9);
	width: 100%;
	padding: 30px 0px;
	bottom: 0px;	
	display: block;
	color: white;
	font-family: "Open Sans",sans-serif;
	font-size: 46px;
	font-weight: 200;
	line-height: 100%; 
}

.button {
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px 30px;
	letter-spacing: 1px;
	border: 1px solid #686868;
	background-color: white; 
	color: rgb(84, 82, 79);
	transition: 0.4s;
}

.button:hover {
	background-color: grey;
	color: white;
	cursor: pointer; 
}

/*---------------------------------------------------------------------------------------- 
								ABOUT - SECTION
---------------------------------------------------------------------------------------- */

.about-img {
  width: 250px;
  border-radius: 1%;
  float: left;
  margin-right: 40px;
  }

.about-me {
  margin: 0;
  padding: 0px 50px 50px 50px; }

.name-heading {
	display: block;
	font-weight: 400;
	font-size: 26px;
	color: #009999;
	line-height: 200%;
}
.title-subheading {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 200% !important;
}
.contact-info {
	display: block;
	font-weight: 300;
	line-height: 200% !important;
	color: black !important;
} 

@media only screen and (max-width: 580px) {
	.about-img {
		width: 100%;
	}
}


 /*---------------------------------------------------------------------------------------- 
								COURSES PAGE
---------------------------------------------------------------------------------------- */

.courses-left {
	width: 40%;
	float: left;
	height: 600px;
}
.courses-right {
	width: 60%;
	float: left;
	padding: 30px;
	height: 600px;
	/*overflow: scroll;*/
	overflow: hidden;
	background-color:rgba(74, 60, 60, 0.95);
}
.courses-right h3 {
	color: #f9a72c; /* orange */	
}
.courses-right ul {
	margin-top: 30px;
}
.bullet-font {
  font-family: "Open Sans",sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: white;
  font-weight: 100;
  font-family: "Open Sans",sans-serif;
  margin-left:auto;
  margin-right:auto;
  max-width:570px;
}

.bullet-font li {
  margin-top:10px;
}

.bullet-font li:before {
  content: '✓ \00a0\00a0\00a0\00a0';
  color: #009999;
}

.bullet-font .secondary {
  color: #a6a6a6; /* very light grey */
  padding-left:50px;
  margin-top:0px;
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (max-width: 1100px) {
	.courses-left {
		width: 35%;
	}
	.courses-right {
		width: 65%;
	}
	.courses-right h3 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 900px) {
	.courses-left {
		display: none;
	}
	.courses-right {
		width: 100%;
		height: auto;
	}
}

#course-outline h4 {
    /*line-height: 220%;*/
    line-height: 200%;
    font-size: 26px;
    padding-top: 30px;
    color: rgb(77, 77, 77);
	font-weight: 700;
}
#call-to-enroll {
	font-size: 28px;
}
.how-to-enroll {
    font-size: 29px !important;
    padding-top: 30px;
    color: rgb(77, 77, 77);
	font-weight: 700;
}
.how-to-enroll a {
    color: rgb(77, 77, 77);
    text-decoration: underline;
}
.how-to-enroll a:visited {
    color: rgb(77, 77, 77);
}
.blue {
    color: #42b0f5
}
.hover-orange:hover {
    color: #f9a72c !important; /* orange */
}
#packages {
	padding: 60px;
	padding-top: 20px;
	color: #f9a72c; /* orange */
	text-align: left;
	border: 1px solid #f9a72c; /* orange */
}
#packages .course-fee {
    font-size: 26px;
    margin-top: 26px;
    display: inline-block;
    font-weight: 600;
}
#packages .price {
	color: #f9a72c; /* orange */
	font-size: 45px;
	margin-top: 15px;
	float: right;
	font-weight: bold;
}
@media only screen and (max-width: 580px) {
	#packages {
    	padding: 10px;
    	padding-bottom: 50px;
    }
    #packages .price {
        float: none;   
        display: block;
    }
}

.text-center {
  text-align: center; }





  
/* 
@media only screen and (max-width: 800px) {
	.subtitle, subtitle-lrg {
	  font-weight: 300;
	  width: auto;
	}
}
@media only screen and (max-width: 500px) {
	.subtitle, subtitle-lrg {
		left: 0 !important;
		top: 0 !important;
		margin: auto !important;
		width: auto !important;
		text-align: left !important;
		font-size: auto !important;
	}
}
 */
 
 /*---------------------------------------------------------------------------------------- 
								CONTACT PAGE
---------------------------------------------------------------------------------------- */

.contact-left {
	width: 45%;
	float: left;
	padding-right: 60px;
}
.contact-right {
	width: 55%;
	float: left;
}
	
@media only screen and (max-width: 1000px) {
	.contact-left, .contact-right {
		width:100%;
		padding: 0;
	}
}

.form_error {
	font-size: 14px;
	color: red;
	padding-top: 5px;
	background: white;
}

.form_submission_feedback {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	clear: both;
	background: white;
	color: red;
}

textarea {
    padding : 20px;
    font-size: 14px;
    width: 100%;
}
  
.contact-info {
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 150%; 
  color: grey;
}
  
.font-sm {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 200%; 
}



.enlarge {
	transition: transform .2s;
}

.enlarge:hover {
		/*-ms-transform: scale(1.05);*/ /* IE 9 
    	/*-webkit-transform: scale(1.05);*/ /* Safari 3-8 */
    	/*transform: scale(1.05);*/ 
    	-webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
        filter: brightness(120%);
    	cursor: pointer;
}	

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
} 
.circle-img {
    border-radius: 50%;
    margin: auto;
    padding: auto;
}

.destyle {
	border: none;
	background: none;
	font: inherit;
	color: inherit;
	outline: none;
}
.embedded-link {
	color: #009999;
}

.embedded-link:hover {
	/*text-decoration: underline;*/
	text-decoration-thickness: 0.0005em;
	color: #f9a72c;
}
#menu-logo {
	display: none;
	height: 100%;
	float: left;
}
#country {
	display: none;
}









/*---------------------------------------------------------------------------------------- 
										FOOTER
---------------------------------------------------------------------------------------- */

footer {
	color: white;
	margin: 0;
	padding: 0;
	clear: left;
	box-sizing: content-box;
}
footer * {
	box-sizing: content-box;
}
#footer-top {
	padding-top: 0px;
}
#footer-bottom {
	padding-top: 35px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
footer #copyright {
	padding-top: 30px;
	font-family:"Open Sans",sans-serif;
	font-weight: 100;
}
.footer-subtitle {
	
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 20px;
	width: 110%;
	font-family:"Source Sans Pro";
}
.footer-cols{
	width: 100%;
	font-size: 0px;

}
.footer-col {
	font-family:"Source Sans Pro";
	font-size: 18px;
	font-weight: 100;
	vertical-align: top;
	display: inline-block;
	padding:3%
}
.footer-col-1 {
	width: 14%;
}
.footer-col-2 {
	width: 30%;
}
.footer-col-3 {
	width: 18%;
}
.footer-col-4 {
	width: 14%;
}
footer .oversized {
	width: 120%;
}
footer ul {
	list-style-type: none;
	padding: 0;
}
footer li { 
	text-align: left;
	margin-bottom: 10px;
}
.footer-nav {
	margin-top: 10px;
}
footer a {
	display: block;
	text-decoration: none;
	color: white;
	margin-top: 5px;
}
.footer-nav a:hover {
	color: #009999;
}
.footer-link:hover {
	color: #009999;
	cursor: pointer;
}
#footer-logo {
	float: left;
}
footer .color-overlay {
	background: rgb(74, 60, 60);
	background: rgba(74, 60, 60, 0.90);
}

footer .color-overlay-2 {
	background: rgb(74, 60, 60);
	background: rgba(74, 60, 60, 0.95);

}

footer .para-img-fixed-2 {
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



footer .button {
	background-color: #d68915; 
	color: white;
	border: 1px solid #d68915;
	/*border-radius: 10px;*/
	display: inline;
	padding: 10px;
	font-size: 20px;
	font-weight: 400;	
	transition: 0.4s;
}	
footer .button:hover {
	color: #d68915; 
	background: rgba(55, 55, 55, 0.1);
}	
@media only screen and (max-width: 815px) {
	footer .button {
        font-size: 14px;
    }
}
@media only screen and (max-width: 700px) {
	footer .button {
        font-size: 20px;
    }
}
@media only screen and (max-width: 615px) {
	footer .button {
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px) {
	footer .button {
        font-size: 20px;
    }
}


footer .places {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-social-icons a {
	padding-top: 9px;
	padding-right: 9px;
	display: inline-block;
}
#footer-social-icons a:hover {
	color: #009999;
	cursor: pointer;
}

@media only screen and (min-width: 1275px) {
	.break {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	.footer-col {
		width: 40% !important;
	}
}

@media only screen and (max-width: 500px) {
	.footer-col {
		display: block !important;
		width: 80% !important;
	}
	.break {
		display: none !important;
	}
}

.para-img-fixed-2 {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






