body {
  background-image: linear-gradient(#000, #000, #140c15, #432847);
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  color: white;
}


.header {
  width:100%;
	margin-top: 20px;
	margin-bottom: 35px;
	position: relative;
}

.navbar {

    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
}


.navbar a {
  background-color: #000000;
  color: white;
  font-family: "Times New Roman", Times, serif;
  border: double;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}

.navbar a:hover {
  background-color: #202020;
  color: #c3c3c3;
  border: double #c3c3c3;  
}

.container{
  margin: 20px 20px 20px 20px;
  position: static;
  max-width: 800px;
}


.cover img{
  width: 800px;
  max-width: 800px;
  padding: 2px;
  border: 2px dotted white;
  opacity: 1;
  transition: .5s ease;
}

.cover:hover img{
  opacity: .7;
  
}

.title a {
  color: white;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 2px;
  text-shadow: 2px 2px 5px #65c2c4;
}

.title a:hover {
  color: #96599f;
  text-shadow: 2px 2px 5px #000;
}

.title a:active {
  color: #432847;
  text-shadow: 2px 2px 5px #000;
}


/*SIDEBAR!!!!!!!!!*/


.sidebar {
  height: 320px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 25%;
  right: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,1));
  color: white;
  font-size: 23px;
  font-family: "Lucida Console", "Courier New", monospace;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  padding-top: 30px;
}

.sidebar a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;

}

.openbtn {
  font-size: 40px;
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
  background-color: #000;
  color: white;
  padding: 5px 5px;
  border: 1px solid white;

}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}


.extrashit {
 font-family: Arial, "Helvetica", sans-serif;
 font-size: 15px;
 background-color: #000;
 border: 1px solid white;
 margin-left: 5px;
 margin-right: 5px;
 margin-top: 10px;
 overflow: auto;
}

#angel {
  background: url(graphix/leftangel550.png) left bottom no-repeat, url(graphix/rightangel550.png) right bottom no-repeat;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


