@charset "UTF-8";
/* CSS Document */


.containerone {	
	margin: 0px 5% 0px 5%;
}
.containertwo {	
	margin: 0px 15% 0px 15%;
}

.h1 {
	font-family: Papyrus;
	font-size: 56px;
	font-weight: 600;
	color: black;
	line-height: 48px;
	} 

.h2 {
	font-family: Papyrus;
	font-size: 28px;
	font-weight: 600;
	color: black;
	line-height: 38px;
	opacity: .65;	
	
	} 

.h3 {
	font-family: Papyrus;
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
	color: black;
	opacity: 1;	
	} 

.copyone {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	line-height: 36px;
	font-weight: 100;
	opacity: 1;
}

.copytwo {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	opacity: .65;
}
.copytwob {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 44px;
	font-weight: 100;
	opacity: 1;
}

.copyright {
	font-family: Papyrus;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	opacity: 1;
}

.line {
	height: 6px;	
	margin: auto;
 	width: 80%;
	background-color: black;	
}
