@charset "utf-8";
/* CSS Document */

body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, td, th {
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 102%;
	color: #282828;
	line-height: 175%;
}

#container {
	text-align: center;
	margin: 0;
	height: 100%;
}
#content {
	width: 850px;
	margin: 0 auto;
	background-color: #eee;
	height: 100%;
}
#header {
	margin-top: 75px;
	margin-bottom: 25px;

}
.small {
	font-size: 95%;
	line-height: 300%;
}
#footer {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 100px;
	margin-top: 100px;
	line-height: 125%;
}
a {
	font-weight: normal;
	color: #9A3B26;
	text-decoration: none;

}


@media screen and (max-width: 1080px) {
	body {
	/*background: linear-gradient(90deg, white, gray);*/
	background-color: #eee;
	}
	body, h1, h2, h3, h4, h5, h6, p, ul, li, td, th {
		font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 95%;
		color: #282828;
		line-height: 175%;
	}
	p {
		width: 90%;
		margin: 0 5%;
	}
	#container {
		text-align: center;
		margin: 0;
		height: 100%;
	}
	#content {
		width: 100%;
		margin: 0 auto;
		background-color: #eee;
		height: 100%;
	}
	#header {
		padding-top: 15px;
		padding-bottom: 10px;
		width: 100%;
		height: auto;
		
	}
	#header img {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 60%;
		height: auto;
		
	}
	.small {
		font-size: 95%;
		line-height: 300%;
	}
	#footer {
		font-size: 75%;
		padding-top: 25px;
		padding-bottom: 15px;
		line-height: 125%;
	}
	a {
		font-weight: normal;
		color: #9A3B26;
		text-decoration: none;

	}
}