@charset "UTF-8";

@font-face {
    font-family: 'reeyregular';
    src: url('reey-regular-webfont.woff2') format('woff2'),
         url('reey-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:hover{
	text-decoration: none;
}

.reey{
  font-family: 'reeyregular';
  color: #333;
}

.logo{
	width: 100px; 
}

.nav-item{
	margin-right: 1.5em; 
}

.nav-link{
	color: #333!important; 
	font-size: 18px; 
	font-weight: 100; 
}

.bg-cst{
	background-color: #fff;
}

.line {
	position: relative;
	top: 5px; 
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #04522A;
	border-radius: 30px;
}

.margin-title{
	margin-bottom: 2.5em; 
	color: #333;
}

.green{
	color: #04522A;
}

.gold{
	color: #DAA628;
}

.num{
	font-size: 100px; 
	color: #333; 
	text-align: center;
}

.row{
	margin: 0px!important; 
}

.margin-sub-title h5{
	margin-bottom: 1.25em; 
}

.featured-menu, .howitworks{
	margin: 5em 1.5em; 
}

.pricing-menu{
	margin: 5em 2em; 
}

.thumbnail{
	padding-right: 0em; 
	padding-left: 0em;  
}

.featured-menu .thumbnail{ 
	border-radius: 10px; 
	overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5em; 
}

.howitworks img{
	display: block;
	margin: 2em auto; 
	height: 75px;  
}

.pricing-menu img, .featured-menu img{
	display: block;
	margin-bottom: 2em; 
	width: 100%;   
}

.categories img{
	margin-bottom: 0em; 
}

.categories .thumbnail{ 
    margin-bottom: 0em; 
}

.thumbnail-text{
	text-align: center;
	padding: 2.5em .5em; 
	width: 90%; 
	margin: 0 auto; 
}

.categories .mrg{
	margin-bottom: 2.5em;
}

.featured-menu h5{
	color: #333; 
	margin-left: 25px;    
}

.categories h5{
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
	color: #fff; 
	margin-left: 0px; 
	font-size: 20px;     
}

.over-layer{
  position: relative;
  width: 100%;
  height: 100%; 
  background: rgba(0,0,0, 0.3);  
}

.over-layer img{
 position: relative;
  z-index: -1;  
}

.pricing-menu .thumbnail{ 
	border-radius: 10px; 
	overflow: hidden;
    margin-bottom: 2.5em; 
    text-align: center; 
}

.pricing-menu.food .thumbnail{ 
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
    border: 1px #efefef solid!important; 
}

.pricing-menu h1{
	color: #DAA628; 
	font-size: 84px;     
}

.btn{
	width: 50%; 
	background-color: #DAA628;
	color: #fff; 
	border-radius: 100px; 
}

.bg-img1{
 	/* */
  background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), 
  url("../img/cleaning-mb.jpg");
  position: relative;
}

.bg-img2{
 	/* The image used */
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
  url("../img/teamwork-mb.jpg");
  position: relative;
}

.bg-img3{
 	/* The image used */
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
  url("../img/business-woman-mb.jpg");
  position: relative;
}

.bg-img1,.bg-img2,.bg-img3{
  height: 850px;   
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-container{
	position: absolute;
	text-align: center;
	color: #fff;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	padding: 1.5em; 
  	width: 97%; 
}

.signup-button{
	width: 200px; 
	color: #333; 
	background-color: #fff; 
	font-size: 20px; 
	border-radius: 50px; 
	border: 0px; 
	padding: 7px; 
}

.course-title{
	font-size: 16px;
	text-align: center;
	width: 80px;
	border-radius: 50px;
	padding: .3em;
}

.course-purchase{
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	width: 50%;
	border-radius: 50px;
	padding: .5em;
	color: #fff;
}

.course-text{
	text-align: left;
}

.img-courses{
	border-radius: 20px;
}

footer{
	padding-top: 15px; 
	width: 100%; 
	height: 50px;
	background-color: #333; 
	text-align: center;
	color: #fff; 
}

@media only screen and (min-width: 700px) {

.logo{
	width: 200px; 
}

.bg-img1{
  background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), 
  url("../img/cleaning.jpg");
}

.bg-img2{
 	/* The image used */
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
  url("../img/teamwork.jpg");
}

.bg-img3{
 	/* The image used */
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
  url("../img/business-woman.jpg");
}

}

@media only screen and (min-width: 1350px) {

.howitworks .thumbnail{
	padding-right: 2.5em; 
	padding-left: 2.5em; 
	text-align: center;
}

.howitworks{
	margin: 5em; 
}

.featured-menu, .pricing-menu{
	margin: 10em; 
}

.thumbnail-text{
	padding: 2.5em; 
	width: 80%; 
}

.categories h5{ 
	font-size: 32px;     
}



}






