.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of three columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.contact {
    letter-spacing: 1px;
    font-size: x-large;
}

.text-mardigras-green,
.hover-text-mardigras-green:hover {
    color: #06bc40 !important;
}

.text-mardigras-gold,
.hover-text-mardigras-gold:hover {
    color: #ffb619 !important;
}

.text-mardigras-purple,
.hover-text-mardigras-purple:hover {
    color: #600f97 !important;
}

.vd-shows-bg {
  background-color: #181818
}

.vd-border {
  border: 6px solid #cccccc;
}

.vd-month {
  font-size: x-large;
  font-weight: bold;
  color: #600f97;
}

.vd-event {
  font-size: large;
  font-weight: normal;
  color: #ffb619;
  text-indent: -12px;
  margin-left: 10px;
}

.vd-notes {
  font-style: italic;
}
