/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

body {
  font-size: 1em;
  background-image: url('/img/broken_noise.png');
  font-family: 'Lato', sans-serif;
  color: #ccc;
}

a {
  color:#59a5e5;
  text-decoration:none;
}

a:hover {
  color: #2180d1;
  text-decoration: none;
}

ul {
  padding: 0;
}

hr {
  color: #414141;
}

textarea {
  resize: both;
  width: auto;
}

nav p {
  margin: 0;
}

.color-link {
  color:#59a5e5 !important;
}

.color-link:hover {
  color: #2180d1 !important;
}

.color-ccc {
  color: #ccc;
}

.color-ccc:hover {
  color: #ccc;
}

.color-fa0 {
  color: #fa0;
}

.bg-color-333 {
  background-color: #333;
}

.navbar a:hover {
  color: #59a5e5;
}
