body {
	font-family: 'SourceSansPro-Regular';
}

.content {
	padding: 20px;
}

.block {
	position: relative;
	padding-left: 70px;
}

.block .before {
	position: absolute;
	top: 10px;
	left: -5px;
}

.block .before img {
	width: 65px;
}

.intro {
	background: #38BFB9;
}

.highlight { 
	font-size: 23px;
	font-family: 'SourceSansPro-Black';
}

.highlight.red {
	color: #F05151;
}

.highlight.orange {
	color: #F7962C;
}

.highlight.azure {
	color: #16ACA8;
}

.highlight.blue {
	color: #0B4256;
}


.highlight.pink {
	color: #F37247;
}

.footer {
padding: 20px;
text-align: center;
}

.footer .address a {
	color: #212529;
}

.language a {
	font-size: 35px;
	font-family: 'SourceSansPro-Black';
	color: #87D9D5;
}


@media (min-width:576px){
	.content {
		padding: 100px;
	}

	.footer {
		position: relative;
		margin-top: 0px;
		padding: 0;
		text-align: left;
	}
	
	.footer .address {
		position: absolute;
		bottom: 80px;
		left: 15%;
		width: 100%;
		
	}
	
	.footer .address .logo {
		position: absolute;
		bottom: -2px;
		left: -60px;
	}
	
	.footer .address .logo img {
		width: 50px;
	}
	

	


}

@media (min-width:992px){
	.footer .address {
		bottom: 40px;
	}

}