/*! Background */

body {
  color: #888;
  background-color: #000;
}

/*! Follow links */

.follow a {
  color: #689;
  text-decoration: none;
}
.follow a:hover, .follow a:focus {
  color: #cef;
  text-decoration: none;
}

/*! Main container */

.wrap {
  color: #888;
  background-color: #000;
}

blockquote {
	color: #888;
	padding:0 2.5rem 0 2.5rem;
	border: none;
}

/*! Links */

a {
  color: #689;
  text-decoration: none;
}
a:hover, a:focus {
  color: #cef;
  text-decoration: none;
}

/*! Menu colors */

#menu {
  color: #689;
  font-weight: bold;
}
#menu a {
  color: #689;
  text-decoration: none;
}
#menu a:hover, #menu a:focus {
  color: #cef;
  text-decoration: none;
}

/*! Mobile menu widget */

#menu-widget {
  color: #fff;
  background-color: #222;
}
#menu-widget a {
  color: #fff;
  text-decoration: none;
}
#menu-widget a#menu-tap {
  color: #444;
  text-decoration: none;
}

#menu-widget ul {
  font-weight: bold;
}

#menu-widget ul a {
  color: #689;
  text-decoration: none;
}

#menu-widget ul a:hover, #menu-widget ul a:focus {
  color: #cef;
  text-decoration: none;
}

h2 {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6{
	color:#fff;


/*! Footer colors */

#site-foot {
  color: #000;
}
#site-foot a {
  color: #689;
  text-decoration: none;
}
#site-foot a:hover, #site-foot a:focus {
  color: #cef;
  text-decoration: none;
}
