/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	
	color: white;
}

@font-face {
	font-family: 'Cooper Std Black';
             src: url('CooperBlack.ttf') format('truetype');
}

/*
h1 {
	color: #ed1c24;
	font-family: 'Cooper Std Black', Georgia, Times, serif;
}
*/
.full {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  background-color: black;
  min-width: 321px;
  min-height: 102px;
}
