:root
{
  background-image: url('./../img/blackrock.1280x1024.jpg');
  background-position: center top;
  background-repeat: repeat;
  background-color: #1c1c1c;
  color: #c67f00;
}

a
{
  border-bottom: 1px solid #c67f00;
}

h1, h2, h3, h4, h5, h6
{
  color: #ffd700;
}

body>header
{
  background-image: url('./../img/who.header.dark.1280x256.png');
  background-position: center top;
  background-repeat: no-repeat;
}

#bio
{
  border: 2px solid #ffd700;
  background-color: #444444;
}

.button
{
  border: 1px solid #ffd700;
  background-color: #000000;
  color: #ffd700;
}

main>div.button
{
  background-color: #444444;
}


@media only screen and (max-width: 999px)
{
  :root
  {
    background-image: none;
  }
  
  body
  {
    background-image: none;
  }
  
  body>header
  {
    background-image: none;
  }
  
  a
  {
    border-bottom: 0px;
  }
  
  #bio
  {
    border-left: 0px;
    border-top: 1px solid #ffd700;
    border-right: 0px;
    border-bottom: 1px solid #ffd700;
    background-color: inherit;
  }
}