/*
Theme Name: Huell (whiteboard)
Theme URI: http://whitebaordframework.com/
Author: Rory Reiff / Chapman University
Author URI: http://boldperspective.com/
Description: Child Theme 
Template: whiteboard
Version: 0.3

If the Child Theme is used, this stylesheet will override the stylesheet within the Whiteboard Framework parent theme.
*/

body.page #content,
body.page #sidebar  { margin-top:0 !important; }

@media only screen and (max-width: 1029px) and (min-width: 768px) {
	div.container { margin-top:150px !important;}
}

@media only screen and (max-width: 767px) {
	body.page .container { top: 30px !important; }
	body.page .flex-container { height:auto !important; }
}


@media only screen and (min-width:1030px) {
	body.page #content,
	body.page #sidebar  { margin-top:30px !important; }
}

/* Put styles here for schedule page */

.page #content h1 { font-size:36px !important; } /* Will target all Pages */

.page-id-4828 #content h1 { color:black !important; } /* Will target only schedule page */

/* End schedule page styles */