@font-face {
  font-family: "Harabara";
  src: url("harabara/harabara-webfont.eot"); /* IE 5-8 */
  src: local("☺"),
    /* sneakily trick IE */ url("harabara/harabara-webfont.woff") format("woff"),
    /* FF 3.6, Chrome 5, IE9 */ url("harabara/harabara-webfont.ttf")
      format("truetype"),
    /* Opera, Safari */ url("harabara/harabara-webfont.svg#font") format("svg"); /* iOS */
}

body {
  margin-top: 40px;
}

.rowMargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rowSpacer {
  height: 20px;
}

.masthead {
  padding: 40px 0;
  margin: 0;
  color: #fff;
  position: relative;
  text-align: center;
  background: url("../images/woven2_cropped.jpg") repeat;
}

.masthead h1 {
  font-size: 100px;
  line-height: 1.25;
  letter-spacing: -3px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
.masthead p {
  font-size: 40px;
  font-weight: 100;
  line-height: 1.1;
  font-family: Roboto, sans-serif;
  letter-spacing: -2px;
}

.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}

.row {
  font-weight: 200;
  line-height: 1.25;
}

.row h2 {
  font-size: 36px;
  font-weight: 200;
  line-height: 1.25;
  font-family: Harabara, "Helvetica Neue", Arial;
}

.row h3 {
  font-size: 26px;
  font-weight: 200;
  line-height: 1.25;
}

.row h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 1.25;
}
.row p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 1.25;
}

.row .biggerPText p {
  font-size: 18px;
  margin-top: 20px;
}

.solImageOverlay {
  position: relative;
  width: 100%;
}

.solImageOverlay .solI {
  margin: 10px 0px;
  width: 100%;
}

.solImageOverlay p.solP {
  margin: 38px 0px;
  padding: 15px 15px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.3;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

.navbar .brand {
  margin-left: 60px;
  font-weight: 100;
}
.navbar .brand img {
  height: 40px;
}
.navbar .nav.pull-right {
  margin-right: 60px;
  padding: 10px;
}
.navbar li a {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.navbar-inverse .nav .active a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 8px;
  margin: 6px;
  border-radius: 2px;
  color: black;
  font-weight: 200;
}

.navbar-inverse .brand,
.navbar-inverse .nav li a {
  color: #bbb;
}

.solCircle {
  margin: 10px auto;
  padding: 45px 0 0 0;
  font-size: 38px;
  font-weight: 100;
  color: #fff;
  width: 240px;
  height: 195px;
  border-radius: 120px;
  line-height: 50px;
  text-align: center;
  background: url("../images/woven2_cropped.jpg");
  font-family: Roboto, sans-serif;
  letter-spacing: -1px;
}

/* solFoot */
.solFoot {
  float: right;
}

.solFootItem {
  float: left;
  margin: 15px 6px;
  padding: 10px 10px;
  font-size: 14px;
}

.solFootItem a {
  font-size: 14px;
}

.solNugget {
  font-family: 20px;
  font-weight: 200;
  border: 1px dotted #bbb;
  background: white;
  padding: 20px;
}
