html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

.footer-group div {
    line-height: 1; /* Tight line spacing */
    margin: 0;
    padding: 0;
}

.footer-group strong {
    display: block;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    /*display: flex;
    flex-direction: column;
    min-height: 100vh;  Full viewport height */
	max-width: 90%;
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex-fill {
    flex: 1; /* Pushes footer to the bottom */
}

ul {
	list-style: circle;
	padding-left: 0;
}

li {
	display: list-item;
	padding: 5px 0px;
}

/* Inline horizontal list */
ul.inline-list {
	list-style: none;
	padding-left: 0;
}

ul.inline-list li {
	display: inline-block;
	padding: 0 10px;
}

.footer-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.footer-group {
    padding: 10px;
}
