* {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 200;
}

#container {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}

.gallery {
  margin-left: 10px;
}

figure {
  margin: 0;
  line-height: 0;
  width: calc(33.333333333% - 10px);
}

header {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  width: calc(100% - 20px);
  /* border-bottom: 1px solid #DDD; */
}

.info {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3;
}

.logo {
  width: 120px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
