@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	background: #171429;
}

nav {
	color: white;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 2px;
	margin: 5px;
	padding: 5px;
}

nav a{
	color:#F1F1F1;
	padding: 0;
	margin: 0;
	display: inline-block;
	background-color: #17121A;
	border-style: dashed;
	border-width: 1px;
	border-color: #DBDBDB;
	padding: 10px 15px 10px 15px;	
	line-height: 150%;
	font-size: 16px;
	text-decoration: none
}

nav a:hover
{
	background-color: black;
	
}


header{
	border: 0;
	padding: 0;
	margin: 0;	
}



h1 {
	font-family: 'Astloch', cursive;
	font-size: 136px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	-webkit-animation: colorchange 10s infinite alternate;
	margin-top: -5px;
}


@media (min-width: 900px) {
  h1 {
    font-size: 200px;
  }
}


@-webkit-keyframes colorchange {
	0% { color: grey;}
      
    33% { color: #F4EDED;}
      
    66% { color: #DB070B;}
            
    100% { color: #1A59D7;}	
}

article {
	padding 0;	
	margin: 0;	
	text-align: center;
}

article a {
	color:#F1F1F1;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

article h2 {
	display: inline-block;
	background-color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB;
	padding: 15px 20px 15px 20px;	
	line-height: 150%;
	font-size: 36px;
}

article h3 {
	font-family: 'Astloch', cursive;
	font-size: 44px;
	letter-spacing: 5px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 6px;
	padding: 0;
	margin-top: 5px;
	color: white;
}



figure {
	width: 100%;
	border: 0;
	padding: 0;
	margin:0;
}

figure img {	
	width: 100%;
    height: auto;
}

footer {
	padding: 10 0 5 0;
	margin-top: 40px;
	margin-right: 5;
	margin-left: 5;
	margin-bottom: 10px;
}


footer img {
	padding-top: 0;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
}

p {
	margin: 5px;
	padding: 5px;
}

#date { 
    color: white;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 2px;
}

.bio { 
    color: white;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1px;
	font-size: 24px;
	text-align: left;
	  max-width: 40em;

	
}

#soundcloud{
	padding-top: 0;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
	
}

a.current {text-decoration:none;
   padding: 10px;        
   margin: 0px 10px 0px 0px;
   color:#9ff;
   border: 1px solid #9ff;
   text-align: center;  

  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #9ff;
  font-size: inherit;
  font-weight: 500;
  margin: 1em;
  padding: 1em 2em;
  text-align: center;
  position: relative;
  vertical-align: middle;

}

a.draw {
   text-decoration:none;
   margin: 0px 10px 0px 0px;
   color:#2B5072;
   border: 1px solid #6cf;
   padding: 10px;
   text-align: center;  


  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #6cf;
  font-size: inherit;
  font-weight: 500;
  margin: 1em;
  padding: 1em 2em;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
a.draw::before, a.draw::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

a.draw {
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
}
a.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.draw::before {
  top: 0;
  left: 0;
}
a.draw::after {
  bottom: 0;
  right: 0;
}
a.draw:hover {
  color: #9ff;
}
a.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
a.draw:hover::before {
  border-top-color: #9ff;
  border-right-color: #9ff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
a.draw:hover::after {
  border-bottom-color: #9ff;
  border-left-color: #9ff;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}