/* codeworkers 2022
COLORS
#1F085F blue
#D58F76 redish
#FFFFFF6E bright
#02010133 BG main
*/
* {
    box-sizing:border-box;
	border : 0;
	margin : 0;
	padding: 0;
}
@font-face{
	font-family: 'Roboto';
	src: URL(res/webfonts/Roboto-Regular.ttf) format('truetype');
}
/*
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free 
 * (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: 'Font Awesome 400';
	src: url(res/webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
	font-family: 'Font Awesome 900';
	src: url(res/webfonts/fa-solid-900.ttf) format("truetype");
}

.bg-icon{
	border-radius: 50%;
	display: block;
	font-size: 5em;
	height: 1em;
	line-height: 0.95;
	position: relative;
	text-align: center;
	width: 1em;
}
.bg-white{	
	background-color: #FFF;
}
.bg-blue{	
	background-color: #1F085F;
}
.bg-red{	
	background-color: #D58F76;
}

.fa-big{
	font-size: 2.5em;
}
.fa-small{
	font-size: 0.75em;
}
.fa-white{	
	color: #FFF;
}
.fa-blue{	
	color: #1F085F;
}
.fa-red{	
	color: #D58F76;
}
.fa-regular{
	display: block;
	font-family: 'Font Awesome 400';
	font-weight: 400;
	vertical-align: middle;
}
.fa-solid{
	display: block;
	font-family: 'Font Awesome 900';
	font-weight: 900;
	vertical-align: middle;
}
.fa-vertical-fix{
	margin-top: -0.3em;
}

/*-----------*/
img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:hover img{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
html{
	height: 100%;
	overflow: hidden;
}
/*-----------*/

body{
	background-color: #D58F76;
	color: #1F085F;
	font-family: 'Roboto', sans-serif, Verdana, Arial;
	font-size: 1.5em;
	height: 100%;
	line-height: 1.3;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-perspective: 1px;
	perspective: 1px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
header{
	box-sizing: border-box;
	min-height: 40vw;
	padding: 20vw 0 5vw;
	position: relative;
	-webkit-transform-style: inherit;
	transform-style: inherit;
	width: 100vw;
}
header, header:before{
	background: 50% 50% / cover;
}
header::before{
	background-image: url(res/images/adam-winger-Xt4g9VbMljE-unsplash-scaled_02.jpg);
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	min-height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center center 0;
	-webkit-transform-origin: center center 0;
	transform: translateZ(-1px) scale(2);
	-webkit-transform: translateZ(-1px) scale(2);
	z-index: -1;
}
header *{
	font-weight: normal;
	letter-spacing: 0.2em;
	padding: 1em 0;
	text-align: center;
}
header div{
	margin: auto;
	max-width: 80%;
	padding: 2% calc(50% - 42em) 2%;
}

div.main{
	background-color: #f7f7f7;
	padding: 2% calc(50% - 32em) 2%;
	position: relative;
	z-index: 2;
}
.flex-container{
	display: flex;
	flex-wrap: nowrap;
}
.flex-container .box{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.flex-container .box-3{
	width: 33%;
}
div.chapter{
	/* background-color: #fff;
	border: solid 1px; */
	clear: both;
	line-height: 1.7;
	margin-bottom: 100px;
	padding: 10px;
	position: relative;
}
div.chapter-colored{
	background-color: #D58F76;
	clear: both;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 100px;
	padding: 10px;
	position: relative;
}
.outbound{
	margin: 2em 0 0 0;
}
a:link, 
a:visited, 
a:active{
	color: #1F085F;
	text-decoration: none;	
}
a:hover{
	color: #D58F76;
}
.footer li{
	float: right;
	list-style-type: none;
	margin: 0 0 0 1em;
}

/*-----------*/
.box-content{
	background-color: #fff;
	border: solid 1px #1F085F;
	border-radius: 10px 10px 10px 10px;
	margin: 2%;
	padding: 30px;
	width: 42%;
}

.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 47.851%;
}

.button-box{
	background-color: #D58F76;
	border: none;
	color: #fff;
}
.button-box div{	
	margin: 1.2rem 0 0.2rem 0;
}
.button-box a:link, a:visited, a:active{
	color: #fff;	
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
}
.button-box a:hover{
	color: #1F085F;
}

audio{
	border-radius: 0.5em;
	cursor: pointer;
    height: 2.0rem;
	margin-top: 0.5em;
    width: 100%;
}

.btn-group{
	margin-top: 1.0em;
}
.btn-group button{
	background-color: #D58F76;
	border: 1px solid #D58F76;
	border-radius: 0.5em;
	color: #FFF;
	display: block; /* Make the buttons appear below each other */
	font-size: 0.75em;
	margin-top: 0.75em;
	
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	
	padding: 0.75em;
	position: relative;
	text-align: center;
	width: 100%;
}
.btn-group button.link:hover{
	background-color: #1F085F;
	cursor: pointer;
}

.flex-list{
	display: flex;
	height: auto;
	width: auto;
}
.flex-list div{
	display: flex;
	flex: 1;
	margin: 0 0 20px 0;
}
.icon-list{
	max-width: 100px;
	padding: 5px;
}
.clear{	
	clear: both;
}
.mbot{
	margin: 0 0 3.5em 0;
}
h1{
	color: #1F085F;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 1rem 0 1rem 0;
}
h2{
	color: #D58F76;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 1rem 0 1rem 0;
}
h2.clear{
	clear: both;
}
h3{
	color: #1F085F;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 1.2rem 0 0.2rem 0;
}
h4{
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 1rem 0 1rem 0;
}
h5{
	color: #1F085F;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
	margin: 1rem 0 0.2rem 0;
}
.inline{
	display: inline-block;
	width: auto;
}
.uppercase{
	text-transform: uppercase;
}
.bright{
	color: #FFFFFF6E;
}
.left{
	text-align: left;
}
.centered{
	text-align: center;
}
.glow{
	text-shadow: 0 0 5px #fff, 0 0 20px #fff;
}

/*-----testimonial slider------*/
.testimonial{
	align-self: center;
	color: #1F085F;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
}
.testimonial div{
    display: inline-block;
	width: 25%;
}
 
.sliderElements:after{
    clear: both;
    content: ".";
    display: block;
    height: .1px;
    overflow: hidden;
    visibility: hidden;
}
 
.cssSlider {
	margin: 50px 0 0 0;
    overflow-x: hidden;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    width: 500%;
    margin-bottom: .8em;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 20%;
    position: relative;
}
 
#slide01:checked ~ .sliderElements {
    left: 0%;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
#slide05:checked ~ .sliderElements {
    left: -400%;
}
  
.cssSlider input {
    left: -99999px;
    position: absolute;
}
 .sliderControls {
    text-align: center;
}
 
.sliderControls li {
    display: inline-block;
} 
.sliderControls label {
    background: #1F085F;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
	margin: 8px;
    width: 25px;
}
 
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"] {
    background: #D58F76;
}
/*-----testimonial slider------*/




