@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&family=Roboto:wght@400;700&display=swap');

body {
	padding-top: 0 !important;
	font-family: Mulish, Roboto, Arial, sans-serif;
	font-size: 18px;
}
body h1 {
	font-size: 2.3em;
	margin-bottom: 30px;
}
body p {
	margin: 1em 0;
}

/*TOPBAR*/
#topbarmsg-wrapper {display:none}

/*HEADER*/
#header.sticky {
	position: initial !important;
	box-shadow: none !important;
}
#pnlHeaderLogo {
	width: auto;
	padding: 5px;
	text-align: center;
}
#pnlHeaderLogo img {
	max-height: 80px;
}

/* FOOTER */

#pnlFooter #pnlFooterRow:first-child a:link,
#pnlFooter #pnlFooterRow:first-child a:visited,
#pnlFooter #pnlFooterRow:first-child a:hover,
#pnlFooter #pnlFooterRow:first-child a:active {
	color: black;
	font-weight: bold;
}
#pnlFooter {
	width: 90%;
	height: initial;
	background-color: #fff;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 130px;
}

#pnlFooterRow {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#pnlFooterRow img.logo {
	max-height: 80px;
}
#pnlFooterRow div.elem {
	color: #000;
	flex-grow: 1;
	line-height: 80px;
	text-align: center;
}
#pnlFooterRow div.elem.social-icons img,
#pnlFooterRow div.elem.social-icons object {
	max-height: 70px;
}

#pnlFooterRow:first-child {
	border-bottom: 5px solid rgb(45, 42, 60);
}

#pnlFooterContacts {
	margin-top: 0;
}

#pnlFooterLinks {
	padding-bottom: 60px;
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*BOOTSTRAP*/

.btn-warning {
	background-color: #f59b0f;
}
.btn-xl {
	padding: 0.3rem 1.5rem;
	font-size: 2rem;
	line-height: 2.2;
}
.btn-100 {
	/*display: inline-block;*/
	width: 100%;
}

.btn-question {
	background-color: gold;
	border-color: palegoldenrod;
	color: blue;
	text-transform: none !important;
}
.btn-question:hover {
	background-color: goldenrod;
	border-color: gold;
}



.card h5.card-title {
	font-weight: bold;
	font-size: 1.3em;
}
.card p {
	margin-top: 5px;
}



/*---------------------------------------------------------------------------------------------------------------------*/
/*INTRO*/

#pnlIntro {
	text-align: center;
	color: white;
	background: url(bg-intro.jpg);
	background-size: cover;
	padding: 30px;
	position: relative;
}

#pnlIntro * {
	position: relative;
	z-index: 10;
}

#pnlIntro div.shade {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background:
		linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
	z-index: 1;
}


.landing-page-video .overlay {
	position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.landing-page-video .overlay::before {
	color: #f59b0f;
	font-size: 8em;
	pointer-events: none;
}

.landing-page-video.play .overlay::before {
	content: "\f144";
}

.landing-page-video.pause .overlay::before {
	content: "";
}
.landing-page-video.pause:hover .overlay::before {
	content: "\f28b";
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*DESCRIPTION*/


#pnlDescription {
	text-align: center;
	max-width: 1170px;
	margin: 45px auto;
	padding: 10px;
}

ul li {
	text-align: left;
}





/*---------------------------------------------------------------------------------------------------------------------*/
/*EASY PATTERN MAKING*/


#pnlEasyPM {
	text-align: center;
	max-width: 1130px;
	margin: 140px auto 0;
	padding: 10px;
}




/*---------------------------------------------------------------------------------------------------------------------*/
/*WHAT YOU GET*/


#pnlWhatYouGet {
	margin: 100px auto 0;
	padding: 30px 0;
	background: #eceaf1;
	text-align: center;
}

#pnlWhatYouGet .container {
	max-width: 1140px;
}

#pnlWhatYouGet .card {
	text-align: center;
	margin-bottom: 10px;
}
#pnlWhatYouGet .card .card-img-top {
	font-size: 70px;
	color: #f59b0f;
}
#pnlWhatYouGet .card h5.card-title {
	margin-bottom: 5px;
}
#pnlWhatYouGet .card p {
	margin-top: 5px;
}






/*---------------------------------------------------------------------------------------------------------------------*/
/*LEARNING*/


#pnlLearning {
	text-align: center;
	background:
		linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) ),
		url(bg-learning.jpg);
	background-attachment: fixed;
	background-position: 50%;
	background-size: cover;
	padding: 145px 20px 100px;
}


#pnlLearning .card h5.card-title {
	font-size: 2em;
	color: #f59b0f;
}





/*---------------------------------------------------------------------------------------------------------------------*/
/*REFERENCES*/


#pnlReferences {
	text-align: center;
	color: white;
	background: url(bg-references.jpg);
	background-attachment: fixed;
	background-position: 50%;
	background-size: cover;
	padding: 120px 0;
	position: relative;
}
#pnlReferences * {
	position: relative;
	z-index: 10;
}
#pnlReferences div.shade {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
	z-index: 1;
}



#pnlReferences h1 {
	font-weight: bold;
}

#pnlReferences .container {
	max-width: 1170px;
	margin: 0 auto;
}

#pnlReferences .card {
	background: rgba(0,0,0,0.5);
	border: 2px solid white;
	border-radius: 10px;
	margin-bottom: 40px;
}
#pnlReferences .card img.card-img-top {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 5px solid white;
	box-shadow: 0 10px 6px -6px #999;
	border-radius: 50%;
	margin-top: 20px;
}
#pnlReferences .card h5.card-title {
	font-weight: normal;
	font-size: 1.8em;
}
#pnlReferences .card .card-subtitle {
	font-weight: bold;
	font-size: 1em;
}




/*---------------------------------------------------------------------------------------------------------------------*/
/*SECTIONS*/

#pnlSections {
	max-width: 1170px;
	margin: 60px auto;
}
#pnlSections h1 {
	text-align: center;
	margin-bottom: 60px;
}
#pnlSections .card {
	border: 0;
	margin-bottom: 35px;
}
#pnlSections .number {
    margin: 0;
    background: #f59b0f;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
	color: white;
	font-size: 90px;
	font-family: Arial;
	font-weight: 700;
}
#pnlSections h3.card-title {
	margin-bottom: 0;
	font-weight: bold;
}


@media only screen and (max-width: 580px){
	#pnlSections .number {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 80px;
	}
}
@media only screen and (max-width: 370px){
	#pnlSections .number {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 50px;
	}
}



/*---------------------------------------------------------------------------------------------------------------------*/
/*COACH*/


#pnlCoach {
	margin-top: 80px;
	background: #f59b0f;
	border-radius: 0 0 100px 100px;
}

#pnlCoach .row {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}

#pnlCoach img {
	width: 100%;
	margin-top: 50px;
}



/*---------------------------------------------------------------------------------------------------------------------*/
/*YOUR NEEDS*/


#pnlYourNeeds {
	max-width: 1170px;
	margin: 70px auto;
	text-align: center;
	padding: 10px;
}

#pnlYourNeeds img {
	width: 100%;
	margin-top: 50px;
}



/*---------------------------------------------------------------------------------------------------------------------*/
/*COURSES*/

#pnlCourses {
	margin: 140px 0;
	padding: 10px;
}

#pnlCourses h2 {
	font-weight: bold;
}

@media (min-width: 1100px) {
	#pnlCourses .row {
		margin: 0 auto !important;
	}
}

#pnlCourses .card {
	border: 2px solid gray;
	border-radius: 15px;
	width: 100%;
	margin: 20px 0;
}
#pnlCourses .card .card-header {
	text-align: center;
}
#pnlCourses .card .card-header form {
    width: 30%;
    margin: 0 auto 10px;
	min-width: 180px;
}
#pnlCourses .card .btn,
#pnlCourses .card .card-header form .form-submit {
	font-size: 20px;
	text-transform: uppercase;
	text-wrap: auto;
}
#pnlCourses .card .card-img-top {
	width: 100px;
	mix-blend-mode: multiply;
}



/*---------------------------------------------------------------------------------------------------------------------*/
/*LAST THING*/

#pnlOneLastThing {
	max-width: 1170px;
	margin: 0 auto;
	padding: 15px;
}

#pnlOneLastThing img {
	width: 100%;
    max-width: 550px;
    margin: 100px auto 10px;
    display: block;
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*FAQS*/


#pnlFAQ {
	max-width: 1170px;
	margin: 70px auto;
}
#pnlFAQ h1 {
	text-align: center;
}


#pnlFAQ .card-header {
	padding: 0;
}
#pnlFAQ .card-header button {
	color: black;
	font-size: 20px;
	padding: 15px;
	position: relative;
}
#pnlFAQ .card-header button div {
	width: 100%;
	padding-right: 30px;
}
#pnlFAQ .card-header:has(button:not(.collapsed)) {
	background: #f59b0f;
}
#pnlFAQ .card-header:has(button:not(.collapsed)) button {
	color: white;
}

#pnlFAQ .card-header .fa-chevron-down {
	position: absolute;
    right: 10px;
    top: 40%;
}

#pnlFAQ .card-body {
	font-size: 15px;
}




/*---------------------------------------------------------------------------------------------------------------------*/
/*CONTACT*/


#pnlContact {
	background:
		linear-gradient( rgba(100, 100, 100, 0.7), rgba(100, 100, 100, 0.7) ),
		url(bg-contact.jpg);
	background-attachment: fixed;
	background-position: 50%;
	background-size: cover;
	padding: 120px 20px 200px;
}

#pnlContact h1 {
	text-align: center;
}

#pnlContact form {
	max-width: 600px;
	background: white;
	padding: 30px;
	border-radius: 5px;
	margin: 0 auto;
}

#pnlContact form .form-text {
	max-width: 100%;
}





/*---------------------------------------------------------------------------------------------------------------------*/
/*BOTTOM BAR*/


#pnlBottomBar {
	margin: 0 auto;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	background: white;
	width: 100%;
	padding: 10px;
	border-top: 1px solid gray;
}

#pnlBottomBar a {
	margin-left: 100px;
}




/*---------------------------------------------------------------------------------------------------------------------*/
/*BLUE BARS VERSION*/

.blue-bars .bluebk {
	background: #3737ef;
}


.blue-bars #pnlBlueMenu {
	color: white;
}

.blue-bars #pnlBlueMenu .row {
	align-items: stretch;
	padding: 10px 0;
}

.row.menu-row > [class^="col"] {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
}

.blue-bars #pnlBlueMenu a {
	font-size: 1.3em;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.blue-bars #pnlBlueMenu a:hover {
	color: whitesmoke;
}
.blue-bars #pnlBlueMenu .row > div:not(:last-child) ::after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	width: 2px;
	background-color: white;
}

.blue-bars #pnlBlueMenu .btn.enroll {
	height: 80%;
	margin-top: 7px;
	border-radius: .7rem;
}


.blue-bars #pnlIcons {
	margin-top: 20px;
}


.blue-bars #pnlIcons img {
	max-width: 100px;
	max-height: 100px;
}