.wrapper{
	margin-right:auto;
	margin-left: auto;
}
body{
	font-size:16px;
	font-family: "";
	height:100%;
	line-height: 1.3rem;
	font-family: effra, sans-serif;
	font-weight: 400;
	color:#1A1A1A;
	font-style: normal;

}


}
.h6{ height: 32rem; }
.w6 { width: 26rem; }

hr{
	float:left;
	width:50px;
	border-color: black;
	border-top: 1px solid black;
	border-bottom: 0px solid black;
}

.title{
	line-height: 2rem;
	font-family: effra, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	font-weight: bold;
}
.title2{
	font-family: effra, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
.emphasis{
	font-size:20px;
	line-height: 1.7rem;
}
.bg-grey2{background-color:#1A1A1A;}
.bg-lightgrey{background-color:#F5F5F5;}
a{
	text-decoration: none;
	color:black;
}
#header{min-height: 300px;
}
.logo{width:220px;}

ul{
	margin:none;
	padding: none;
}
li{
	list-style: none;
	margin:none;
	padding: none;
	margin-bottom: 6px;
}


@media screen and (max-width: 30em) {
	.emphasis{
		font-size:16px;
		line-height: 1.3rem;
	}