.main-bg {
    background: url("../img/AdobeStock_38881420-web.jpeg") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.overlay {
    background-color: #b79257; /* MSU athletic gold */
}

.masthead .masthead-bg {
    background-color: rgba(0, 63, 127, .8); /* MSU web blue */
}

.distribute-evenly {
    width: 100%;
}

.btn-secondary {
    background-color: #f7941e; /* MSU web orange */
    border-color: #f7941e; /* MSU web orange */
}

@media (min-width: 768px) {
    .masthead {
        width: 45rem;
    }
    .masthead .masthead-content {
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        align-content: space-evenly;
    }
}

@media (pointer: coarse) and (hover: none) {
    body {
      background-image: url("../img/AdobeStock_38881420-web.jpeg");
    }
  }
  