/*
Template Name: eatris database
Description: Template for eatris database project
Author: Arjen Geerlof
Version: 1.0
Template: twentysixteen
*/
@import url("../twentysixteen/style.css");

.site-header {
	display: none;
}


@media screen and (min-width: 61.5625em) {
	.site-header {
		display: none;
	}	
}

.entry-content {
	margin:0;
}

.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;
	}

.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

/*app styles */
#app-block {margin-top:20px 0 0 0; padding: 30px; background-color: #f8f9fa;}
#app-block ul {list-style-type: none; text-decoration: none !important;}

#app-block a, a:active {background-color: #f8f9fa; text-decoration: none !important;}
#app-block a:hover {background-color: #eee;}


button#btn1 {background: #00b4b4;}