/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


body {
	margin:20px
}
img {display:block;}
.container {
	max-width:900px;
	width:100%;
	margin:0 auto;
}
.logo {
	display:block;
	margin:0 auto 20px auto;
	max-width:350px;
	width:100%;
}
.visual img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width:900px;
	width:100%;
	height:auto;
	display:block;
}
.line {
	height:5px;
	background:#ededed;
	width:80%;
	margin:10px auto 10px;
}
.col {float:left; max-width:300px; width:100%;}
.col img {margin:0 auto;}