@font-face {
  font-family: se7enFont;
  src: url(../fonts/ShadowsIntoLight-Regular.ttf);
}

@font-face {
  font-family: coundownFont;
  src: url(../fonts/countdownFont.ttf);
}

header {
  font-family: se7enFont;
}

body {
  max-width: 100%;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: blur(8px);
  z-index: -1;
}

.cover-art {
  height: 340px;
}

.cover-art > img {
  width: 100%;
  height: inherit;
  border-radius: 20px 20px 0  0;
}

.artist-and-song {
  background-color: rgb(255,255,255, .1);
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0.75em 0;
}

.artist-and-song > h2 {
  padding: 0.15em 0;
  margin: 0;
  text-align: center;
}

.link-container {
  width: 340px;
  margin: 33px auto;
  border-radius: 20px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  justify-content: center;
}

section > nav > div {
  min-height: 50px;
  padding: 17.5px;
  border-bottom: 1px solid #efefef;
}

section > nav > div:last-child {
  border-bottom: none;
}

section.links {
  background-color: white;
  border-radius: 0 0 20px 20px;
}

.apple-music > a > img {
  max-height: 35px;
}

/* .spotify > a > img {
  max-height: 50px;
} */

.soundcloud > a > img {
  max-height: 27.5px;
}

.youtube > a > img {
  max-height: 30px;
}

.youtube-music > a > img {
  max-height: 30px;
}

.tidal > a > img {
  max-height: 30px;
}

section > nav > div > a > img {
  max-width: 100%;
  height: 50px;
  max-height: 50px;
}

.timeRemaining {
  display: none;
}

.timer {
  display: block;
  font-family: 'coundownFont';
  font-size: 36px;
}

header {
  padding: 1em;
}

.home-nav {
  display: flex;
  justify-content: center;
}

.home-nav > a {
  color: white;
  text-decoration: none;
  font-size: 1.75em;
}

nav > a:hover {
  color: rgb(234, 234, 234);
}

@media only screen and (min-width: 768px) {
}
