/* CSS Document */
@font-face {
  font-family: 'Chapbook-Regular';
  src: url('Chapbook-Regular.eot');
  src: url('Chapbook-Regular.eot?#iefix') format('embedded-opentype'),
       url('Chapbook-Regular.svg#Chapbook-Regular') format('svg'),
       url('Chapbook-Regular.ttf') format('truetype'),
       url('Chapbook-Regular.woff') format('woff'),
       url('Chapbook-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body,td,th {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
body {
  background-color: #000000;
  text-align: center;
  margin: 20px 0;
}
h1,h2,h3,h4{
  font-family: 'Chapbook-Regular', serif;
  letter-spacing: 3px;
}
h2{
  font-size: 2em;
}
h3{
  font-size: 1.5em;
}
a{
  color:#ffffff;
  text-decoration: none;
}
a:hover{
  border-bottom: 2px solid white;
  font-weight: bold;
}
p{
  max-width: 900px;
  margin: 40px auto;
}

#album-cover {
  width:100%;
  max-width:400px;
  margin: 0 auto;
	margin-bottom: 20px;
  padding: 20px 0;
}

#album-cover img#cover{
  width: 100%;
}

#logo {
  width:60%;
  max-width:350px;
  padding: 20px;
}

#extiction-rebellion {
  width:50px;
  vertical-align: middle;
}

#profile {
  width: 250px;
  max-width: 50%;
}

ul {
	list-style: none;
	font-family: 'Chapbook-Regular', serif;
  letter-spacing: 3px;
}

ul li {
	display: inline-block;
	margin-right: 20px;
}
