/*  
Theme Name: Edumonde
Theme URI: http://www.edumonde.nl
Description: A developed theme for Wordpress.
Author: Kim O'Prinsen
Author URI: https://www.youareonline.nl
Version: 1.0
Tags: You Are Online.
This theme is copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
*/

@media only screen and (max-width: 1100px) {
	
#logo {
top: 20px;
left: 50px;
}
}

@media only screen and (max-width: 1000px) {
	
h1 {
font-size: 160%;
}

p {
font-size: 100%;
}
	
#header, #access, #bottombar {
width: auto;
}
	
#logo {
position: relative;
}
	
#container {
width: 100%;
}
	
#access ul {
width: 90%;
padding: 0 0 0 50px;
}
	
#widgets_left_top, #widgets_left {
width: 25%;
}
	
#widgets_left {
top: 0;
}
	
#content, #image_page {
width: 60%;
}
	
#image_page img {
width: 100%;
}

#footer_info, #images_right {
display: none;
}
}

@media only screen and (max-width: 750px) {
	
#access-wrapper, #widgets_left_top, #widgets_right {
display: none;
}
	
#masthead {
border-bottom: 5px solid #941681;
}
	
#logo {
top: 0;
left: 0;
}
	
#content {
left: 5%;
width: 90%;		
}

#widgets_left {
left: 5%;
}
	
#image_page {
display: none;
}
}