@charset "utf-8";
/* CSS Document */
a {
  color: #0A00FF;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #940000;
  text-decoration: none;
  font-weight: 700;
}
#footer a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 700;
}
#footer a:hover {
  color: #00C3FF;
  text-decoration: none;
  font-weight: 700;
}
#header-contact {
  color: white;
}
#header-contact a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 700;
}
#header-contact a:hover {
  color: #00C3FF;
  text-decoration: none;
  font-weight: 700;
}
#about {
  background-color: #F8F2EB;
  background-image: url("../img/paper_bg_002.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-attachment: fixed;
}
#features {
  background-color: #F8F2EB;
  background-image: url('../img/paper_bg_002.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-attachment: fixed;
}
#contact {
  background-color: #F8F2EB;
  background-image: url('../img/paper_bg_002.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-attachment: fixed;
}
.contact .info {
/*  background: #F8F2EB;*/
	background-color: transparent !important;
}
.form-wrapper {
  background-color: #F8F2EB; /* light gray */
  padding: 4px;            /* so the content isn’t flush with the edges */
  border-radius: 4px;       /* optional rounded corners */
}