@charset "UTF-8";
/* CSS Document */

body{
	background-color:rgba(240,240,240,1.00);
}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 4vw;
	margin-top: 5vh;
}

h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
}

h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;	
	font-variant-caps: all-small-caps;
	letter-spacing: 2px;
	text-align: center;
}

p{
	font-family:'Source Sans Pro', sans-serif;
}

li{
	color: grey;
	cursor: pointer;

}

li:hover{
	text-decoration: underline;
}
a{
	color: grey;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.line{
	float: right; border-top: solid thin black; width: 90%;
}

.highlight{
	font-weight: bolder;
}

.imgbox{
	margin-bottom: 0;
	float: left;
	background-repeat: none;
	background-position: center;
	background-size: cover;
}

.imgbox:hover{
	opacity: 0.8;
}

.lblbox{
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 4px;
}

footer{
	width: 92%;
	margin: 4%;
	border-top: solid thin black;
	float: left;
	height: 5vh;
}

.projectimg{
	float: left;
	margin: 4%;
}

.content {
	padding-left: 4%;
}

ul{
	    list-style-type: none;
}

.shadow{
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.35);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.35);
}

.roundedge{
	border-radius: 20px;
}

.sublink{
	font-style: italic;
	font-size: 0.8em;
	
}


.videoarea{
	float: left;
	width: 80%;
	border-radius: 5px;
	margin-left: 10%;
	margin-top: 0%;
	box-shadow: 3px 3px 3px 0px lightgrey;
	overflow: hidden;
}