html {
	font-size: 13px;
}

.mb {
	margin-bottom: 20px;
}

/* overwrite bluma cause we dont need a burger */
.navbar {
	align-items: stretch;
	display: flex;
}
.navbar-end {
  justify-content: flex-end;
  margin-left: auto;
}