html, body {
	margin:0;
	padding:0;
}

body {
	background-color: #fe626e;
	min-width: 768px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	color: #111;
}

@font-face {
	font-family: "fontNormal";
	src: url("fonts/Roboto-Light-webfont.woff") format('woff');
}

@font-face {
	font-family: "fontHeader";
	src: url("fonts/BEBAS___-webfont.woff") format('woff');
}

/* unvisited link */
a:link {
	color: #781515;
	text-decoration: none;
	border-bottom-style: dotted;
}

/* visited link */
a:visited {
	color: #781515;
	text-decoration: none;
	border-bottom-style: dotted;
}

/* mouse over link */
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
}

/* selected link */
a:active {
	color: #7f3137;
	/* text-decoration: none; */
}

h1 {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
}

strong {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
}

#wrapper {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#container {
	width: 100%;
	margin: 0 auto;
}
.banner-img {
	width: 100%;
	/* max-width: 1600px; */
}

.portraits-img {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	/* max-width: 1074px; */
}

#content {
	padding: 5% 10% 5% 10%;
}

#content-alt {
	padding: 5% 10% 5% 10%;
	background: #ffaab1;
}

#question {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px
}

#content-news {
	text-align: center;
	padding: 30px 30px 30px 30px;
	background: #fff;
}

#content-footer {
	text-align: center;
	font-size: 16px;
	padding: 5% 10% 5% 10%;
	background: #ffaab1;
}


/* unvisited link */
#content-footer a:link {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* visited link */
#content-footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* mouse over link */
#content-footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
}

/* selected link */
#content-footer a:active {
	color: #fff;
	border-bottom-style: none;
}

#trailer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#imgMain {
	width: 100%;
	max-width: 768px;
}

#imgPortrait {
	margin: 5px 20px 5px 20px;
}

#imgClick {
	border-bottom: 6px solid #fe626e;
	width: 100px;
	margin-left: 2px;
	margin-right: 2px;
}

#imgClick:hover {
	border-bottom: 6px solid #000;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}