/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */

/* @group basic */

* {
	margin: 0; 
	padding: 0; 
}	
body {
	font: 400 18px/26px 'Open Sans', Arial, sans-serif;
	color: #333;
}
#siteframe {
	max-width: 960px; 
	margin: 0 auto; 
	padding: 70px 20px; 
	text-align: center;
}
.picture {
	margin: 0 0 20px;
}
.picture img {
	display: block; 
	width: 100%; 
	height: auto;
}
.website {
	color: #888;
}
p {
	margin: 0 0 20px;
}
a {
	color: #333;
}
a:hover {
	color: #888;
}
	
/* @end */

/* @group responsive */

@media screen and (max-width: 700px) {
	#siteframe {
		padding: 30px 20px;	
	}
}
	
/* @end */
