body{
	background: url(background.jpg) no-repeat fixed;
   -webkit-background-size: 100% 100%;
   -moz-background-size: 100% 100%;
   -o-background-size: 100% 100%;
   background-size: 100% 100%;
}
.navbar-brand{
	font-weight: bold;
	letter-spacing: 0.2px;
}
.Jumbotron {
    background: url(jumbo.jpg);
    color: #fff;
    background-size: cover;
    min-height: 200px;
}
/*.display-4{
	text-align: center;
}
.lead{
	text-align: center;
}*/
.container-fluid{
	text-align: center;
}
.container{
	background-color:rgba(0,0,0,0.7);
}
.row{
	margin-bottom: 20px;
}
.footer{
	text-align: center;
	background-color:rgba(255,255,255,1);
	padding: 20px;
	color: black;
}
.card{
	margin-bottom: 20px;
}