

body {
	font: 100%/1.4 'Roboto', Helvetica, Arial, sans-serif;
	background: #aaa;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.4;
}

p {
	color: #000000;
	text-align: center;
}

h2,
h4,
h5,
h6,
p {
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

h1,
h3 {
	font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #782f40;
	line-height: 1;
	text-align: center;
}

a img {
	/* Removes default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #ceb888;
	text-decoration: none;
	font-weight: 400;
}

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

a:hover,
a:active,
a:focus {
	text-decoration: none;
	font-weight: 500;
	color: #999;
}


/* This container surrounds all other divs giving them their percentage-based width */

.container {
	width: 100%;
	max-width: 100%;
	min-width: 585px;
	/* Min-width will keep the site from getting too narrow. */
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}


/* A simple masthead at the top of the page to hold the FSU seal */

.masthead {
	width: 100%;
	background: #782f40;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	height: 37px;
	text-align: center;
}

.titlebar {
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
	margin-top: 45px;
	line-height: 0.1;
	border-bottom: 3px solid #ceb888;
}

.titlebar h1 {
	font-size: 250%;
	text-shadow: 0 1px 1px rgba(44, 42, 41, 0.25);
}

.titlebar h3 {
	color: #666464;
	line-height: 0.1;
	text-transform: none;
}

.titlebar a {
	color: #782f40;
}


/* Video banner code below */

.header-unit {
	height: 250px;
	border: 0px solid #000;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 20px;
}


/* Creates an overlay on top of the video on which to display text */

.header-unit .overlay {
	width: 100%;
	height: 100%;
	padding: 30px 0;
	background: rgba(80, 80, 80, 0.5);
	z-index: 1;
	position: absolute;
}

.header-unit .overlay h2 {
	font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 205%;
	line-height: 1;
	padding-top: 15px;
}

.header-unit .overlay h3 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 150%;
	line-height: 0.4;
	text-transform: none;
}

#video-container {
	position: absolute;
}

#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

video {
	position: absolute;
	z-index: 0;
	filter: grayscale(80%) blur(1px);
}

video.fillWidth {
	width: 100%;
	min-height: 100%;
}

.overlay .button {
	background-color: #ceb888;
	border-radius: 4px;
	text-align: center;
	font-size: 100%;
	color: #782f40;
	max-width: 40%;
	width: 120px;
	height: 20px;
	padding: 22px 30px 22px 30px;
	margin: 30px auto 30px auto;
	display: block;
	border-bottom: 2px solid #ceb888;
	border-right: 2px solid #ceb888;
	transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-webkit-transition: all .45s ease-in-out;
	position: relative;
	font-family: 'Roboto Slab';
}

.overlay .button a {
	color: #782f40;
}

.overlay .button:hover {
	background-color: #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}

.buttoncontainer {
	text-align: center;
	padding-top: 20px;
}


/* Creates a container for the how to items */

.howto {
	width: 100%;
	float:left;	overflow: visible;
	background-color: #782f40;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 3px solid #ceb888;
	border-bottom: 3px solid #ceb888;}

.howto h1 {
	font-size: 240%;
	color: #fff;
 }


/* Each instruction is placed in a howtoitem div */

.howtoitem {
	width: 25%;
	float: left;
	background-color: #782f40;
}

.howtoitem img {
	text-align: center;
	max-width: 25%;
	max-height: 25%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.howtoitem h3 {
	color: #ceb888;
	font-weight: 400;
	font-size: 1.4em;
}

.howtoitem p {
	color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 100%;
}


/* Creates a simple div for a help link */

.help {
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #ccc;
	padding-top: 100px;
} 

.help h1 {
	text-transform: none;
	line-height: 2;
	color: #999;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 120%;
	padding: 10px 10px 0 10px;
}

.help a {
	color: #782f40;
}


/* Creates a footer div */

.footer {
	width: 100%;
	background: #aaa;
	padding: 40px 0 30px 0;
}

.footer h1,
h3 {
	color: #fff;
}

.footer p {
	color: #000;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 90%;
}

.footer a {
	color: #782f40;
}

.footer br {
	display: none;
}

/* Responsive code for smaller screens below  */
@media screen and (max-width: 768px) {
	.header-unit {
		height: 200px;
		border: 0px solid #000;
		border-right: none;
		border-left: none;
		position: relative;
		padding: 20px;
	}
	.header-unit .overlay {
		width: 100%;
		height: 100%;
		padding: 40px 0;
		background: rgba(80, 80, 80, 0.5);
		z-index: 1;
		position: absolute;
	}
	.header-unit .overlay h2 {
		font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 1.3em;
		line-height: 1;
	}
	.header-unit .overlay h3 {
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 100%;
		line-height: 0.4;
		text-transform: none;
	}
	.container {
		width: 100%;
		max-width: 100%;
		min-width: 480px;
		/* Min-width will keep the site from getting too narrow. */
		background: #fff;
		margin: 0 auto;
		overflow: hidden;
	}
	.howto {
		width: 100%;
		overflow: visible;
		background-color: #782f40;
		padding-bottom: 10px;
		text-align: center;
		border-top: 3px solid #ceb888;
		border-bottom: 3px solid #ceb888;
	}
	.howto h1 {
		font-size: 2.2em;
		color: #fff;
	}
	.howtoitem {
		width: 100%;
		background-color: #782f40;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.howtoitem img {
		text-align: center;
		max-width: 25%;
		max-height: 25%;
		display: block;
	}

	.howtoitem h2{
		color:#fff;
	}
	.howtoitem h3 {
		color: #ceb888;
		font-weight: 400;
		font-size: 1.5em;
	}
	.howtoitem p {
		color: #fff;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 100%;
	}

	.help h1 {
		text-transform: none;
		line-height: 2;
		color: #999;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 100%;
		padding: 10px 10px 0 10px;
	}
}

@media screen and (max-width: 550px) {
	.titlebar h1 {
		font-size: 150%;
	}
	.titlebar h3 {
		font-size: 90%;
	}
	.header-unit {
		height: 200px;
		border: 0px solid #000;
		border-right: none;
		border-left: none;
		position: relative;
		padding: 20px;
	}
	.header-unit .overlay {
		width: 100%;
		height: 100%;
		padding: 40px 0;
		background: rgba(80, 80, 80, 0.5);
		z-index: 1;
		position: absolute;
	}
	.header-unit .overlay h2 {
		font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 160%;
		line-height: 1;
		padding-top: 0px;
	}
	.header-unit .overlay h3 {
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 100%;
		line-height: 0.4;
		text-transform: none;
	}
	.overlay .button {
		padding: 12px 20px 12px 20px;
		margin: 10px auto 30px auto;
	}
	.container {
		width: 100%;
		max-width: 100%;
		min-width: 375px;
		/* Min-width will keep the site from getting too narrow. */
		background: #fff;
		margin: 0 auto;
		overflow: hidden;
	}
	.howto {
		width: 100%;
		overflow: visible;
		background-color: #782f40;
		padding-bottom: 10px;
		text-align: center;
		border-top: 3px solid #ceb888;
		border-bottom: 3px solid #ceb888;
	}
	.howto h1 {
		font-size: 130%;
		color: #fff;
	}
	.howtoitem {
		width: 100%;
		background-color: #782f40;
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.howtoitem img {
		text-align: center;
		max-width: 40%;
		max-height: 40%;
		display: block;
	}
	.howtoitem h3 {
		color: #ceb888;
		font-weight: 400;
		font-size: 150%;
	}
	.howtoitem p {
		color: #fff;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 100%;
	}
	.help h1 {
		text-transform: none;
		line-height: 2;
		color: #999;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 75%;
		padding: 10px 10px 0 10px;
	}
	.footer br {
		display: block;
	}
	.footer p {
		font-size: 80%;
	}
}

@media screen and (max-width: 350px) {
	.container {
		width: 100%;
		max-width: 1.0em;
		min-width: 320px;
		/* Min-width will keep the site from getting too narrow. */
		background: #fff;
		margin: 0 auto;
		overflow: hidden;
	}
	.header-unit {
		height: 170px;
		border: 0px solid #000;
		border-right: none;
		border-left: none;
		position: relative;
		padding: 20px;
	}
	.header-unit .overlay h2 {
		font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 100%;
		line-height: 1;
	}
	.howto h1 {
		font-size: 160%;
		color: #fff;
	}
	.help h1 {
		text-transform: none;
		line-height: 2;
		color: #999;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 80%;
		padding: 10px 10px 0 10px;
	}
}

