* {

    font-family: 'Droid Sans', sans-serif;

}

body {

    min-height: 2000px;

    background: rgba(21,68,116,1);

    background: -moz-linear-gradient(top, rgba(21,68,116,1) 0%, rgba(72,163,165,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,68,116,1)), color-stop(100%, rgba(72,163,165,1)));

    background: -webkit-linear-gradient(top, rgba(21,68,116,1) 0%, rgba(72,163,165,1) 100%);

    background: -o-linear-gradient(top, rgba(21,68,116,1) 0%, rgba(72,163,165,1) 100%);

    background: -ms-linear-gradient(top, rgba(21,68,116,1) 0%, rgba(72,163,165,1) 100%);

    background: linear-gradient(to bottom, rgba(21,68,116,1) 0%, rgba(72,163,165,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154474', endColorstr='#48a3a5', GradientType=0 );

    color: #555;

}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {

    display: block;

}
.banner {
	background: url(/img/banner.png) center center no-repeat;
	background-size: cover;
}