/*
Theme Name: index
Theme URI: http://htmltowordpress.io/
Author: htmltowordpress.io
Author URI: http://htmltowordpress.io/
Description: Created with the simple HTML to WordPress development tool: http://htmltowordpress.io/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: index

The files located inside the html2wp folder (excluding the html2wp/vendor folder) and other files that are part of the
Simple WordPress Starter Theme (https://github.com/html2wp/simple-wp-starter-theme) are licensed under the GPLv2+.

Ownership of any other files and their copyrights belong to their respective authors.
*/

@media all and (min-width:730px){
	.debrugbody
	{
	   background: -webkit-linear-gradient(0deg, #17A1AB 40%, #FFFFFF 40%) !important;
	   background: -moz-linear-gradient(0deg, #17A1AB 40%, #FFFFFF 40%) !important;
	}
	#page
	{
		background: white url(/wp-content/themes/debrug/images/page.jpeg) repeat-y !important;
	}
	#block-block-4
	{
		background: none !important;
	}
}

.menuleaf
{
	background: #8CA9B9 !important;
}