/* TYPOGRAPHY */

body {
  font-family: 'Raleway', sans-serif;
}
nav.main, nav.top, table thead th, blockquote, #logo.no-image, nav.tabs, .link.text-uppercase, .breadcrumb-trail, nav.sub, .apc.pod-windows .item .link {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
.font-bitter {
  font-family: 'Bitter', serif;
}

.font-raleway,
.btn {
  font-family: 'Raleway', sans-serif;
}

.btn {
	font-weight: 500;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.heading {
  font-family: 'Bitter', serif;
  font-weight: 500;
}

.uppercase { text-transform:uppercase;}
.rightTextComponent h3 {margin-top:0;}