/*
Whole Shebang
*/
hr {
	border:0;
	height:0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin-top: 5px;
	margin-bottom: 5px;
}
body{

		background: url('../images/old_moon.jpg');


}
/*
Header
*/
header a {
	text-decoration: none;
	color:#333;
	line-height: 1.25;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}


header a:visited {
	text-decoration: none;
	color:#333333;
}

header a:hover {
	text-decoration: none;
	color:#f5fffa;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:visited {
	background: transparent;
}

.navbar{
	background-color: transparent;	
}
.logo {
	width:100px;
}
/*
Main
*/
h1, h2, h3, h4, h5, h6, .btn-default, .intro p, footer, .byline, .daedalus a {
	font-family: 'Work Sans', sans-serif;
}


.food-fights-2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;

}
h3, h4, h6 {
	color: #333333;
}
h1, h2{
	color:#333333;
	text-transform: uppercase;
}
h3{
	font-weight: 700;
	font-size: 3.5em;
	color: #ed1b4d;

}

h1, h2{
	font-weight: 300;
	text-align: center;
	color: #333;
}

.byline{
		font-size: 2.5em;
		font-weight: 300;
		text-align: center;
}
.hero{
	margin-top: -75px;
	max-width: 100%;
	height:500px;
}




.gallery{
	background: url(../images/photos.jpg);
	background-size: cover;
	background-position: bottom;
	max-width: 100%;
	height:300px;
	text-align: center;

}
.row {
	margin: 50px 0;

}


.daedalus {
	text-align: center;
	background: #ed1b4d;
	padding-top: 10px;
	padding-bottom: 10px;
}

.daedalus a {
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-size: 3em;
}

.acad {
	padding-top: 10px;
}


.story{
	margin-top: 50px;
	margin-bottom: 50px;
}

.story p {
	font-size: 1.25em;
}

.gray{
	background-color:#666;

}

h5 {
	color: #ed1b4d;
	font-size: 1.75em;
	background: #333333;
	display: inline-block;
	padding: 10px 15px 10px 10px;
	text-transform: uppercase;
	font-weight: 300;
}
.gallery h3, .gallery a {
	color:#333;	
}
.gallery h3{
	background: rgba(51, 51, 51, .75);
	padding: 10px;
}
.gallery h5 {
	background: rgba(51, 51, 51, .66);
	
}
.btn-default {
	border: 3px solid #333333;
	color:#333333;
	font-weight: 300;
	font-size: 2.25em;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.btn-default:hover {
	background-color: #333333;
	border: 3px solid #ed1b4d;
	color:#ed1b4d;
}
.intro{
	text-align: center;
	background: #333333;
	color:#f5fffa;
	padding: 20px 0 50px 0;
}

.intro p{
	margin: 50px 0;
	font-weight: 300;
	font-size: 2em;
}
.intro p.emphasis{
	font-size: 2.5em;
	color: #ed1a4d;
	font-weight: 300;
}


.wgbh-news-logo {
	margin-right: 20px;
}
.food-fights-2 {
	max-width: 500px;
	border-right: 50px solid #333;
}
footer{
	font-size: 1.5em;
	font-weight: 300;
	background: #333333;
	color:#ed1a4d; 
}

@media(max-width: 767px){
	.acad {
	padding-top: 0;
	}
	.intro{
		padding: 0 0 50px 0;
	}
	.hed{

	}
	.container-fluid img {
		margin: 0 0;

	} 
	.daedalus a {
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.75em;
	}
	.hero h2{
	font-size: 2.5em;
	}
	.hero h3{
	font-size: 3.5em;
	}
	h5{
	font-size: 1.5em;
	}
	h3 {
		font-size: 3em;
	}
	.intro p{
		font-size: 2em;
	}
	.story p {
		font-size: 1.2em;
	}
	.byline {
		font-size: 1.75em;
	}
	.intro p.emphasis{
		font-size: 2.25em;
	}
	.btn-default {
		font-size: 2em;
	}

	
}
