html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	overflow: scroll;
	font-family: 'DINLightRegular';
	vertical-align: top;
	text-align: left;
	line-height: inherit;
	font-size: inherit;
	overflow-x: hidden;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
 	*/
}

a {
	text-decoration: none;
	font-family: 'DIN-MediumItalicRegular';
	color: inherit;
}

b {
	font-family: 'DINBold';
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: normal;
}

#vanDusen {
	position: fixed;
	bottom:30px;
	right: 30px;
	width:200px;
	height: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-khtml-border-radius: 200px;
	color: rgba(239,77,131,0.9);
	border: 6px solid rgba(239,77,131,0.9);
	z-index: 1000000000000000;
	text-align: center;
	font-family: 'DIN-LightItalicRegular';
	font-size: 16px;
	overflow: hidden;
}

#wayneState {
	position: absolute;
	top:0px;
	right: 0px;
	padding: 30px;
	width: 180px;
	height: 90px;
	background-image: url('images/waynelogo.png');
	background-position: center center;
	background-size: contain;
	color: rgba(83,177,80,0.9);
	background-color: #fff;
	/*border: 6px solid rgba(83,177,80,0.9);*/
	z-index: 1000000000000000;
	text-align: center;
	overflow: hidden;
}

#vanDusen:hover {
	color:#fff;
	border-color: transparent;
	background-color: rgba(239,77,131,0.9);
}

.youshouldreallyupdate{
	margin:0;
	text-align: center;
	background:#000;
	color:#fff;
	padding:18px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}


#lecture {
	display: inline-block;
	width:180px;
	height: 120px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	color: rgba(83,177,80,0.9);
	border: 6px solid rgba(16,138,204,0.9);
	z-index: 1000000000000;
	text-align: center;
	font-family: 'DIN-LightItalicRegular';
	font-size: 16px;
	overflow: hidden;
}

#lecture:hover {
	color:#fff;
	border-color: transparent;
	background-color: rgba(16,138,204,0.9);
}

#logoContainer {
	position: fixed;
	width:381px;
	height:185px;
	left: 10px;
	bottom: -140px;
	background-image: url("images/logos.png");
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
	z-index: 100000000000000;
}

#logoContainer:hover {
	bottom: 0px;
}


.subtitle {
	font-family: 'DINBold';
	font-size: 13px;
	display: block;
	text-align: center;
	margin-bottom: 21px;
	background-color: rgba(0,0,0,0);
	color: inherit;
}

#topPad , #bottomPad {
	overflow: hidden;
}

.noBgPics {
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
	background-color: #fff;
	display: block;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: -30px;
}

h {
	display: inline;
	padding: 3px;
	margin: -3px;
	background-color: rgba(255,255,255,0.75);
}

img {
	opacity: 0.35;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.borderBottom {
	color: inherit;
	border-bottom: 8px solid;
	padding-bottom: 11px;
}

.borderTop {
	color: inherit;
	border-top: 8px solid;
	padding-top: 11px;
}

.border {
	color: inherit;
	border: 8px solid;
	padding: 11px;
}

.imgColor {
	/*position: absolute;*/
	overflow: visible;
}

.redImg {
	background-color: rgba(239,77,131,0.85);
}

.greenImg {
	background-color: rgba(246,147,29,0.85);
}

.blueImg {
	background-color: rgba(16,138,204,0.85);
}

.redBG {
	background-color: rgba(239,77,131,0.9);
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.greenBG {
	background-color: rgba(246,147,29,0.9);
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.blueBG {
	background-color: rgba(16,138,204,0.9);
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.redCopy {
	color: rgba(239,77,131,0.9);
	margin-bottom: 30px;
}

.greenCopy {
	color: rgba(246,147,29,0.9);
	margin-bottom: 30px;
}

.blueCopy {
	color: rgba(16,138,204,0.9);
	margin-bottom: 30px;
}

.line {
	display: inline-block;
	overflow:visible;
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
}

.bgLine {
	padding: 15px;
	margin-bottom: 15px;
	display: inline-block;
	overflow: hidden;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
 	transition: 			padding 0.5s ease;
	-o-transition: 			padding 0.5s ease;
 	-moz-transition: 		padding 0.5s ease;
 	-webkit-transition: 	padding 0.5s ease;
}

.headline {
	font-family: 'DINBold';
	font-size: 121px;
	line-height: 136px;
	overflow: hidden;
}

.subhead {
	font-family: 'DINMedium';
	font-size: 42px;
	line-height: 55px;
	overflow: hidden;
}

.copy {
	font-family: 'DINRegular';
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	margin: -15px;
	overflow:visible;
	background-color: rgba(255,255,255,1);
}

.bold {
	font-family: 'DINBold';
}

.column {
	display: inline-block;
	margin-right: 30px;
	font-family: inherit;
	overflow:visible;
}

#backgroundImages {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1000;
}

#backgroundCanvas , #bg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

body {
	overflow: hidden;
	opacity: 0;
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
}

@font-face {
    font-family: 'DINBold';
    src: url('fonts/din-bold-webfont.eot');
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-bold-webfont.woff') format('woff'),
         url('fonts/din-bold-webfont.ttf') format('truetype'),
         url('fonts/din-bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLightRegular';
    src: url('fonts/din-light-webfont.eot');
    src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-light-webfont.woff') format('woff'),
         url('fonts/din-light-webfont.ttf') format('truetype'),
         url('fonts/din-light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINMedium';
    src: url('fonts/din-medium-webfont.eot');
    src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-medium-webfont.woff') format('woff'),
         url('fonts/din-medium-webfont.ttf') format('truetype'),
         url('fonts/din-medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegular';
    src: url('fonts/din-regular-webfont.eot');
    src: url('fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular-webfont.woff') format('woff'),
         url('fonts/din-regular-webfont.ttf') format('truetype'),
         url('fonts/din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateRegular';
    src: url('fonts/din-regularalternate-webfont.eot');
    src: url('fonts/din-regularalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regularalternate-webfont.woff') format('woff'),
         url('fonts/din-regularalternate-webfont.ttf') format('truetype'),
         url('fonts/din-regularalternate-webfont.svg#DINAlternateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateBold';
    src: url('fonts/din-boldalternate-webfont.eot');
    src: url('fonts/din-boldalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-boldalternate-webfont.woff') format('woff'),
         url('fonts/din-boldalternate-webfont.ttf') format('truetype'),
         url('fonts/din-boldalternate-webfont.svg#DINAlternateBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-MediumItalicRegular';
    src: url('fonts/din-mediumitalic-webfont.eot');
    src: url('fonts/din-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-mediumitalic-webfont.woff') format('woff'),
         url('fonts/din-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/din-mediumitalic-webfont.svg#DIN-MediumItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-RegularItalicRegular';
    src: url('fonts/din-regularitalic-webfont.eot');
    src: url('fonts/din-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regularitalic-webfont.woff') format('woff'),
         url('fonts/din-regularitalic-webfont.ttf') format('truetype'),
         url('fonts/din-regularitalic-webfont.svg#DIN-RegularItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-LightItalicRegular';
    src: url('fonts/din-lightitalic-webfont.eot');
    src: url('fonts/din-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-lightitalic-webfont.woff') format('woff'),
         url('fonts/din-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/din-lightitalic-webfont.svg#DIN-LightItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}