@font-face{font-family:open; font-style:normal; font-weight:normal;src:url("fonts/openr.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:normal;src:url("fonts/oswald.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:200;src:url("fonts/oswald200.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:300;src:url("fonts/oswald300.woff") format("woff");}
@font-face{font-family:oswaldb; font-style:normal; font-weight:normal;src:url("fonts/oswald300.woff") format("woff");}
a {
	text-decoration: none;
}


#header {width:100%;}
#nav {float:right; padding-right: 5em; padding-top:1em;}
#courses {background-color:white;margin:8em auto 2em auto; display:inline-block;padding:1em;}
.capt {font-family:oswald; font-size:1.5em; background-color: #eee; padding:.5em; width:16.7em; display:inline-block; font-weight: 300; margin-top:-1em;}
a {color:black;}
.aboutlink {color:#acf;border-bottom:1px solid #acf;}
.aboutlink2 {color:#A93E14;border-bottom:1px solid #A93E14;}
.capt:hover {background:#FFEB59;}
.resource-img {width:100%; height:100%;}
.resource-box {width:40%;margin:5%;display:inline-block;float:left; position:relative;}
.capt2 {font-family:oswald; font-size:2em; background-color: #eee; padding:0.2em 0; width:100%; display:inline-block; font-weight: 300; margin-top:-1em;}
.capt2:hover {background:#FFEB59;}
#block1 {width: 80%;margin-left: 10%; clear:both;}
#team {text-align:center; margin-top: 0; display:inline-block;}
.title {font-family:oswald; font-size:3em;font-weight:300;margin-left:1em;margin-bottom:0;}
.plain-txt {font-family:open; font-size: 1em;margin-left:3em; width: 80%;}
#up-resource {text-align:center;}
#footer {background-color: #FFEB59; font-family:open; font-size:1em; padding: 1.5em 2em .5em 2em; margin-top:1em;}
#links {display:inline-block; float:left; line-height:2em;}
#contact {display:inline-block; float:right;}
#companyinfo{clear:both;font-size:.7em;}
.infoline{margin-bottom:.5em;}
.social-pic {width: 3em; padding: 1.5em .5em;}
#social {text-align: right;}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #205C5D;
	overflow: auto;
}

.container:hover .overlay {
	opacity: 1;
}

.text {
	color: #eee;
	font-size: 80%;
	font-family:open;
	text-align: left;
	width:90%;
	margin:0;
	padding:5%;
/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
*/
}
