/* ---------------------------------- / fonts / ---------------------------------- */

@font-face {
  font-family: "Pressura-Bold";
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.eot");
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Bold/Pressura-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Pressura-Bold";
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Bold-Italic/Pressura-Bold-Italic.eot");
  src: url("http://www.bu.edu/cdn/fonts/Pressura-Bold-Italic/Pressura-Bold-Italic.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Bold-Italic/Pressura-Bold-Italic.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Pressura-Bold-Italic/Pressura-Bold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Capita";
  src: url("http://www.bu.edu/cdn/fonts/Capita-Regular/Capita-Regular.eot");
  src: url("http://www.bu.edu/cdn/fonts/Capita-Regular/Capita-Regular.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Capita-Regular/Capita-Regular.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Capita-Regular/Capita-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Capita";
  src: url("http://www.bu.edu/cdn/fonts/Capita-Italic/Capita-Italic.eot");
  src: url("http://www.bu.edu/cdn/fonts/Capita-Italic/Capita-Italic.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Capita-Italic/Capita-Italic.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Capita-Italic/Capita-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

/* ---------------------------------- / article / ---------------------------------- */

#wrapper {
	background: #eceded url(images/bg-texture.gif) repeat 0 0;
}

.headline {
	margin:150px auto 0 auto;
	position:relative;
	z-index:1000;
}

.headline h1 {
	font-family: 'Pressura-Bold', helvetica, sans-serif;
	color:#aecaff;
	text-transform: uppercase;
	font-size:97px;
	line-height: 97px;
	text-align:center;
	margin-bottom:20px;
	padding:0 40px;
}

.headline h2 {
	font-family: 'Capita', serif;
	font-size: 24px;
	color:#fff;
	padding:0 40px;
	text-align:center;
}

#motion {
	overflow:hidden;
	position:relative;
	width: 100%;
	height:510px;
	background: url('http://www.bu.edu/today/wpassets/features/2014_epic/images/epic.jpg') 50% 0 no-repeat;background-size: cover;
}

#motion video {
	display: block;
	margin:0 auto;
	width: 100%;
	height: auto;
}

#video-wallpaper-container {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-640px;
	z-index: 1;
	width:1280px;
	height:720px;
	background:#333;
	overflow:hidden;
	background:url('http://www.bu.edu/today/wpassets/features/2014_epic/images/epic.jpg') no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.touch #video-wallpaper-container video {
	display: none;
}

.no-video #video-wallpaper-container,
.no-video #video-wallpaper {
	display: none;
}

#feature {
	position: relative;
}

.body-epic div.full-width::before,
.body-epic div.alignleft::before,
.body-epic div.full-width::after,
.body-epic div.alignleft::after {
	width:100%;
}

@media only screen and (max-width : 1020px) {
	.headline h2 {
		padding:0 20px 0 20px;
		text-align: center;
	}
}

@media only screen and (max-width : 720px) {
	.headline h1 {
		font-size: 57px;
		line-height: 57px;
		padding:0 40px;
	}
	
	.headline h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width : 640px) {
	.headline {
		margin-top:200px;
	}
	
	#motion {
		height: 600px;
	}
	
	#video-wallpaper-container {
		width:1067px;
		height: 600px;
		margin-left: -533px;
	}
}

@media only screen and (max-width : 480px) {
	.headline {
		margin-top:150px;
	}
}
