@import url(https://fonts.googleapis.com/css?family=Open+Sans:300|Tangerine);

.projectLogo {
  margin-top: 100px;
}
.projectLogo img {
  vertical-align: middle;
  border: none;  /* resets IE def border*/
}
.projectLogo a {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #63666a;
  line-height: 1.375;
  text-decoration: none;
}
.tangerine {
  font-family: 'Tangerine', serif;
  font-size: 36px;
  text-shadow: 4px 4px 4px #aaa;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height:40px;
}

.devsite-landing-row-item-custom-image {
  background-color: inherit !important;
}
.devsite-landing-row-item-custom-image-icon-wrapper > * {
  width: 100%;
  height: auto;
}
.devsite-landing-row-item-custom-image-icon {
  display: block;
  width: 100% !important;
  max-height: none !important;
}
