body {
  xpadding-top: 50px;
  background: url(../images/bg_home3.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.jumbotron {
	width: 35%;
	margin: 40px;
	padding: 20px;
	border-radius: 16px;
	float: right;
	background-color: rgba(255, 255, 255, 0);
	color: white;
}

.container h1{
	font-size: 1.4em;
}

.container p{
	font-size: 1em;
}

.container img {
	width: 140px;
}

.btn {
	font-size: 0.9em;
	padding: 1px 4px;
}