@font-face{
	font-family: bauhausm;
	src: url(../../fonts/Bauhausm.ttf);
}
* { font-family: bauhausm; }
#policy-bg{
	background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

a#policy-back{
	position: fixed;
	top: -100px; left: -100px;
	width: 200px; height: 200px;
	border-radius: 50%;
	background: #da251d;
	overflow: hidden;
}
a#policy-back > div{
	position: absolute;
	width: 80px;
	line-height: 80px;
	text-align: center;
	right: 20px; bottom: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 2em;
}
#policy-content{
	margin: 120px 2em;
	font-size: 1.3em;
	text-align: justify;
}