/*Styling menu*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #fff;
	color: #00305;
	font-family: 80%;
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 2.0;
	text-align: left;
}

a{
	text-decoration: none;
}

a:link{
	color: #0000FF;
}

a:hover, a:active{
	color: #0000FF;
}

.body{
	margin: 0 auto;
	width: 100%;
	clear: both;
}

.mainMenu{
	background-color: #0000FF;
	width: 100%;
	height: 67px;
}

.mainMenu img{
	width: 92px;
	height: 82px;
	margin: 10px 0px 0px 50px;
}

.mainMenu p{
	color: #FFF;
	text-align: right;
	position: absolute;
	top: 10px;
	left: 73%;
	font: bold 15px Tahoma;
}

.top-menu{
	background-color: #00FFFF;
	height: 50px;
	text-align : right;
	margin-top: -55px;
}

.mainHeader nav ul{
	text-align: left;
	display: inline;
	list-style: none;
	font: bold 20px Tahoma;
	border: 1em;
}

.mainHeader nav ul li{
	display: inline-block;
	position: relative;
	padding: 10px 2px;
	cursor: pointer;
	transition: all 1s;
	width: 120px;
	height: 30px;
}

.mainHeader nav ul li:hover{
	background: #555;
	height: 30px;
	color: #00FFFF;
}

.mainHeader nav ul li ul{
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
}

.mainHeader nav ul li ul li { 
	background: #555; 
	width: 140px;
	display: block; 
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.mainHeader nav ul li ul li:hover { 
	background: #6A5ACD; 
}

.mainHeader nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	height: 40px;
	display: block;
}
/*End of menu styling*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of footer styling*/

.mainFooter{
	background-color: #00FFFF;
	width: 100%;
	height: 320px;
	color: #000080;
}

.social{
	width: 20%;
	float: left;
	margin-left: 80px;
}

.social img{
	width: 30px;
	height: 30px;
}

.aboutme{
	width: 20%;
	float: left;
}

.contactme{
	width: 30%;
	float: left;
}
.cpic{
	float: left;
	width: 3%;
	margin-top: 41px;
}

.copyright{
	float: left;
	margin-left: 82px;
}

.mandela{
	font: italic 20px Tahoma;
	color: #8B0000;
	margin-top: 10px;
}
/*End of footer.php styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of index.php styling for my personal website*/
.mainContent{
	margin-top: 80px;
	margin-left: 3%;
	margin-right: 40px;
	margin-bottom: 40px;
	font: Calibri body;
	color: #808080;
}

.mainContent h2{
	font: 30px Cooper Black;
	color: #000080;
}

#bigbgHeader{
	width: 100%;
	height: 50%;
	margin-top: 32px;
}

#smallbgHeader{
	width: 13%;
	height: 40%;
	margin-left: 3%;
	margin-top: -250px;
	opacity: 0.7;
}

.bgHeader wss {
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	height: 380px;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	opacity: 0;
	-webkit-transition: opacity 1.0s linear 0s;
	transition: opacity 1.0s linear 0s;
}
.bgHeader img{
	height: 680px;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	}
	
#left_holder{
	height: 150px;
	width: 100px;
	position: absolute;
	left: 5%;
	top: 0px;
}

#right_holder{
	height: 150px;
	width: 100px;
	position: absolute;
	right: 5%;
	top: 0px;
}

#left{
	height: 50px;
	width: 50px;
	position: absolute;
	left: 10px;
	top: 350px;
}

#right{
	height: 50px;
	width: 50px;
	position: absolute;
	right: 40px;
	top: 350px;
}


.bgHeader h1{
	text-shadow: -2px -2px 0 #800080;
	color: #0000FF;
	font: bold 50px Agency FB;
	margin-left: 17%;
	margin-top: -70px;
}

.bgHeader p{
	color: #0000FF;
	font: italic 20px Lucida Handwriting;
	margin-left: 17%;
	margin-top: -5px;
}

.bgHeader hr{
	background-color: #0000FF;
	font: bold 100px Tahoma;
	height: 4px;
}
.topSection{
	height: 500px;
}
.bio{
	width: 50%;
	float: left;
	margin-right: 3%;
}

.techskills{
	margin-top: -4%;
}

.techskills img{
	margin-top: 1%;
	width: 15%;
	height: 220px; 
}

.projects {
	margin-left: 0%;
	width: 100%;
}

.projects  h2{
	text-align: left;
}

.image-list{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.image-list li{
	display: inline-block;
	position: relative;
	width: 32%;
	height: 370px;
	border: solid 2px #C0C0C0;
}

.image-list li img{
	width: 100%;
	height: 370px;
}

.text-content{
	background: rgba(47, 79, 79, 0.7);
	color: white;
	cursor: pointer;
	display: table;
	height: 370px;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 1s;
	font:  150% Agency FB;
}

.text-content span{
	text-align: center;
	/*vertical-align: middle;*/
}

.text-content h2{
	color: #F4A460;
	margin-top: 10%;
	margin-bottom: 15%;
	background-color: #FFFFFF;
	text-align: center;
}

.text-content:hover{
	opacity: 1;
}

/*End of index.php styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of about.php styling for my personal website*/

.aboutcontent{
	margin-top: 40px;
}

.aboutcontent h2{
	font: 30px Cooper Black;
	color: #000080;
}
.biography{
	font: Calibri body;
	color: #808080;
	width: 50%;
	float: left;
	margin-right: 5%;
	margin-left: 3%;
}

.education{
	font: Calibri body;
	color: #808080;
	width: 100%;
}

.eduimages{
	width: 8%;
	float: left;
}

.eduimages img{
	width: 90px;
	height: 86px;
}

.edudetails{
	margin-top: 2%;
	width: 100%;
}
.uctDetails, .lpDetails, .stagnesDetails, .ciscoDetails{
	height: 94px;
}

.portfolios{
	margin-left: 40px;
}
.text-content h2{
	color: #F4A460;
	margin-top: 10%;
	margin-bottom: 15%;
	background-color: #FFFFFF;
	text-align: center;
}

.thework{
	font: Calibri body;
	color: #808080;
	width: 96%;
	margin-left: 40px;
	text-align: center;
}

.thework h2, .thework p{
	text-align: left;
}

.text-content h2{
	color: #F4A460;
	margin-top: 15%;
	margin-bottom: 15%;
	background-color: #FFFFFF;
	text-align: center;
}

.socialcontent{
	font: Calibri body;
	color: #808080;
	width: 45%;
	margin-left: 40px;
	margin-right: 90px;
	margin-bottom: 10px;
	float: left;
}

.socialcontent h3{
	text-align: left;
}

.hobbies{
	font: Calibri body;
	color: #808080;
	margin-right: 0px;
	margin-bottom: 10px;
}

.hobbies img{
	width: 180px;
	height: 180px;
}

.soccer{
	float: left;
	width: auto;
}
.hiking{
	float: left;
	width: auto;
}

/*End of about.php styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of Portfolios.php styling for my personal website*/

.portfoliostext{
	margin-top: 5%;
	
}
/*End of Portfolios.php styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of Testimonials.php styling for my personal website*/

.firstcontent, .secondcontent, .thirdcontent{
	margin-top: 20px;
}

.refdetails img{
	width: 100%;
	height: 150px;
	margin-top: 5px;
}
.details{
	margin-left: 5px;
	margin-top: 20px;
	width: 80%;
}
.refdetails{
	width: 14%;
	float: left;
	margin-right: 2%;
}

/*End of testimonials styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/

/*Start of contacts.php styling for my personal website*/

label{
	display: block;
	margin-top: 15px;
	letter-spacing: 2px;
}

input, textarea{
	width: 400px;
	height: 20px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dedede;
	margin-top: 3px;
	color: #3a3a3a;
	font-size: 0.9em;
}

textarea{
	height: 120px;
	background: #efefef;
}

input:focus, textarea:focus{
	border: 2px solid #97d6eb;
}

#submit{
	height: 40px;
	width: 100px;
	border: 4px solid #dedede;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1.2em;
	letter-spacing: 2px;
}

#submit:hover{
	opacity: 0.8;
}

.contactform{
	float: left;
	width: 50%;
	height: 600px;
}

.hala{
	height: 600px;
	letter-spacing: 2px;
}

.contactpics{
	float: left;
	width: 3%;
	margin-top: 40px;
}

.contacttext{
	float: left;
	width: 45%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.socialpages h2{
	margin-bottom: 40px;
}

.socialpages img{
	margin: 10px;
	height: 100px;
	width: 100px;
}
/*End of contacts styling for my personal website*/

/*******************************************************************************************************
*******************************************************************************************************/


@media only screen and (min-width:150px) and (max-width: 750px)
{
	.body{
		width: 100%;
	}

	.mainMenu{
		background-color: #0000FF;
		width: 100%;
		height: 90px;
	}

	.mainMenu img{	
		display: none;
	}

	.mainMenu p{
		display: none
	}

	.top-menu{
		background-color: #00FFFF;
		height: 250px;
		text-align : right;
		margin: 0%;
	}

	.mainHeader nav ul{
		padding: 10px 0px;
		margin: 0%;
	}

	.mainHeader nav ul li{
		width: 100%;
		margin: 0%;
		text-align: center;
		padding: 10px 0px;
	}

	.mainHeader nav ul li:hover{
		background: #555;
		height: 30px;
		color: #00FFFF;
		width: 100%;
	}

	/*End of menu styling*/

	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of footer styling*/

	.mainFooter{
		background-color: #00FFFF;
		width: 100%;
		height: 225px;
		color: #000080;
	}

	.social{
		display: none;
	}

	.aboutme{
		width: 100%;
	}

	.ccontacts{
		display: none;
	}

	.copyright{
		margin-left: 1%;
	}

	.mandela{
		display: none;
	}
	/*End of footer.php styling for my personal website*/

	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of index.php styling for my personal website*/

	#bigbgHeader{
		display: none;
	}

	#smallbgHeader{
		width: 100%;
		height: 50%;
		margin-left: 0px;
		margin-top: 160px;
		opacity: 1;
	}
#wss {
	display:none;
}
.bgHeader img{
	height: 680px;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	}
	
#left_holder{
	display:none;
}

#right_holder{
	display:none;
}

	.bgHeader h1{
		text-shadow: -2px -2px 0 #800080;
		color: #0000FF;
		font: bold 45px Agency FB;
		margin-left: 0px;
		margin-top: -20px;
		width: 90%;
	}

	.bgHeader p{
		color: #0000FF;
		font: italic 20px Lucida Handwriting;
		margin-left: 0px;
		margin-top: -5px;
	}

	.bgHeader hr{
		background-color: #0000FF;
		font: bold 90px Tahoma;
		height: 4px;
	}
	.topSection{
		margin-top: 1%;
		height: 50%;
		width: 100%;
	}
	
	.bio{
		width: 100%;
		float: left;
	}
	.techskills {
		width: 99%;
	}
	.techskills img{
		margin-left: 0%;
		text-align: center;
		width: 99%;
		height: 350px; 
	}

	.techskills img:hover{
		width: 99%;
		height: 350px;
	}
	.projects {
		text-align: left;
		height: 50%;
		width: 98%;
		margin-top: 8%;
		margin-left:0%;
	}

	.projects  h2{
		text-align: left;
	}
	
	.image-list li{
		margin-left: 0%;
		width: 98%;
	}
	
	.text-content:hover{
		opacity: 0;
	}


	/*End of index.php styling for my personal website*/

	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of about.php styling for my personal website*/

	
	.biography{
		font: Calibri body;
		color: #808080;
		width: 100%;
		float: none;
		margin-left: 40px;
		margin-right: 40px;
		margin-top: 160px;
	}


	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of Portfolios.php styling for my personal website*/


	.onfield-portfolios h2, .academic-portfolios h2{
		margin-bottom: 20px;
		margin-top: 5%;
	}

	.portfoliostext{
		margin-top: 160px;
		
	}
	
	.image-list li{
		width: 98.5%;
	}
	/*End of Portfolios.php styling for my personal website*/

	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of Testimonials.php styling for my personal website*/

	.mainContent{
		margin-top: 6%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
		font: Calibri body;
		color: #808080;
	}

	.mainContent h2{
		font: 30px Cooper Black;
		color: #000080;
	}
	
	.aboutm{
		margin-top:160px;
	}
	.firstcontent, .secondcontent, .thirdcontent{
		margin-top: 20px;
	}

	.refdetails img{
		display:none;
	}
	.details{
		margin-top: 20px;
		width: 90%;
	}
	.refdetails{
		width: 14%;
		float: left;
	}

	/*End of testimonials styling for my personal website*/

	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of contacts.php styling for my personal website*/

	label{
		display: block;
		margin-top: 15px;
		letter-spacing: 2px;
	}

	input, textarea{
		width: 98%;
		height: 20px;
		padding: 0px;
		background: #efefef;
		border: 1px solid #dedede;
		margin-top: 3px;
		color: #3a3a3a;
		font-size: 0.9em;
	}

	textarea{
		height: 120px;
		background: #efefef;
	}

	input:focus, textarea:focus{
		border: 2px solid #97d6eb;
	}

	#submit{
		height: 40px;
		width: 100px;
		border: 4px solid #dedede;
		cursor: pointer;
		border-radius: 5px;
		font-size: 1.2em;
		letter-spacing: 2px;
	}

	#submit:hover{
		opacity: 0.8;
	}

	.contactform{
		margin-top: 160px;
	}

	.hala{
		letter-spacing: 2px;
		width:98%;
		height: 400px;
	}

	.contactpics{
		display:none;
	}

	.contacttext{
		float: none;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.socialpages h2{
		margin-bottom: 2%;
	}

	.socialpages img{
		height: 50px;
		width: 50px;
	}
}


@media only screen and (min-width:150px) and (max-width: 910px)
{
	/*******************************************************************************************************
	*******************************************************************************************************/

	/*Start of contacts.php styling for my personal website*/

	.contactform{
		float: none;
		width: 100%;
		height: 520px;
	}

	.hala{
		letter-spacing: 2px;
		width: 100%;
		height: 450px;
	}

	.contactpics{
		float: left;
		width: 3%;
		margin-top: 2%;
	}

	.contacttext{
		float: none;
		width: 100%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
}
@media only screen and (min-width:150px) and (max-width: 1193px)
{
	/*Start of about.php styling for my personal website*/

	.aboutcontent{
		margin-top: 70px;
	}

	.aboutcontent h2{
		font: 30px Cooper Black;
		color: #000080;
	}
	.biography{
		font: Calibri body;
		color: #808080;
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.education{
		font: Calibri body;
		color: #808080;
		width: 100%;
	}

	.eduimages{
		width: 8%;
		float: left;
		display: none;
	}

	.eduimages img{
		width: 90px;
		height: 86px;
	}

	.edudetails{
		margin-top: 20px;
		width: 100%;
	}
	.uctDetails, .lpDetails, .stagnesDetails, .ciscoDetails{
		height: 20%;
	}

	.uctDetails:hover, .lpDetails:hover, .stagnesDetails:hover, .ciscoDetails:hover{
		width: 100%;
		height: 20%;
		transition: 2s;
		color: #808080;
	}

	.portfolios{
		margin-left: 0px;
		display: none;
	}


	.thework{
		font: Calibri body;
		color: #808080;
		width: 98.5%;
		margin-left: 0px;
		text-align: left;
	}

	.thework h2, .thework p{
		text-align: left;
	}
	
	.thework h3{
		color: #808080;
		text-align: center;
	}
	.thework ul h3{
		color: #FFFFFF;
	}

	.socialcontent{
		font: Calibri body;
		color: #808080;
		width: 100%;
		margin-left: 0px;
		margin-right: 90px;
		margin-bottom: 10px;
		float: none;
	}

	.socialcontent h3{
		color: #808080;
		text-align: left;
	}

	.hobbies{
		font: Calibri body;
		color: #808080;
		margin-right: 0px;
		margin-bottom: 10px;
		display: none;
	}

	.hobbies img{
		width: 180px;
		height: 180px;
	}

	.soccer{
		float: left;
		width: auto;
	}
	.hiking{
		float: left;
		width: auto;
	}
	.hobbies h3{
		color: #808080;
	}

	/*End of about.php styling for my personal website*/

	/*******************************************************************************************************
	*******************************************************************************************************/
}