body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-image:url(../image_file.jpg);
  background-position:center;
}
.jumbotron h1,
.jumbotron .h1 {
	color: #FFF;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  color: #FFF;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top:20px;
}

.carousel-caption h1 {
	font-size:60px;
}

.carousel-caption p {
	font-size:20px;
}

.slide1 {
	background-image: url('image_1.jpg');
	height:600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
}

.slide2 {
	background-image: url('image_2.jpg');
	height:600px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover; 
}

.slide3 {
	background-image: url('image_3.jpg');
	height:600px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover; 
}

/*
.thumbnail {
	padding-top:30px; 
	margin:0px;
	width:230px;
}
*/