
body{
    /*background-image: url('images/background.gif');*/
    /*background-position:center center;*/
    padding:0;
	font-family:Limelight;
	text-align: center;
	margin:100px 0;
	z-index: 0;
}

a:link {
  color: white;
}

a:visited {
  color: #d99e1e;
}

hr {
	margin-top: 150px;
	margin-bottom: 75px;
	height:5px;
	background-color:#d4a246;
}

video{

	position: fixed;
	width: 150%;
	top: 0;
	bottom: 0;
	left: -25%;
	right: 0;
	z-index: -1;
}
img{

background-color: #875122;
border-radius: 20px;
padding:30px;
	width:200%;
	max-width:800px;
	margin-top:20px;
	margin-bottom:20px;
}

h1, h2, h3 {
 font-family: "Limelight", serif;
 color: #ffffff;
}

h1 {
	background-color: #000000;
	border-radius: 20px;
	font-size:24px;
	vertical-align: middle;
	margin:auto;
	padding:30px;
	max-width:700px;
	font-size:60px;
	margin-top:10px;
}

h2 {
	font-size:40px;
	margin-top:10px;
	margin-bottom:60px;
}

h3 {
	background-color: #000000;
	border-radius: 20px;
	font-size:24px;
	vertical-align: middle;
	margin:auto;
	padding:30px;
	max-width:800px;
	font-size:30px;
	text-wrap: balance;
	letter-spacing: 2px;
	margin-top:80px;
}

.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}


p {

	background-color: #000000;
	border-radius: 20px;
	font-size:24px;
	vertical-align: middle;
	letter-spacing: 2px;
	margin:auto;
	padding:30px;
	max-width:700px;
	text-wrap:balance;
	color: #ffffff;
}

.caption {
	color: #ffffff;
	font-size:20px;
	font-style: regular;
}
