/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

body {
	/* customize_background */ background-color:#fff; /* customize_background */
    /* customize_body */ font:normal normal 14px ; /* customize_body */
	/* customize_body */ color:#3d3d3d; /* customize_body */
    line-height: 1.6;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: subpixel-antialiased;
}

a {
	text-decoration: none;
	/* customize_link */ color:#333333; /* customize_link */
}
a:hover, li.filter:hover {
	/* customize_link_hover */ color:#00060f; /* customize_link_hover */
}
b {
	font-weight: bold;
}
p {
}
h1, h2, h3, h4, h5, h6 {
	/* customize_heading_color */ color:#1a1a1a; /* customize_heading_color */
}
.navbar-header h1 {
  font-family: 'top_secretregular';
  line-height: 1.6em;
  text-decoration: none;
  font-size: 2.5em;
}
.navbar-header h1 a {
	color: #333333;
	}
h1 {
	font-family: Oswald, Open Sans, Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 40px;
}
h2 {
	font-family: Oswald, Open Sans, Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 20px;
}
h3 {
	font-family: Oswald, Open Sans, Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 18px;
}
h4 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 16px;
}
h5 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 14px;
}
h6 {
	font-family: Oswald, Open Sans, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 12px;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.clear {
	clear: both;
}

/******************************************************************
	Colors
******************************************************************/
.white {
	color: #FFF;
}
.color {
	color: #4b4b4b;
}
.dark-gray {
	color: #4b4b4b;
}
.mid-gray {
	color: #ababab;
}
.light-gray {
	color: #cfcfcf;
}

/* Images -------------------- */
img.pull-left {
	margin:4px 25px 25px 0;
}
img.pull-right {
	margin:4px 0 25px 25px;
}

/* Misc ---------------------- */
.pull-left { float: left; margin-right: 12px; }
.pull-right { float: right; margin-left: 12px; }
.img-responsive {}
.img-rounded {}
.img-thumbnail {}
.img-circle {}
.thumbnail {}

.inner {}

.lead {}

.section-title {}

.btn {}
.btn-primary {}