html, body {
	margin: 0;
	padding: 0;
}
*{
	box-sizing: border-box;
}
body {
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
}
a{
	color:#c42629;
}
a:hover, a:visited, a:focus{
	color:#c42629;
	text-decoration:underline;
}

.page-container .arthro-container a{
	color:#b22222;
	font-weight:bold;
}
	.page-container .arthro-container a:hover{
		color:#b22222;
		text-decoration:underline;
	}

.logo-container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	display: block;
	float: left;
	text-align: center;
}

	.logo-container .logo {
		padding: 15px;
	}

.title-container {
	width: 100%;
	margin: 0;
	background-color: #851b1d;
	text-align: center;
	display: block;
	float: left;
}

	.title-container h1 {
		color: #fff;
		font-size: 36px;
		line-height: 60px;
		padding: 50px;
	}

.page-container {
	width: 100%;
	margin: 0;
	background-color: #000;
	color: #fff;
	display: block;
	overflow:hidden;
}

	.page-container h2 {
		padding: 40px;
		color: #fff;
		line-height: 1.5em;
		text-align:center;
		font-size:20px;
		}

.image {
    height: 900px;
    width:100%;
    position:relative;
    z-index:1;
    background-position-x:50% !important;
}
.content {
    width:100%;
    background:#000;
    position:relative;
    z-index:2;
	text-align:center;
	font-size:20px;
	padding:5% 20%;
	line-height:36px;
}

.cta-button {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #851b1d;
	border-top: 15px solid #851b1d;
	border-bottom: 15px solid #851b1d;
	border-left: 25px solid #851b1d;
	border-right: 25px solid #851b1d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
	.cta-button:hover {
		background-color: #c42629;
		border-color: #c42629;
	}

	.trivia, .infos {
	position: relative;
	z-index:10;
	text-align:center;
	font-weight: normal;
	color: #ddd;
	background: #333;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 5px;
	line-height: 24px;
	border:1px dotted #fff;
	border-left:0;
	border-right:0;
	background: -webkit-linear-gradient(12deg, #a02527 30%, #c42629 60%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(12deg, #a02527 30%, #c42629 60%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(12deg, #a02527 30%, #c42629 60%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(12deg, #a02527 30%, #c42629 60%); /* Standard syntax (must be last) */
}
.infos {
	background: -webkit-linear-gradient(top, #333, #222); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #333, #222); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #333, #222); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #333, #222); /* Standard syntax (must be last) */

}
	.infos h2 {
		font-size: 1.4em; font-weight: bold;padding: 10px 0;
		background:#a02527;
		margin-bottom:20px;
	}
	.infos u {
		padding:5px;
		background:#a02527;
		text-decoration:none;
	}
	.trivia b, .infos b, .infos strong {
		font-weight: bold;
		color: #fff;
	}
	
.trivia {
	font-size:18px;
	margin-bottom:30px;
	padding:45px;
	border:0 none;
	border-radius:0;
	line-height:28px;
	width:60%;
	margin:40px 20%;
}

.container.map-container{
	margin-bottom: 50px;
	padding-bottom:50px;
	background-color:#333333;
	line-height:28px;
}
	.container.map-container iframe{
		margin:20px 2%;
	}

.container.trivia-container{
	margin-bottom:100px;
}

.address{
	font-size: 18px; 
	line-height: 1.50em; 
	padding: 8px 20px; 
	text-align:center;
}

@media screen and (max-width: 1024px) {
	.image {
		height:600px;
	}
	.content {
		font-size:18px;
		line-height:32px;
	}
}

@media screen and (max-width: 768px) {
	.title-container h1 {
		font-size: 28px;
		line-height: 44px;
		padding: 30px;
	}
	.image {
		height:400px;
		background-size: contain !important;
		background-position:0 50px !important;
		background-attachment: scroll !important;
	}
	.content {
		font-size:16px;
		line-height:28px;
	}
	.trivia {
	font-size:16px;
	font-weight:normal;
	width:80%;
	margin:20px 10%;
	}
	p.content iframe{
		width:100%;
	}
}