.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    max-width: 600px;
    background-color: #eee;
	background-image: url('/logo31.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}
.ft-bg {
    background-color:#eee;
}
.jumbotron {
    background-color: #eee;
    min-height: 120px;
    padding-top: 10px;
}
h1 {
     word-wrap:break-word;
 }