﻿a, a:hover {
  text-decoration: none;
}

.navbar-header {
  max-width: 225px;
}
.navbar-header img {
  max-width: 100%;
}

i.material-icons, i.material-icons-outlined {
  vertical-align: middle;
}

.footer-column {
  margin-bottom: 20px;
}

#page {
  overflow: auto;
  padding-bottom: 15px;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

#page {
  flex: 1 0 auto;
  width: 100%;
}

footer {
  flex-shrink: 0;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-prev i, .carousel-control-next i {
  font-size: 80px;
  color: black;
}

.nav-link, .nav-link:hover, .nav-link:active {
  color: var(--accent);
}
