/* line 1, ../scss/style.scss */
body {
  background-color: #f1f1f1;
}

/* line 5, ../scss/style.scss */
.full-width {
  min-width: 100%;
}


/* line 9, ../scss/style.scss */
header {
  background: #666;
  min-height: 175px;
}
/* line 12, ../scss/style.scss */
header h1 {
  color:#666;
  padding-left: 10px;

  font-size:400%;
}

header h2 {
  color:#666;
  padding-left: 10px;

  font-size:200%;
}

header h3 {
  color:#666;
  padding-top: 30px;
  padding-left: 10px;

  font-size:150%;
}
header h4 {
  color:#666;
  padding-left: 10px;

  font-size:120%;
}


/* line 27, ../scss/style.scss */

.main-section {
  padding: 30px 0 25px 0;
}

.main-section {
	background-color: #ffffff !important;
}

/* line 31, ../scss/style.scss */
footer {
  background-color: #CCC;
  padding: 50px 0 40px 0;

}
/* line 34, ../scss/style.scss */
footer h4, footer p {
  color: #000;
}

/* line 39, ../scss/style.scss */
.copyright-section {
  background-color: #fff;
  color:#999;
  padding: 25px 0 0 0;
  border-top: solid #CCC 1px;

}

.copyright-section p
{
	font-size:80%;
}

	/*  background: url("../images/*.png")   */
