@charset "utf-8";
/*-- CSS Document --*/


body {
	font-family: DejaVu Sans, Trebuchet MS, Verdana,' sans-serif';
	background-color: #B3B3B3;
	margin: 0px;
	font-style: normal;
	font-weight: 200;
}

/*-- Navbar Stuff --*/
header {
	width: 100%;
	height: 50px;
	background-color: #4D4D4D;
	border-radius: 5px;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 220px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: auto;
	text-align: right;
	margin-right: 25px;
	margin-top: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul div a li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top:0px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;

	width: 100px;
	background-color: #4D4D4D;
	padding-bottom:14px;
	padding-top:14px;
	margin-left:1px;
	margin-right:1px;
}

nav ul div a:hover li, nav ul a:active li{
	background-color: #898989;

}

nav ul div a:hover li{
	color: orange;
	text-decoration:none;
}

nav ul div li a{
	color: #ffffff;
	text-decoration:none;
}

.navdiv {
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	height: 45px;
	background-color:#898989;
	}

nav select {
	display: none;
	margin-top: 10px;
}

/*-- Formatting Containers --*/
.info {
	vertical-align: text-top;
	height: auto;
	padding: 5%;
}
.curved {
	border-radius: 10px 10px 10px 10px;
	/*background-color: #EBEBEB;*/
	background: rgba(247, 222, 192,.85);
	padding: 30px 20px;
}
.pad {
	padding: 2% 5% 2% 5%;
}

.resume	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 800px;
	height: 1020px;
}

.wide_img {
	display: block;
	width: 500px;
	height: 300pxpx;
}

/*-- Button --*/
.button {
	/*margin-top: 15px;*/
	width: 180px;
	height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #4D4D4D;
	color: #4D4D4D;
	transition: all 0.3s linear;
	
}
.button:hover {
	background-color: #4D4D4D;
	color: #C4C4C4;
	cursor: pointer;
	text-decoration: none;
}

.button:active{
	text-decoration:none;
}

.nav:hover{
	text-decoration:none;
}

.nav:active{
	text-decoration:none;
}

/*-- Font Style --*/
.textColumn {
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	text-indent: 20px;
	padding: 5px 5% 15px;
	font-size: 15px;
	color: #000000;
}
.sectionTitle{
	color: #000000;
	text-align: Left;
	margin: 0px;
	padding: 5px 5px; 
	letter-spacing: 4px;
	font-size: 24px;
}

.subhead{
	color: #000000;
	text-align: Left;
	margin: 0px;
	padding: 5px 5px; 
	letter-spacing: 4px;
	font-size: 20px;
}

.parform {
	text-indent: 20px;
	font-family: DejaVu Sans, Trebuchet MS, Verdana,' sans-serif';
	text-align: justify;
	font-size: 15px;
}

hr {
	display: block;
    height: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
	background-color:4D4D4D;
}
.projectTitle {
	text-align: center;
	text-indent: 0px;
	font-family: DejaVu Sans, Trebuchet MS, Verdana,' sans-serif';
	font-size: 18px;
	
}

/*--- Footer --*/
footer {
	text-align: right;
	color: #888888;
}

.hidden {
	display: none;
}

/*-- Navbar Switch --*/
@media (max-width: 700px){
	nav ul { display:none; }
	nav select {display: inline-block; }
}