body {
	font-size: 20px;
	color: #333;
	background-color: #fff;
	letter-spacing: .5px;
	text-align: left;
	vertical-align: 
}


.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(0,0,0,0.4);
}


.slides-navigation .next,
.slides-navigation .prev {
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
}


.slides-navigation a.prev {
	left: 20px;
	background-image: url(../icons/prev.png);
}


.slides-navigation a.next {
	right: 20px;
	background-image: url(../icons/next.png);
}


.titleMessage {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 90%;
	z-index: 5;
	text-align: center;
	margin-top: -125px;
}


.titleMessage .heading p {
	color: #fff;
	text-shadow: 0px, 2px, 5px, rgba(0,0,0,0,4);
	font-weight: 100;
	letter-spacing: 7px;
}


.titleMessage .heading .main {
	font-size: 50px;
	font-weight: bold; 
}


.titleMessage .heading .sub {
	font-size: 20px;
}


.section {
	padding: 100px 0;
}


.aboutImage {
	max-width: 100%;
	align-content: center;
}


.nameHeading {
	font-size: 30px;
}


.aboutMeInfo {
	font-size: 26px;
}


.contactSection {
	background-color: #000000;
	color: #fff;
	font-size: 16px;
}


.contactButton {
	color:#fff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-decoration: none;
}


.contactButton:hover {
text-decoration: none;
color:#637480;
}


.copyrightSection {
	padding: 30px 5px;
}


.loader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.loader .inner {
	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) center center no-repeat;
}





