/****** PLACE YOUR CUSTOM STYLES HERE ******/
#instafeed {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#instafeed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 50%;
  background: black;
}
@media only screen and (min-width: 580px) {
  #instafeed a {
    width:  16.6666666667%;
  }
}
#instafeed a img {
  display: block;
  width: 100%;
}

.menu li * i { font-size: 12px; font-weight: bold; margin-right: 4px; }

@media only screen and (min-width: 991px) {
.menu li * i { color: #fff; }
}

section.cover h1 {
  font-family: 'Libre Baskerville', serif; font-size: 68px;
}

@media all and (max-width: 767px) {
  section.cover h1 {
    font-family: 'Libre Baskerville', serif; font-size: 48px;
  }
  .cover.fullscreen .container {
    top: 20px;
  }
  .play-button.large {
    height: 60px;
    width: 60px;
    margin: -20px;
  }
  .play-button.large:before {
    border-width: 10px 0 10px 15.5px;
    margin-top: -11px;
    margin-left: -6px;
  }

}
