*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
.sidebar-navigation-layout,
main,
nav {
  height: 100%;
}

body {
  background-color: white;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

header {
  background-color: white;
}

h1,
h2,
p {
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.5rem;
}

.header-item {
  height: 2.5rem;
}

.title {
  margin: 0.1rem 0 0 3.5rem;
}

.breadcrumb {
  margin: 0.4rem 0 0 2rem;
  font-style: italic;
  text-decoration: underline;
}

.breadcrumb a::after {
  display: inline-block;
  content: '/';
  padding: 0 0.5rem;
  font-style: unset;
  text-decoration: none;
}

.breadcrumb a:last-child::after {
  content: '';
}

header {
  padding: 0 1rem;
  border-bottom: 1px solid #c9c9c9;
}

.header-right {
  font-size: 1.75rem;
}

.header-right * {
  margin-left: 0.3rem;
}

a,
a:visited,
a:active {
  color: black;
  text-decoration: none;
}

nav {
  background-color: #eaeaea;
  width: 16.3rem;
  border-right: 1px solid #c9c9c9;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.active > a > span {
  font-weight: bold;
}

.menu-item {
  height: 3rem;
  padding: 0 1rem;
}

.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-item i {
  display: inline-block;
  font-size: 1.5rem;
  width: 2.5rem;
}

.menu-item span {
  display: inline-block;
}

nav .seperator {
  height: 1px;
  margin: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

main {
  background-color: #f5f5f5;
}

section {
  margin: 2rem;
}

.tile {
  background-color: white;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.132),
    0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
  max-width: 24%;
  margin-bottom: 1%;
}

.tile img {
  width: 100%;
}
