.jumbotron{
	background-image: url(img/slider1.jpg);
	background-size: cover;
	height: 700px;
	text-align: center;
	margin-top: -100px;
}

.jumbotron .display-4{
	color: white;
	margin-top: 200px;
}

.jumbotron span{
	color: white;
	margin-top: 15px;
	font-weight: bold;
	font-size: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	border-radius: 5px;
	background-color: skyblue;
	color: white;
}

.jumbotron p{
	margin-top: 20px;
	color: white;
}

.jumbotron .btn{
	/*background-color: green;*/
	border-radius: 25px;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
}