@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Infini","Helvetica Neue",Helvetica,Arial,sans-serif;
	/* background-color:rgba(87,150,83,1.00) */
}

h2{
	text-align: center;
	font-size:2em;
}

del{
	color:rgba(0,0,0,0.51);
}

#topHeader{
	position:relative;
	margin: 0%;
}

#frontPic{
	width: 100%;
	margin:0%;
}

#intro{
	position:absolute;
	top:40%;
	left:5%;
	right:59%;
	background-color:rgba(172,174,58,0.88);
	font-family:"Open Sans",Helvetica,sans-serif;
}

#myName {
	font-size:2em;
	margin-top: 0.0em;
    margin-bottom: 0.1em;
}

#myIntro{
	font-size:1em;
	margin-top: 0.1em;
	margin-bottom: 0.0em;
}

.myNavSel,.myNavSel:link, .myNavSel:visited,.myNavSel:hover,.myNavSel:focus,.myNavSel:active {
    display: inline-block;
    position: relative;
    margin: 0%;
    float: left;
    width: 23.5%;
	background-color:#eeeeee;
    border-style:groove;
	text-align: center;
	font-size:3.5em;
	font-weight:bold;
	color:rgb(0,0,0);
}

.mainDisplay{
	position:relative;
  	width: 100%;
	float:left;
}

.projectLeft{
	valign:top;	
}

.projectThumb{
	width:200px;
	height:200px;
}

.projectText{
	position:relative;
}

.projectName{
	font-size:1.2em;	
	margin-top: 0.0em;
    margin-bottom: 0.2em;
}

.projectSub{
	margin-top: 0.3em;
    margin-bottom: 0.5em;
    border-style: none;
    font-weight: bold;
    font-size: 1em;
    color: #999;
}

.projectIntro{
	margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1em;
}

#capIntro{
	font-size:1.5em;	
}

.skillH3{
	font-size:2em;
}

.knowType{
	font-weight:bold;
	font-size:1.2em
}
.knowVal{
	font-size:1em;
}

.col1{
	width:200px;
}
