/*

Skin: Vivid
Colors: Bright Yellow, White

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

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

body {
  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
  background: url(../../img/patterns/diagonal-noise.png) repeat;
}

.ribbon3 em,
.ribbon2 em,
.ribbon em {
  font-weight: 700;
  line-height: 17px;
}

.portfolio h2,
.section-title,
.row-inversed {
  background: #F9D423;  /* Primary Color */
  color: #111
}

.row-inversed .section-title {
  background: #fff;
}

.wrap-header h1 {
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #333840
}

.wrap-header p {
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
}

.section-title, .portfolio h2 {
  letter-spacing: 0.03em;
}

a {
  color: #1B66CC;
}

a:hover {
  color: #177aff !important;
  text-decoration: none;
}

.row-inversed .info td a,
.row-inversed .info td {
  color: #333 !important;
}

.row-icon a:hover,
.row-inversed .info td a:hover {
  color: #111 !important;
}

.row-icon {
  color: #666;
  background: #FBE57B;
}

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

.row-profile {
  border-top: 0 none;
}

.row-inversed .profile-pic {
  border: 1px dashed #fff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  background: none;
  background: rgba(255, 255, 255, 0.4);
}

.row-icon {
  border-top: 1px dashed #fff;
  background: rgb(250,220,77); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(250,220,77,1) 0%, rgba(249,212,35,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,220,77,1)), color-stop(100%,rgba(249,212,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,220,77,1) 0%,rgba(249,212,35,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,220,77,1) 0%,rgba(249,212,35,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,220,77,1) 0%,rgba(249,212,35,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(250,220,77,1) 0%,rgba(249,212,35,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadc4d', endColorstr='#f9d423',GradientType=0 ); /* IE6-9 */
}

.wrap-footer {
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/* Other adjustments --------------------------- */

::-moz-selection {
  background: #F9D423;
  color: #111;
  text-shadow: none;
}

::selection {
  background: #F9D423;
  color: #111;
  text-shadow: none;
}

.row-inversed ::-moz-selection {
  background: #111;
  color: #F9D423;
  text-shadow: none;
}

.row-inversed ::selection {
  background: #111;
  color: #F9D423;
  text-shadow: none;
}