/* --- sicky footer -------------------------------------------------------- */

html,
body {
    height: 100%;
}
 
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -6em;
}
#push,
#footer {
    height: 6em;
}

/* --- typography ---------------------------------------------------------- */

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

body {
  font-family: 'Raleway', sans-serif;
}

.navbar a,
.page-header h1 {
	text-transform: capitalize;
}