.my-navbar-brand{float:left;height:32px;padding:8px;font-size:18px;line-height:20px}

.my-font {
	font-family: 'Sigmar One', cursive;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}