.container img{
	height:150px;
	margin-right:30px;
}

.container p{
	width:800px;
	padding-bottom:25px;
}


/* ============================================================
  SECTIONS (PARALLAX TEMPLATE)
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p {
  margin-bottom: 40px;
  font-size: 16px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  background-color:#fff;
  font-size:12px;
}
section.module.parallax {
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax-1 {
  background-image:url(../images/Portfolio/Works/Lego/lego_exterior.jpg)
}
section.module.parallax-2 {
  background-image:url(../images/Portfolio/Works/Lego/lego_interior.jpg);
}

@media all and (min-width: 600px) {
  section.module p {
    font-size: 20px;
  }
}

@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
