html, body {
  margin: 0;
  padding: 0;
  left: 0;
	background: #444;
}

.container {
  max-width: 980px;
  margin: 0 auto;
}



/* Banner */

.banner {
    padding-top: 20px;
    min-height: 650px;
    background: #fff;
}

/* heading */
.heading {
	padding: 10px 0px;
	margin-bottom: 30px;
}
.heading h3 {
	margin:0;
	color: #333;
	font-size: 50px;
}
.heading h4 {
	color: #aaa;
	font-size: 20px;
}

/* image properties */
.big-pic img {
	width: 107%;
	height: 250px;
}
.small-pic img {
	height: 125px;
	padding-bottom: 1px;
}
#a {
	width: 42%;
}
#b {
	width: 50%;
}
#c {
	width: 37%;
}
#d {
	width: 55%;
}

/*content */
.content {
	margin-top: 30px;
	text-align: left;
}
.content h4 {
	color: #444;
	font-size: 18px;
}
.content p {
	color: #888;
	font-size: 15px;
}

/* ---------------------- */

/* Media Queries */
@media (max-width: 980px) {
  .big-pic img {
  	width: 92.5%;
  }
  .content h4 {

  	padding: 10px 0 5px;
  }
  .content p {

  	padding: 5px 0 10px;
  }
}
