@font-face {
   		font-family: "GoudyTwenty";
   		src: url("lrpm_fonts/GoudyTwenty.otf")
		}

header {
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: #FEFBF6;
}

footer {
  background-color: clear;
  padding: 10px;
  text-align: center;
}

.container {
	margin: auto auto;
	background-color: clear;
	height: auto;
	width:auto;
	align: center;	
	}
.container2 {
	margin: auto auto;
	background-color: clear;
	height: 44px;
	width:auto;
	align: center;	
	}

.container4 {	
	margin: auto auto;
	padding: 0 10% 0 10%;
	width: 100%;
	}
.line{	
	height:2px;
	width: 40%;
	margin: 8px auto;
	background-color: #FEFBF6;
	}

.line2{	
	height:1px;
	width: 100%;
	margin: auto auto;	
	background-color: #28221A;
	}

.h1 {
	font-family: "GoudyTwenty";
	font-size: 58px;
	color: #FEFBF6;
	line-height: 46px;	
	margin: 0px 0px;
	text-shadow: 3px 3px 2px black;
	}

.h2 {
	font-family: "GoudyTwenty";
	font-weight: 100;
	font-size: 30px;
	color: #FEFBF6;
	line-height: 1px;
	margin: 10px 10px;
	text-shadow: 3px 3px 2px black;
	}

.h3 {
	font-family: "GoudyTwenty";
	font-weight: 100;
	font-size: 26px;
	color: #28221A;
	line-height: 28px;
	margin: auto auto 12px auto;
	}

.body {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	color: #28221A;
	line-height: 32px;
	font-weight: 100;
	opacity: 1;	
	margin: auto auto;
	}

.copyright {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 14px;
	color: #28221A;
	line-height: 22px;
	margin-top: 0px;
	}