/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron {
    background-image: url("../img/pexels-photo-38196.jpeg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    border-radius: 0;
}

#jumboText {
    color: white;
    padding: 2vh;
    background-color: rgba(52, 58, 64, 0.75);
    text-align: center;
    border-radius: 20px;
    min-width: fit-content;
}

h1 {
  font-family: 'Major Mono Display', monospace;
}
