html,body{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

/*Global Customization*/
.section{
	padding: 2rem 0 2rem 0;
}

.hero-image{
	background-image: url('https://ignitelight.co.za/images/heroImage.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80%;
	padding-top: 200px;
}

.hero-image h1{
	color: #fff;
	font-size: 3rem; 
}
.navbar-light .navbar-nav .nav-link {
    color: #073359 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
	color: #ffac42 !important;
}



.section h2{
	 margin: auto;
        color: #073359;
        text-align: center;
        font-size: 1.5rem;
        max-width: 600px;
        position: relative;
		border-bottom: .2rem Solid #ffac42;
		width: 4rem;		
}


/*Images backgorund*/

.image-articles{
	
	background-image: url('../images/Summerbody.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*About Lloyd*/

.move-image-up{
	margin-top: -4rem !important;
	max-width : 800px;
	
}
.about-Lloyd-image{
	width: 60%;
	margin: auto;
}
.about-Lloyd{
	padding: 1rem .90rem;		
}
.about-Lloyd h2{
	font-size: 1.5rem;
}
.about-Lloyd p{
	font-size: .75rem;
}

.page-heading{
	margin-top: 120px;
}

.round-border{
	border-radius: 50% 50%;
}

/*Ignite values*/
.lloyd-values{
	padding: 2rem 2rem;
	height: 10rem;
	background-color: #fff;
	margin-bottom: 1rem;
}

.lloyd-values h3{
	color: rgba(0,0,0,0.5);
	font-size: 1rem;
}
.lloyd-values p{
	padding-top: 1rem;
	font-size: .75rem;
}

.youth-pro{
	padding: 15px 15px;
	height: 80px;
	background: #fff;
	color: #073359;
	margin-bottom: 15px;
}
.youth-pro-image{
	
	border-radius: 200px 100px;
}

/*Lloyd Services*/
.lloyd-services{
	padding: 2rem 2rem;
	height: 13rem;
	background-color: #fff;
	margin-bottom: 1rem;
}

.lloyd-services h3{
	color: rgba(0,0,0,0.5);
	font-size: 1rem;
	text-align: center;
}
.lloyd-services p{
	font-size: .75rem;
}
.service-icon{
	font-size : 3rem !important;
	margin-bottom: 1.5rem;
	text-align: center;
}

/* Icon Customizing */
.fa{
	font-size: 2rem;
}

/* customized buttons*/
.btn-primary{
	background-color: #073359 !important;
	border: 0 Solid #073359 !important;
	border-radius: 0 0 !important;
	float: right;
	margin-bottom: 1rem;
}

.btn-primary:hover{
	background-color: #ffac42 !important;
	border: 1px Solid #ffac42 !important;
	color: #073359 !important;
}

/*Articles*/
.article-group{
	padding: 1rem 1rem;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.read-more-fade{
	color: rgba(0,0,0,0.1);
}
.article-image{
	
	width : 100%;

}
/*Services*/


/*Contact us */
.contact-us-info h3{
	font-size : 3rem;
}

.form-outline .form-control{
	border: 1px solid #bdbdbd !important;
}

/*Footer*/
.footer{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 1rem 0 1rem 0;
}

.copy-right p{
	padding-top: 5px;
	font-size: 0.5rem;
	color: #fff;
}

.footer-right{
	text-align: right;	
}
.footer-right a{
	color: #fff;
	padding-right: 1rem;
	font-size: 0.75rem;
	text-align: right:
}

/*Color Schema*/
.blue-text{
	color: #073359;
}
.orange-text{
	color: #ffac42;
}
.blue-bg{
	background-color: #073359 !important;
	color: #fff;
}
.orange-bg{
	background-color: #ffac42 !important;
}