/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://tyandre/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       vaporTwitch
 Author URI:   http://vaportwitch.run
 Template:     twentysixteen
 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-sixteen-child
*/

.site-inner {
	margin: 0%;
	max-width: 100%
}

.site-header {
	padding: 0;
}


ul {
	max-width: 100%;
	list-style: none;
	
}

li {
	float: left;
	max-width: 32.33%;
	margin: 1% .5% 0%;
}

ul, ol {
	padding: 0;
	margin: 0;
}
.entry-content{
	margin:	auto;
}

.site-main{
	margin-bottom: 0;
}

content.site-content {
	margin: auto;
}

@media screen and (min-width: 56.875em){

.no-sidebar .entry-header, .no-sidebar .entry-content,
.no-sidebar .entry-summary, .no-sidebar .entry-footer,
.no-sidebar .comments-area, .no-sidebar .image-navigation,
.no-sidebar .post-navigation, .no-sidebar .pagination, 
.no-sidebar .page-header, .no-sidebar .page-content, 
.no-sidebar .content-bottom-widgets {
	margin-right: 0%;
	margin-left: 0%;
}

.site-content {
	padding: 0;
}

.site-hearde {
	padding: 0;
}

}

@media screen and (min-width: 44.375em){

.entry-content{
	margin:	0;
}

.site-hearde {
	padding: 0;
}

}

@media screen and (max-width: 768px){

li {
	float: left;
	max-width: 48%;
	margin: 1% .5% 0%;
}

}

@media screen and (max-width: 750px){

li {
	float: left;
	max-width: 99%;
	margin: 1% .5% 0%;
}

}