/* --------------------------------------------------------------------- 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/joriebanner.png");  
  background-color: #730911;
}

#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 BAR --------------------------------------------------------------------- */

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

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

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

.block {
  display:flex;
  width: 640px; 
  margin: 0px 48px 48px;
  padding: 32px;
  background-color: #16050a;
  border-radius: 16px;
  box-shadow: 0px -8px 8px #420115, 0px 8px 8px #7e2626;
  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;
  align-self: center;
  flex-direction: column;
}

/* for jorie text */

.joriespan {
  font-size: 46px; 
  font-family: helvetica;
}

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

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

.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;
}

/* --------------------------------------------------------------------- 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;
  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;
}












