/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


.jumbotron {
	background: url(../img/gwi-header.jpg) center bottom no-repeat;
	background-size: cover;
	color: #FFFFFF;
}

.jumbotron h1 {
	color: #FFFFFF;
	text-shadow: 0 0 4px #333333;
}

.menu-bottom .nav-tabs {
	background: rgba(255,255,255,0.4);
}