body {
	margin:0;
	padding:0;
	height:1100px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#303030;
	background-color:yellow;
	font-size: 1.2em;
}

a {
	padding:0;
	margin:0;
}

#topbar {
	width: 100%;
	background-color:yellow;
	position:fixed;
	padding-top: 2px;
	z-index:6;
	top:0;
}

.fixedwidth {
	width:600px;
	margin:0 auto;
}

.navbuttons {
	position:absolute;
	list-style-type:none;
	padding:0;
	margin-top:10px;
}

.navbuttons li{
	opacity:1;
	display:inline;	
	padding:3px;
	border-radius: 15px;
	background-color: orange;
	box-shadow:8px 8px 10px #AAAAAA;
	margin:0;
	font-size: 1.05em;
}


a {
	font-weight:bold;
	text-decoration:none;
	color:#303030;
}

a:hover {
	color: purple;
}

#homeicon {
	padding:0;
	margin:0;
	height:25px;
	position:relative;
	top:5px;
}

.navbuttons li {
	padding:6px;
}

#projbuttons{
	width:345px;
	float:left;
}

#sitebuttons{
	float:right;
	position:relative;
	top:7px;
}

#projbuttons li{
	margin-right: 10px;
	padding-left:10px;
}

#sitebuttons li{
	margin-left: 10px;
}

.dropdown {
	display:none;
	position:absolute;
	top:38px;

	border-radius: 15px;
	background-color: orange;
	padding:3px 1px;
	box-shadow:8px 8px 10px #AAAAAA;
	list-style-type:none;
}

.dropdown li {
	display:inherit;
	font-weight:bold;
	text-decoration:none;
	color:#303030;
	padding:3px 0;
	border-radius:15px;
	box-shadow:none;
}

#softwareList {
	left:52px;
}

#hardwareList {
	width:220px;
	left:134px;
}

#miscList {
	left:222px;
	width:180px;

}


#mainPage {
	padding-top: 50px;
}

.stylebox {
	margin-top:15px;
	border-radius: 15px;
	background-color: orange;
	color:black;
	box-shadow:8px 8px 10px #AAAAAA;
}

#jumbotron {
	height:200px;
	width:100%;	
	text-align:center;
	padding-top:70px;
	background-image: url(img/trees.jpg);
	background-size: cover;
	background-position: 0px -300px;
	background-repeat:no-repeat;
}

h1 {
	font-size:3em;
	font-weight: bold;
	margin:0;
	padding:0;
}

h3 {
	width:500px;
	margin: 0 auto;	
	padding:0;
}

#welcomebox {
	padding:15px 20px;
}

#welcomebox h4 {
	text-align: center;
	font-size: 1.4em;
}

#recentList {
	padding:0;
	list-style: none;
}

#recentList li{
	padding:15px 20px;

}

.moreinfo {
	float:right;
}


h4 {
	font-size:1.10em;
	margin:0;
	padding:0;
}

p {
	margin:8px 0;

}

._break {
	clear:both;
}
