body {
  background-color: #FFF;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
}

h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  color: #000;
}

a:link {
  color: #CC0000;
  text-decoration: none;
}

a:visited {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  color: #CC0000;
  text-decoration: none;
}

a:active {
  color: #CC0000;
  text-decoration: none;
} 

div.gallery {
  border: 0px solid #FFF;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}