.jumbotron-fluid{
	margin-top: 10px;
}
.container div{
	border-radius: 20px;
}
.jumbotron {
     padding: 0; 
     background-color: #80aef7;
}
.mt-0{
	font-size: 30px;
}
   @media screen and (max-device-width: 760px) {
		.mr-3{
			display: none;
		}
		.ml-3{
			display: none;
		}
   }
   @media screen and (max-device-width: 760px) {
		.col-9{
			width: 100%;
		}
		.ml-3{
			width: 100%;
		}
   }
.bg-blue{
	background-color: #94baf7 !important;
	color: #000;
}
.bg-blue:hover{
	color: #282828;
}
.bg-blue:active{
	color: #000;
}