/* --------------------------------------------------------------------- FUTURA MEDIUM --------------------------------------------------------------------- */

@font-face {
	font-family: Futura;
	src: url('/fnt/futura.eot?#iefix') format('embedded-opentype'), 
	     url('/fnt/futura.woff') format('woff'), 
	     url('/fnt/futura.ttf')  format('truetype'),
	     url('/fnt/futura.svg#svgFontName') format('svg');	     
	}
	
/* --------------------------------------------------------------------- MAIN STUFF --------------------------------------------------------------------- */
  
body {
  background-color: #000; 
  font-family: Futura;
  color: #FFF;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align:top;
}

.main {
  display: block;
  width: 800px;
  min-height: 356px;
  margin: 0px auto;
  overflow: hidden;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/img/ddbanner.png");  
  background-color: #F3F3F3;
}

#footer {
  width: 800px;
  margin: 48px auto;
}

/* --------------------------------------------------------------------- NAVIGATION --------------------------------------------------------------------- */

.navi{
  display: flex;
  flex-direction: row; 
  justify-content: flex-end;
}

.naviblock {
  display: flex;
  width:160px;
  height:128px;
  margin: 190px 0px 0px;
  font-size: 32px;
  font-weight: bold;
  align-items: center;
  justify-content:center;
}

/* --------------------------------------------------------------------- NAVIGATION BUTTONS --------------------------------------------------------------------- */

.naviblock > a:link, .naviblock  > a:visited{
  color: #222;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 16px #CCC;
  transition: 0.2s;
}

.naviblock > a:hover{
  color: #222;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 10px #888;
  font-size: 36px;
  transition: 0.2s;
}

.ddnavi {
  display: flex;
  width:180px;
  height:128px;
  margin: 190px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  justify-content:center;
}

.ddnavi > a:link, .ddnavi  > a:visited{
  color: #222;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 16px #CCC;
  transition: 0.2s;
}

.ddnavi > a:hover{
  color: #222;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 10px #888;
  font-size: 26px;
  transition: 0.2s;
}

/* --------------------------------------------------------------------- BLOCKS --------------------------------------------------------------------- */

.block {
  display:flex;
  width: 640px; 
  margin: 0px 48px 48px;
  padding: 32px;
  background-color: #020202;
  border-radius: 16px;
  box-shadow: 0px -8px 8px #CCC, 0px 8px 8px #FFF;
  font-size: 18px;
  flex-direction: row;
  overflow: hidden;
}

#lyrics {
  flex-direction: column;
}

.leftblock {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  justify-content:center;
  align-items: center;
  width: 304px;
}

.rightblock {
  display: flex;
  margin-left: 16px;
  width: 304px;
  height: 526px;
  align-self: center;
  flex-direction: column;
}

/* --------------------------------------------------------------------- SONG INFO --------------------------------------------------------------------- */

.tracklist {
  width: 100%;
  margin-top: 0px;
}

.track {
  display:flex;
  flex-direction: row;
}

.trackname {
  display:flex;
  align-self:flex-start;
  flex: auto;
  justify-content: flex-start;
  margin: 4px 0px;
}

.tracklength {
  display:flex;
  align-self:flex-end;
  flex: auto;
  justify-content: flex-end;
  margin: 4px 0px;
}

.info {
  display:flex;
  align-self:flex-start;
  flex: auto;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.credits {
  display: flex;
  width: 640px;
  align-self: center;
  flex-direction: column;
  text-align: center;
}

.credit {
  display:flex;
  font-size: 22px;
  align-self: center;
  flex: auto;
  justify-content: center;
}

.creditlink {
  display: flex;
  font-size: 28px;
  margin: 0px;
  width: 304px;
  height: 100%;
  align-items: center;
  justify-content:center;
}

.creditlink > a:link, .creditlink  > a:visited{
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 16px #000;
  transition: 0.2s;
}

.creditlink > a:hover{
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 10px #aaa;
  font-size: 30px;
  transition: 0.2s;
}  

.songsel {
  font-size: 36px;
  margin: 8px auto;
}

.songsel > a:link, .songsel  > a:visited{
  color: #39e155;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 16px #000;
  transition: 0.2s;
}

.songsel > a:hover{
  color: #39e155;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0px 0px 10px #39e155;
  font-size: 42px;
  transition: 0.2s;
}  

/* --------------------------------------------------------------------- IMAGES --------------------------------------------------------------------- */

.fullimg {
  width: 630px; 
  transition: 0.2s;
}

.fullimg2 {
  width: 294px; 
  transition: 0.2s;
}

a:hover > .fullimg2 {
  width: 304px; 
  transition: 0.2s;
}

a:hover > .fullimg {
  width: 640px; 
  transition: 0.2s;
}

/* --------------------------------------------------------------------- STREAMING BUTTONS --------------------------------------------------------------------- */

.apple {
  height: 66px; 
  margin: 16px 16px 0px;
  transition: 0.2s;
}

a:hover > .apple {
  height: 72px; 
  transition: 0.2s;
}

.spotify {
  height: 66px;
  margin: 16px;
  transition: 0.2s;
}

a:hover > .spotify{
  height: 72px; 
  transition: 0.2s;
}












