html{
	width:auto;
	height:100%;
	background-image: url("assets/background_keyboard_pic.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow: auto;
}

a{
	color: #0066ff;
}

a:hover{
	color: white;
}

a.resume-link{
	text-decoration: none;
	font-weight: bold;
}

a.resume-link:hover{
	color: red;
}

h3{
	line-height: 10px;
}

h5{
	line-height: 0px;
}

ul{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px
}


#name{
	position: relative;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 26px;
}

#job-title{
	position: relative;
	margin-top: -20px;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

#skill-title{
	position: relative;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 18px;
}

#portrait{
	position: relative;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 50%;
	border: 2px solid white;
	background-image: url("assets/head_crop.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius:100%;
}

.content-body{
	position: absolute;
	margin:auto;
	border: 2px solid white;
	height: 750px;
	width: 900px;
	top: 0; right: 0;
	bottom: 0; left: 0;
	overflow:hidden;
}

.left-body{
	position: absolute;
	float: left;
	width:25%;
	height: 100%;
	background-color: black;
}

.top-left-body{
	position: relative;
	background-color: #001A1A;
	height: 30%;
	width: 100%;
	border-bottom: 2px solid white
}

.bottom-left-body{
	position: relative;
	padding-top: 40px;
	background-color: #293d3d;
	height: 65%;
	width: 100%;
	
}

.right-body{
	position: relative;
	float: right;
	width:75%;
	height: 100%;
	border-left: 2px solid white;
	background-color: #e6e6e6;
	padding-left: 10px;
}

.resume_p{
	color: #FFFFFF;
	font-family: Arial;
}


.progress-bar-shell{
	position: relative;
	height:1.5%;	
	width: 70%;
	margin: auto;
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
}

.bar-progress{
	height:100%;
	background-color: #001A1A;
}

.skill-name{
	position: relative;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

.tab{
	height: 7.5%;
	width: 15%;
	border-radius: 10px 10px 0 0;
	background-color: #334d4d;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #334d4d;
	float:left;
	padding-bottom: 1px;
	margin-top: 2px;
}

.offtab{
	height: 7.5%;
	width: 15%;
	border-radius: 10px 10px 0 0;
	background-color: #334d4d;
	border: 1px solid #888888;
	float:left;
	margin-top: 2px;
}

.tab-text{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin:0 auto;
}

.page{
	height: 90%;
	width: 97%;
	background: #334d4d;
	float:left;
	clear:left;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	padding: 4px;
	box-shadow: 2px 2px 2px #cccccc;
	overflow:auto;
}

.line{
	height: 1px;
	width: 95%;
	background-color: white;
	margin: auto;
}

.portfolio_img{
	margin: 5px;
	height: 200px;
	width: 400px;
	display: block;
}

.portfolio_p{
	color: #FFFFFF;
	font-family: Arial;
}

.contact_category{
	color: white;
	font-weight: bold;
}

.normal{
	font-weight: normal;
}



@media screen and (max-height: 750px){
	html{
		width: auto;
		height: 800px;
	}
	
	.content-body{
		position: relative;
		margin: auto;
		border: 2px solid white;
		height: 750px;
		width: 900px;
		overflow:hidden;
	}

}

	
