body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", san-serif;
  color: #777;
}

.activities-bg1 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/Sidd_Saran_EMT.jpg");
  min-height: 100%;
  background-position-y: 10%;
}

.row {
  margin: 8px -16px;
}

.row, .row > .column {
  padding: 8px;
}

.flex-column {
  float: left;
  width: 33%;
}

