body {
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f2f2f2;
	background-color:#282828;
	line-height: 20px;
	font-size:20px;
	letter-spacing:1px;
}
h1{	font-family: "canada-type-gibson", sans-serif;
	font-weight: 400;
	font-style: normal;

	font-size:46px;
	padding: 0;
	margin-left:-15px;

	
}
#container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: url("images/00010024.jpg")no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:900px;
}
#mainContent {
	padding: 300px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
}

hr { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

a, a:visited {color:#ccc;text-decoration:none;}
a:hover {color:#fff;}
	#footer{ color:#666; font-size: 12px;margin-top:5px;}
	
/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (max-width : 480px){
	p {font-size:16px;}
	h1 {font-size:38px;}
	
	#container {background: url("images/00010024_m.jpg")no-repeat center center fixed;height:800px;}

#mainContent {
	padding: 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
}