/*

Skin: Solid
Colors: Red, White, Grey

*/

@import url(http://fonts.googleapis.com/css?family=Poly:400,400italic);

/*-------------------------------------------------------------------
  Usually changes global style: colors, backgrounds, fonts, etc.
-------------------------------------------------------------------*/

body {
  background: url(../../img/patterns/whitey.png) repeat;
}

body {
  font-family: 'Poly', 'Times New Roman', times, serif;
}

.section-title,
.portfolio h2 {
  background: #B6090B; /* Primary color */
  color: #fff;
}

.wrap-header p {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.row {
  border-top: 1px solid #eaeaea;
}

.row-inversed {
  background: #eaeaea;
  border-top: 0 none;
}

.row-profile {
  box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
}

.row-icon {
  border-top: 1px solid #fff;
}

a:hover {
  color: #B6090B !important;
}

.row-inversed a:hover {
  color: #222 !important;
}

.row-inversed .profile-pic {
  border: 0 none;
}

.info th {
  color: #333;
}

.info td,
.info td a {
  color: #666;
}