@font-face {
   		font-family: Cinzel;
   		src: url("../gail_g_fonts/Cinzel-Regular.otf");
		}	

@font-face {
   		font-family: "Cinzel Bold";
   		src: url("../gail_g_fonts/Cinzel-Bold.otf");
		}
@font-face {
   		font-family: "Cinzel Decorative";
   		src: url("../gail_g_fonts/CinzelDecorative-Regular.otf");
		}

@font-face {
   		font-family: "Cinzel Decorative";
   		src: url("../gail_g_fonts/CinzelDecorative-Bold.otf");
		}

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

header {
  padding: 30px;
  text-align: center;
	font-family: Cinzel;
  font-size: 35px;
  color: white;
}

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

p{
	font-family: "GoudyTwenty";
		}

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

.line{	
	height:4px;
	width: 35%;
	margin: auto auto;
	background-color: darkslategrey;
	}

.h1 {
	font-family: Cinzel;
	font-size: 58px;
	color: darkslategrey;
	line-height: 58px;	
	margin: 0px 0px;
	}

.h3 {
	font-family: Cinzel;
	font-weight: 100;
	font-size: 30px;
	color: darkslategrey;
	line-height: 20px;
	margin: 22px 10px;
	}

.h2 {
	font-family: "Goudy Old Style";
	font-weight: 100;
	font-size: 26px;
	color: darkslategrey;
	line-height: 28px;
	margin: auto auto 12px auto;
	}

.copy {
	font-family: "Goudy Old Style";
	font-size: 20px;
	color: darkslategrey;
	line-height: 32px;
	font-weight: 100;
	opacity: 1;	
	margin: auto auto;
	}

.copyright {
	font-family: "Goudy Old Style", "Goudy Old Style Bold", "Goudy Old Style Italic", "Goudy Stout";
	font-size: 18px;
	color: darkslategrey;
	margin-top: 134px;
	}
