header{
  background-color: #990000;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #5c5f68;
  font-size: 15px;
  margin: auto;
}

 a.site-title:active, a.site-title:hover {
  opacity: 1.0;
  /*pointer-events:none;*/
}


/*form.sorting{
  display: none;
}
datalist option[value=title][name=sort_by]  selected: asc;
header, a:active,
header h1 a 
  opacity:1.0;
  filter: alpha(opacity=100);

input {
  font-size: 60px;
  display: block;
}*/

header h1 {
  padding: 0px 0px 0px 0px;
}

nav {
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #5c5f68;
}

a {
  color: black;
}

header nav.open ul.navigation li a{
  color: white;
}

header nav.closed ul.navigation li a{
  color: white;
}

header nav.closed ul.navigation li.active a{
  color: white;
}

body {
  background-color: white;
}

li a{
  color: black;
}

h1 {
  color: #5c5f68;
  margin-left: 20px;
}

h2 {
  color: #000000;
  margin-left: 20px;
}

h3 {
  color: #000000;
  margin-left: 20px;
}

h4 {
  color: #990000;
  margin-left: 20px;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: pink;
}



header nav.closed{
  color: #000000;
}

footer {
   background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #5c5f68;
  font-size: 10px
}

iframe {
  width: 75%;
  display: block;
  text-align: center;
  border-style:none;
  margin: auto;
}