/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

#headerContainer{
	background-color: #c2eff5;
}
body #header{
	margin: 0 auto;
	position: relative;
	background-size: 1600px auto;
	max-width: 1600px;
	background-color: #c2eff5;
}
#fadeLeft {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 123px;
    background: linear-gradient(to right, rgba(194,239,245,1) 0%, rgba(194,239,245,0) 100%);
    z-index: 1000;
}


#fadeRight {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 123px;
    background: linear-gradient(to left, rgba(194,239,245,1) 0%, rgba(194,239,245,0) 100%);
    z-index: 1000;
}

@media (max-width: 1600px) {
	#fadeLeft, #fadeRight{
		display: none;
	}
}
body.home #header{
    max-width: 100%;
    background-size: cover;
}
body.home #fadeRight, body.home #fadeLeft{
    display: none;
}