@import url('https://fonts.googleapis.com/css?family=Raleway');

html {
  position: relative;
  min-height: 100%;
}

body > .container {
  padding: 60px 15px 0;
  font-family: 'Raleway', 'sans-serif';
}

.footer {
	padding-top:30px;
	margin-top:30px;
	display:block;
	width:100%;
	background-color: #f5f5f5;
	height:150px;
}

code {
  font-size: 80%;
}

.text-primary {
	color:#337ab7 !important;
}