/* 
	Theme Name: Nessipark Investemnts Web Layout
	Date: October 2013
	Description: A responsive company website theme for Nessipark 
	Version: 1.0
	Author: Laban Ebenezer (LESO MEDIA)
	Author URL: http://nessipark.com
*/

	
	* { 
	margin: 0;
	border: 0;
	padding: 0;
	
	}
	 
	 
	
.clear {
	clear: both;
	}
	 
	 
body {
		background: #fff;
		font-family: Calibri Light; 
		font-size: 20px;
		color: #555;
		margin: 0;
		width: 100%;
	 }
	 
h1 {
		text-align: center;
		font-size: 180%; 
		line-height: 100%;
		padding; 5% 0;
	 }
	
h2 {
		line-height: 280%;
		padding: 2px;
	}
	
	
h3 {
		text-decoration: underline; 
		line-height: 280%;
		padding: 2%;
	}
	
p {
		padding: 1%;
	}
	

/*---------------------------------------------Links--------------------------------------------*/ 
	
	

	a 	{ 
	text-decoration: none;
}

	a:link, a: visited { 

}

	a:hover, a:active {
	
}

/*---------------------------------------- Header ---------------------------------*/ 
	

a 	{ 
		text-decoration: none;
}

a:link, a: visted { 

}

a: hover, a:active {

	
}



#mainMenu { 
	text-align: center;
	height: 80px;
	width: 100%;
	text-align: center;
	background: #7a1215;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
}



#mainMenu img {
	float: left;
	margin-left: 200px; 
	
}


#mainMenu ul {
	font-size: 17px;
	float: right;
	margin-right: 400px; 
} 

#mainMenu ul li {
	line-height: 70px;
	list-style: none;
	display: inline-block; 	
}

#mainMenu ul li a {
	padding: 20px;
	color: white;
	line-height: 40%;
}

/*-----------------------------Menu Style Ends ---------------------------------*/ 





#company_background_article{
		width: 40%;
		float: left;
		margin-left: 4%;
		margin-right: 3%;
		margin-bottom: 5%;
		text-align: left;
	}
	
#mission_vision_values{
		width: 40%;
		float: right;
		margin-left: 3%;
		margin-right: 3%;
		text-align: left;
	}
	

	
#banner {
		background-color:#7a1215;
		height: 90px;
		color: white;
		font-size: 42px;
		text-align: center;
		line-height: 90px;
	}	
	


	
#refreshments_img{
		float: left;
		margin-left:4%;
		margin-top: 1%;
		width: 60%;
		height: auto;	
		overflow: hidden;
	}

	
}
	
#refreshments_article {
		
		margin-right: 3%;
		width: 40%;
		height: auto;
		padding: 3%;
		overflow: hidden;

}
	
section {
		width: 25%;
		float: left;
		margin-left: 6%;
		text-align: left;
		height: 30%;
		margin-bottom: 5%;
		overflow: hidden;
	}
	
 
 
 
.second {
	color: white;
	text-align: center;
}


#pre-footer {
	background-color: gray; 
	text-align: center;
	color: white;
}

	
footer {
	
	Background-color: #7a1215;
}




/*---------------------------------Slider---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.slider{
	overflow: hidden;
	height: 750px;
}

.slider figure div{
	width: 20%;
	float: left;
}

.slider figure img{
	width: 100%;
	float: left;
}

.slider figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 40s slidy infinite;
}

@keyframes slidy{
	0%{
		left: 0%
	}

	10%{
		left: 0%;
	}

	12%{
		left: -100%;
	}

	22%{
		left: -100%;
	}

	24%{
		left: -200%;
	}

	34%{
		left: -200%;
	}

	36%{
		left: -300%;
	}

	46%{
		left: -300%;
	}

	48%{
		left: -400%;
	}

	58%{
		left: -400%;
	}

	60%{
		left: -300%;
	}

	70%{
		left: -300%;
	}

	72%{
		left: -200%;
	}

	82%{
		left: -200%;
	}

	84%{
		left: -100%;
	}

	94%{
		left: -100%;
	}

	96%{
		left: 0%;
	}

	100%{
		left: 0%;
	}
}

/*-----------------------------------------------Slider Ends--------------------------------------*/




@media only screen and (min-width: 600px) and (max-width: 1400px) {
	

	
	
	
	
	#mainMenu ul li a {
	padding: 10px;
	color: white;
	line-height: 40%;
	}
	
	#mainMenu ul {
	font-size: 15px;
	float: right;
	margin-right: 250px; 
	}
	
	.slider{
	overflow: hidden;
	height: 550px;
	
	}
	
	
	
	#company_background_article{
		width: 40%;
		float: left;
		margin-left: 5%;
		margin-right: 3%;
		margin-bottom: 5%;
		text-align: left;
		font-size: 16px;
	}
	
	#mission_vision_values{
		width: 45%;
		float: right;
		margin-left: 3%;
		margin-right: 3%;
		text-align: left;
		font-size: 16px;
	}
	
		
#refreshments_img{
		float: left;
		margin-left: 0;
		height: auto;
		padding: 4%;
	}
	
	
#refreshments_article{
		float: right;
		margin-right: 3%;
		width: 20%;
		height: auto;
		padding: 4%;
		font-size: 16px; 
	}
	
	
	
section {
		width: 25%;
		float: left;
		margin-left: 6%;
		text-align: left;
		height: 30%;
		margin-bottom: 5%;
		font-size: 16px; 
	}
}





@media only screen and (min-width: 150px) and (max-width: 600px) {
	
	body {
		width: 90%;
		font-size: 15px;
	}
	
	
	
.mainHeader { 
	text-align: center;
	height: 80px;
	width: 100%;
	text-align: center;
	background: #7a1215;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
	font-size: 15px;
}



.mainHeader img {
	float: left;
	margin-left: 200px;
	margin-top: 4px;
	
}


.mainHeader nav ul {
	font-size: 17px;
	float: right;
	margin-right: 0px; 
} 

.mainHeader nav ul li {
	line-height: 70px;
	list-style: none;
	display: inline-block; 	
}

.mainHeader ul li a {
	padding: 20px;
	color: white;
	line-height: 40%;
}
 .mainHeader nav a:hover, .mainHeader nav a:active
.mainHeader nav .active a:link, .mainHeader nav .active a:visited  {
	
	text-decoration: underline;
}
	
	
	
	
	#company_background_article{
		width: 100%;
		margin-left: 5%;
		margin-right: 3%;
		margin-bottom: 5%;
		text-align: left;
	}
	
	
	#mission_vision_values{
		display:none;
	}
	
	

	#refreshments_img{
		display: none;
	}
	
	
#refreshments_article{
		margin-right: 3%;
		width: 100%;
		height: auto;
		padding: 4%;
		font-size: 15px; 
	}
}





























