@charset "utf-8";
a {
	position:relative; display:inline-block;
}
a:after {
	content:""; position:absolute; 
	top:0; 
	left:0; 
	bottom:0; 
	right:0;
}


.content {
	margin:2em 2em 0 2em ;
	width:100%
}

h1 {
	font-family: 'Lato',Arial,sans;
	font-style: normal;
	font-weight: 300;
	font-size:4em;
	margin:0 0 0 0;
}

h2 {
	font-family: 'Lato',Arial,sans;
	font-style: normal;
	font-weight: 300;
	font-size:4em;
	color:#c6cdcf;
	margin:0 0 0 0 ;
	line-height:1em
}

.link-icon{ 
	padding:1.25em 1em 0 0;
	width:48px;
	height:48px;
}

img.link-icon {
	padding:1.25em 1em 0 0;
	width:48px;
	height:48px;
	border:none;
}

@media all and (max-width:480px){
	body{
		font-size: 66%;
	}
	
	.content{
		margin:1em 1em 0 1em ;
	}
}

