/* GENERAL BRANDING - app/css/brand.css */

/* NOTE: Any edits here must also be matched against galaxy-server web/src/main/resources/cssTemplate/generalBrandingCssTemplate.css */

/* BACKGROUND COLOR AND IMAGE*/
body { 
	background: #D4D5D6 url('/img/bg/bg.png');
}

/* BACKGROUND OVERLAY */
#contentWrap { 
/*
	* overlay is toggled between black and white depending on the users selection
	* /img/overlay-black.png
	* /img/overlay-white.png
*/
	background: url(/img/bg/overlay-white.png);
}

/* LOGO */
#brand-logo {
	background-image: url(/img/logo.png);
    background-position: center left;
    background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 200px;
}

/* LANDING PAGE IMAGE */
div #home-splash-img {
	background: no-repeat url(/img/home/splash.jpg) 50% 0;
}

/* CHALLENGE HEADER IMAGE */
div.ch-banner {
    background: no-repeat url(/img/challenges/banner.jpg) 50% 0;
}

.brand-primary-color-bg {
	background-color: #ba0404;
}
