html {
	font-size: 14px;
	position: relative;
	min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
	margin-bottom: 60px;
}

.card {
	margin-bottom: 1.5em;
}
