html{
	background-color: black;
	background: url('images/style/defaultBackground.png');
	font-family: 'Raleway', sans-serif;
}
#centering{
	display: table;
	position: absolute;
	height: 99%;
	width: 99%;
}
#anotherdiv{
	display: table-cell;
	vertical-align:middle;
}
.background{
	background: url("images/style/background.png");
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 40px;
	max-width: 800px;
	min-width: 600px;
	border-radius: 10px; 
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
}
.navBar{
	background: url("images/style/navBackground.png");
	text-align: center;	
	font-family: 'Marvel', sans-serif;
}
.roundEdgeUp{
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
}
.roundEdgeDown{
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
}
.content{
	padding: 10px 40px 10px 40px;
}
.insideIMG{
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	margin-left:10px;
	margin-right:10px;
	max-width:780px;
	min-width:600px;
	border:none;	
}
.inside{
	background: url("images/style/insideBG.png");
	margin: 0;
	width:100%;
}
.navBarLink{
	font-size:25px;
	text-decoration:none;
	color: black;
	font-weight:bold;
}
.navBarLink:hover{
	cursor: pointer;
	color: gray;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.contactMe{
	text-decoration:none;
	color: black;
}
.contactMe:hover{
	cursor: pointer;
	color: gray;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.navBarLinkMain{
	font-size:40px;
}
h1, h2, h3{
	font-family: 'Marvel', sans-serif;
}
p{
	font-size:20px;
	text-align: justify;
}
.center{
	text-align:center;
}
.skillTag{
	background: gray;
	margin: 5px 5px 5px 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
}
.skillTag:hover{
	cursor: pointer;
	background: black;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.skillTagLink{	
	text-decoration:none;
	color:white;
	font-weight:bold;
}
.resumeDescription{
	font-size:15px;
}
.resumeDownload{
	color:black;
	font-weight:bold;
	font-family: 'Marvel', sans-serif;
}
.resumeLink{
	color:black;
}
.resumeLink:link{
	color:black;
}
.resumeLink:visited{
	color:black;
}
.resumeLink:hover{
	color:gray;
}
.resumeDownload:link{
	color:black;
}
.resumeDownload:visited{
	color:black;
}
.resumeDownload:hover{
	color:gray;
}
.topEdgeShadow{
	background: url('images/style/topShadow.png');
	background-size: cover;
	width:100%;
	height:20px;
}
.topEdgeShadowNoImg{
	background: url('images/style/topShadowfix.png');
	background-size: cover;
	width:100%;
	height:20px;
}
.bottomEdgeShadow{
	background: url('images/style/bottomShadow.png');
	background-size: cover;
	width:100%;
	height:20px;
}
.coderedirection{
	unicode-bidi:bidi-override;
	direction:rtl;
}
.dropShadow{
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
}
