/* Various customisations to the default Bootstrap styles to taylor them to our needs */
/* combined with a few useful extras like layout tables */

.jumbotron{
	background: linear-gradient(to bottom, #ffffff 1%,#ededed 100%);
	border-bottom: 3px solid #3999d1;
}

a.logo
{
	display: inline-block;
	width: 128px;
    height: 128px;
    float: left;
}

div.logo-banner p.lead
{
	display: inline-block;
	padding-left: 10px;
}

div.logo-banner h2.lead
{
    display: inline-block;
    padding-left: 10px;
    margin-top: 0px;
    font-size: 30px;
}

