/* =================================================================== 
 *
 *  Elevate v1.0 Custom Stylesheet
 *  url: www.ThatsUs.co.za
 *  2016-07-17
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. section-heading 
 *  02. iso-services
 *  03. skills-development
 *  04. company-profile
 *  05. footer
 *
 * =================================================================== */


/* ===================================================================
 * 01. section-heading  
 *
 * ------------------------------------------------------------------- */
.section-heading {
	background-color: #676767;
    color: #eee;
	text-align:center;
	max-width: 840px;
	margin:auto;
}


/* ===================================================================
 * 02. iso-services
 *
 * ------------------------------------------------------------------- */
#iso-services {
}

#iso-services h2 {
	font-family: "domine-bold",serif;
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
}

#iso-services h4 {
    color: #cd2128;
    display: block;
    font-family: "roboto-bold",serif;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2.4rem;
	margin: auto;
	width: 80%;
	text-align:left;
}

#iso-services p {
	margin: auto;
	width: 80%;
	text-align: justify;
}

#iso-services ul {
	margin: auto;
	width: 80%;
	text-align:left;
}


/* ===================================================================
 * 03. skills-development
 *
 * ------------------------------------------------------------------- */
#skills-development {
	padding: 12rem 0 10.2rem;
	background: #EEE;
	text-align: center;
}

#skills-development h2 {
	margin-bottom: 3.6rem;
	padding-bottom: 3.6rem;
	position: relative;
}

#skills-development h2::after {
	display: block;
	background-color: rgba(0, 24, 53, 0.4);
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}

#skills-development p {
	margin: auto;
	text-align: justify;
	width: 80%;
}


/* ===================================================================
 * 04. company-profile
 *
 * ------------------------------------------------------------------- */
#company-profile {
	padding: 12rem 0 10.2rem;
	background: #EEE;
	text-align: center;
}

#company-profile h2 {
	margin-bottom: 3.6rem;
	padding-bottom: 3.6rem;
	position: relative;
}

#company-profile h2::after {
	display: block;
	background-color: rgba(0, 24, 53, 0.4);
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}

#company-profile p {
	margin: auto;
	text-align: justify;
	width: 80%;
}

#company-profile .download-description {    
	margin-top: 6%;
}

#company-profile .download-button {
	background: #333;
    color: #fff;
    display: inline-block;
    padding: 13px;
	cursor: pointer;
	
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

#company-profile .download-button:hover {
	background: #DDD;
    color: #333;
}


/* ===================================================================
 * 05. footer
 *
 * ------------------------------------------------------------------- */
.footer-info {
	color:#999;
}