body {
  padding: 0px;
  margin: 0px;
}

#header {
  color: #000;
}

.shadowed {
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.29);
}

#footer {
  color: #fff;
  min-height: 350px;
  padding: 20px;
}

#content {
  color: #111;
  min-height: 350px;
  padding-top: 10px;
}

html {
  font-size: 14px;
}

#top-menu {
  height: 47px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}

.top-menu-icon {
  font-size: 1.3rem;
}

#logo {
  height: 70px;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: #d90000;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}