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

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
	background:url(../img/support/policy.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




/*------------------LICENSE---------------*/

.license{
	padding:3% 10% 5%;
	color:#666
}

.license h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.license h2{
	font-weight:300;
	color:#C00;
	padding-top:1em
}

.license p, .license li{
	font-size:1.1em;
	font-weight:300;
	line-height:1.6em
}

.license ul{
	margin-left:-1em
}


.license a{
	color:#666
}

.license a:hover{
	color:#C00;
	cursor:pointer
}

.rmrk{
	display:block;
	font-size:.75em;
	margin-top:5em
}

@media only screen and (max-width: 480px){
	
.license{
	padding:3% 5% 5%
}

.license h1{
	font-size:2.1em;
	line-height:.9em
}
}

/