
.fuckenbrainlet1 {
  margin-top: 25%;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 150%;
  display: block;
  color: #fff;
}

.fuckenbrainlet2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 100%;
	
}

.fuckenbrainlet3 {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 130%;
  font-weight: 200;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

.boxes {
  display: block;
  width: 22%;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 1.5%;
  cursor: pointer;
}
@media only screen and (max-width: 1356px) {
.boxes {
  display: block;
  width: 47%;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 1.5%;
  cursor: pointer;
}
}
@media only screen and (max-width: 923px) {
.boxes {
  display: block;
  width: 97%;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 1.5%;
  cursor: pointer;
}
}

.da-image {
  min-height: 100%;
  width: 100%;
}

.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.container {
  width: 100%;
  display: block;
  margin: auto;
}