
.fuckenbrainlet1 {
margin-top: 25%;
font-family: "Zilla Slab", serif;
text-align: center;
font-size: 20px;
display: block;
color: #fff;
}

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

.fuckenbrainlet3 {
font-family: "Roboto Condensed", sans-serif;
text-align: center;
font-size: 16px;
font-weight: 800;
}




.h1 {
font-family: "Zilla Slab", serif;
font-size: 30px;
text-align: center;
color: #0b59a4;
width: 100%;
line-height: 120%;
margin-left: 0px;
margin-top: 25px;
display: inline;
float: left;
margin-bottom: 0;
text-shadow: 1px 1px 1px #000;
font-weight: 800;		
}
.h2 {
font-family: "Roboto Condensed", sans-serif;
font-size: 18px;
text-align: center;
color: #b9babe;
width: 100%;
line-height: 120%;
margin-left: 0px;
margin-top: 5px;
display: inline;
float: left;
margin-bottom: 15px;
text-shadow: 1px 1px 1px #000;
font-weight: 800;	
letter-spacing: 0px;
text-transform: uppercase;
}


.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;
}