@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #444;
  
}

a {
  color: #272d2d;
  text-decoration: none;
}

a:visited {
  color: #828282;
  text-decoration: none;
}
 
/*
 * Create dark grey header with a white logo
 */
  
header {
  /* background-color: #373F51; */
  /* background-color: #A44A3F; */
  height: 2.8em;
  width: 840px;
  opacity: .9;
  margin: 0 auto;
  color: #000;
  border-bottom: solid;
}
 
header h1.logo {
  margin: .3em 0em 0em 1.5em;
  font-size: 1.7em;
  text-transform: uppercase;
  float: left;
}
 
header h1.logo:hover {
  color: #000;
  text-decoration: none;
}

header h1.logo a {
  color: #000;
  text-decoration: none;
}
 
/*
 * Center the body content
 */
  
.container {
  width: 840px;
  margin: 0 auto;
  /* background-color: #CECECE; */
}

footer {
  width: 840px;
  margin: 0 auto;
  border-top: solid;
  padding-bottom: 3em;
  margin-top: -2em;
}
 
div.jumbo {
  padding: 0px 0 30px 0;
  /* background-color: #eeeeee; */
  margin: 1em 0em 1em 0em;
}
 
h2 {
  font-size: 3em;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -2px;
}
 
h3 {
  font-size: 1.7em;
  /* font-weight: 100; */
  margin-top: 1em;
  text-align: center;
  letter-spacing: -1px;
  color: #272d2d;
}


/*
 * Display navigation links inline
 */

 p {
  line-height: 95%;
 }
 
.menu {
  float: right;
  margin: 1.25em 0em 0em 2em;
}
 
.menu li {
  display: inline;
}
 
.menu li + li {
  margin-left: 20px;
}

#search_form {
  display: inline;
}

#search_field {
  width: 10em;
}

.sort a:visited {
  color: #272d2d;
}
 
.menu li a {
  color: #000;
  text-decoration: none;
}

#stories {
  padding: 0em 3em 0em 3em;
}

.story_details {
  color: #828282;
  font-size: .75em;
}

.story_details a {
  color: #828282;
}

#title {
  display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
  display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  width: 100%;
  height: 5em;
  margin-top: -1em;
}

#title_header {
  text-align: center;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}

#back_button {
  margin: 0.5em 0em 0em 2em;
}

#back_button a:visited {
  color: #272d2d;
}

#forward_button {
  margin: 0.5em 2em 0em 0em;
}

#forward_button a:visited {
  color: #272d2d;
}

#sort {
  padding: 0em 3em 0.1em 3em;
}

.domain {
  font-size: 0.7em;
}

@media (prefers-color-scheme: dark) {

  body {
    background-color: #222;
    color: #ddd;
  }

  header {
    color: #ddd;
  }

  header h1.logo a {
    color: #ddd;
  }

  h3 {
    color: #ddd;
  }

  .menu li a {
    color: #ddd;
  }

  a {
    color: #ddd;
  }

  footer {
    color: #ddd;
  }
}
