@import url(fonts/font-roboto.css);

body {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  background-color: #252525;
}

header {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
}

footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

a {
  color: #00e;
  text-decoration: none;
}

.logo-custom {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(105%) contrast(103%);
}

.nav-bigger-text {
  font-size: 45px;
}