@font-face {
  font-family: 'krypto';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1353856/Swiss%20721%20BT.ttf");}

html,
body {background-color: #b6ff00;
  font-family: 'krypto';
  height: 100%;
}
.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo img {max-width: 25px;}
.clock { font-family: 'fav';
  font-size: 22px;}
.clock  {
  position: absolute;
  margin: auto;
  top: -30px;
  right: 5px;
}
#date { 
  text-transform: uppercase;
  font-family: 'krypto';
  color: #0e0e0e;
  top: 5px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
position: fixed;
  white-space: nowrap;
 
}
  div.outer {
  width: 350px;
  height: 360px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cd {
  width: 70%;
  padding-bottom: 70%;
  left: 50px;
  border-radius: 70%;
  top: 27px;
 
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-menu-links {
  text-transform: uppercase;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'krypto';
  font-size: 24px;
  line-height: 2.5em;
}

div.content {
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0%;
  height: 100%;
}
ul.top-menu-links li a {
 text-decoration: none;
  color: #0E0E0E;
  outline: none;
}
ul.top-menu-links li a:hover {
  text-decoration: underline;
}



.cd:after {
  content: '';
  width: 10%;
  padding-bottom: 10%;
  box-shadow: 1px 1px 1px #000 inset;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 2;
  border-radius:100%;
}

.cd:before {
  content: '';
  width: 20%;
  padding-bottom: 20%;
  box-shadow: 2px 2px 3px #000 inset;
  position: absolute;
  left: 40%;
  top: 40%;
  z-index: 1;
  border-radius: 90%;
}

.outer:hover .content {
  opacity: 1;
  transition: opacity .5s 1.5s;
}

.outer:hover .cd {
  transform: rotate(3600deg);
  transition: transform 5s linear, top 4s 1s linear;
  top: -100%;
}

.outer:hover .cd:before,
.outer:hover .cd:after {
  transform: rotate(-3600deg);
  transition: transform 5s linear;}

.spotify-embeds {
  width: 100%;
  padding: 50px;  
}



.spotify-embed {
  background: #282828;
  
  &:not(:last-of-type) {
    margin-bottom: 5px;
  }
  
  iframe {
    display: block;
    transition: opacity 0.125s;
    .js & {
      opacity: 0;
      
      &.loaded {
        opacity: 1;
      }
    }
  }
}

.texter {
  font-weight: 100;
  font-size: 18px;
  color: #0e0e0e;
}
.dud {
  color: #0e0e0e;
}

.clock {top: 0;
  margin: auto;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
   font-family: 'krypto';
}



@media only screen and (max-width: 600px) {
    .name {display: none;
}
.clock  {
font-size: 8px;
  margin-top: 5px;
}
  #date {font-size: 11px;}

  #logo {max-width: 10px;}
}

#kry {bottom: 0px;
font-size: 8p;}