@font-face {
  font-family: 'Jersey 20';
  src: url('fonts/Jersey20-Bold.woff2') format('woff2');
  font-weight: bold;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: 'Jersey 20', sans-serif;
  background-color: rgb(0, 0, 0);
}

p {
  font-size: 1.4rem;
  line-height: 1.15;
  color: rgba(222, 226, 230, 0.9);
  margin-bottom: 0.8rem;
}

.outer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem;
}

.container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

.content-wrapper {
  margin: auto;
  max-width: 1250px;
  width: 100%;
  padding: 3.5rem 5rem;
  border-radius: 1rem;
  background-color: rgb(0, 5, 10);
  border: solid 1px #062341;
  box-shadow: 0 0 52px 2px #0b3863;
}

h1.display-4 {
  margin-bottom: -0.8rem;
  font-family: "Jersey 10";
  font-size: 7rem;
  color: white;
}

.lead {
  font-family: 'Jersey 10', sans-serif;
  font-size: min(2rem, 6.5vw);
}

.lead-para {
  font-size: 1.5rem;
}

h4 {
  color: white;
  font-size: 1.6em;
}

.email {
  color: white;
}

@media (width < 768px) {
  .content-wrapper {
    padding: 2.5rem 4rem;
    border-radius: 0;
    border: none;
    box-shadow: inset 0 3px 60px 0px #0b3863 !important;
  }

  .container {
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: rgb(0, 5, 10) !important;
  }

  .outer-wrapper {
    padding: 0;
  }
}
