/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background:#fff;
      text-align: center;
      -webkit-transition: opacity 400ms;
      -moz-transition: opacity 400ms;
      transition: opacity 400ms;
}

body .header{
  color: #000;
}
html {
min-height: 100%;
    }
body {
  padding: 0;
  position: relative;
  margin: 0;
  min-height: 100%;
}
.main  {
  margin: 25px auto;
  max-width: 980px;
}
.main p {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: 100;
}

.nav-top a {
  color: #000;
}

/* ALL DEMO */
.list-item h3 {
  margin: 0;
}
.list-item {
  margin-bottom: 10px;
}

.zoom-images {
  width: 25%;
  height: 150px;
  margin: 2%;
  display: block;
  position: relative;
  float: left;
  width: 26%;
  height: 215px;
}

.zoom-images .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.zoom-images .info h1 {
  font-weight: bold;
  color: white;
  font-size: 20px;
  margin: 55px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.zoom-images .info h1 a {
 color: #fff; 
}
.zoom-images .info h2 {
  margin-top: 0;
  color: white;
  font-size: 14px;
  font-family: georgia;
  font-style: italic;
}

.zoom-group {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.zoom-group .zoom-images:first-child {
  width: 66%;
  height: 469px;
}
.zoom-group .zoom-images:first-child h1 {
  margin-top: 190px;
  font-size: 30px;
}
