/* blckhs.org home page style */

html, body {
  margin: 0px;
  padding: 0px;
  
  background-color: #000000;
  background-image: url("bckgrnd.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}


/* Main logo */
#logo {
  text-align: center;
  margin-top: 12%;
  font-size: 1000%;
}

#logotext, #logotext a {
  color: #000000;
  font-weight: bold;
  font-family: times, serif;
  text-decoration: none;
}
#logotext a:hover {
  color: #c0c0c0; /* lightgray; */
}


/* The bottom copy */
#copy {
  text-align: center;
  margin-top: 20%;
}

#copytext {
  color: #c0c0c0; /* lightgray; */
  font-size: 100%;
  font-family: times, serif;
}


/* The about link */
#question {
  float: right;
  margin-right: 30px;
}

#questiontext, #questiontext a {
  color: #ffffff;
  font-weight: bold;
  font-family: courier, serif;
  text-decoration: none;
}
#questiontext a:hover {
  color: #c0c0c0; /* lightgray; */
}


