/**** This is a recreation of the general look and feel of a previous design by Rumors, http://www.rumors-studio.com. ****/

/**** NOTE(dbp): Overriding existing style *****/

body {
  background-color: #f9f7f6;
  color: #555;
  font-size: 24px;
  line-height: 34px;
}

.header-container {
  background-color: #f9f7f6;
  background-image: none;
}

.header-container .title {
  padding: 10px;
  font-size: 32px;
  text-align: left;
  max-width: 100%;
}

.header-container .title a {
  width: 150px;
  display: block;
  padding-top: 15px;
}

.title a, .title {
  color: #000;
}

.width-container {
  background-color: transparent;
	max-width: 900px;
}

.onecolumn-container {
  background-color: transparent;
  padding: 10px;
}

footer.width-container, .header-container .width-container {
  background-color: transparent;
  background-image: none;
}

.footer-wrap {
  background-color: transparent;
  background-image: none;
}

h3 a, a {
  color: #555;
}
h3 a:hover, a:hover {
  color: #42ab63;
}

/**** NOTE(dbp): New styles *****/
.project {
  border: 5px solid transparent;
  background-color: #fff;
  margin-top: 50px;
}
.project:hover {
  border: 5px solid #42ab63;
}
.project .image {
  float: left;
}
.project .description {
  padding: 24px 0 0;
  margin-left: 250px;
}
.project h2 {
  color: #000;
  font-size: 44px;
  line-height: 45px;
  margin-bottom: 12px;
}
.project h2 a {
  color: #000;
}
.project h2 a:hover {
  color: #42ab63;
}
.project h3 {
    color: #555;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}

#intro-description {
  color: #555;
  font-size: 32px;
  line-height: 45px;
}

#intro-description .black {
  color: #000;
}

.header-container .notification {
  width: 800px;
  margin-top: 10px;
  float: right;
}

#intro .content {
  	margin-top: 50px;
}

a.learn-more {
    background-color: #42ab63;
    border: 2px solid #42ab63;
    color: #fff;
    display: inline-block;
    font-family: "open-sans",sans-serif;
    font-size: 16px;
    padding: 10px 40px;
    text-decoration: none;
  font-weight: 800;
}

a.learn-more:hover {
   background: linear-gradient(to bottom, #42ab63 0%, #32905f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
