.bg-primary {
    background-color: #CCCC99 !important;
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../images/cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 280px;
    margin: auto auto 1rem;
}
