

.width-25 {
	width: 25%;
}

.jumbotron {
  background-image: linear-gradient(to top left, #ffffff, #7193e1) !important;
}


@media screen and (max-width: 414px) {
	.hidden-md {
		display: none;
	}
	.width-25 {
		width: 100vw;
	}
	.logo {
		width: 50%;
		text-align: center;
		
	}
}