body {
	background: url(../img/background-01-1920x900.jpg);
	background-size: cover!important;
}

.jumbotron {
	background: transparent!important;
}

.text-muted {
	background: #000548!important;
}

:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

@media (max-width: 768px) {
  .pt-5, .py-5 {
    padding-top: 1rem!important;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.bg-dark {
	background-color: #303694!important;
}

.card {
	padding: 10px;
}

@media (min-width: 768px) {
	.jumbotron {
		padding: 30px 0;
	}
}