/*
    article.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


.article {
	position:					relative;
	margin:						20px auto 0 auto;
	width:						100%;
	background:					#FFFFFF;
}

.article .topic {
	margin: 					0;
	padding: 					30px;
	font-family:         		'Verdana'; 
}

.article .topic p {
    font-size:		            16px; 
	font-weight:    		    normal;
	color: 						#111111; 
	line-height: 				22px;
}

.article .topic h3 {
	font-family: 				'Michroma', sans-serif;
	font-size:   		        22px;  
	color:              		#333333; 
}

.article .topic h2 {
	font-family: 				'Michroma', sans-serif;
	font-size:   		        18px;  
	color:              		#333333; 
}

.article .topic img {
	margin: 					0 auto;
	padding:					20px 0;
	max-width: 					100%;
	display: 					block;
}

/* responsive */	

@media only screen and (max-width: 1135px) {
	
	
	
}

@media only screen and (min-width: 1441px) {
	
	

}	