* {
    font-family: 'Source Sans Pro','sans-serif' ;
}

/*Botones del reproductor #escuchar comando*/
#escuchar{
    position: relative;
}
#escuchar i.fullscreen{
    position: absolute;
    top: 0px;
    right: 0px;
}
.comando{
	font-size: 5em;
	margin: 0.5em;
}

#conectado{
    font-size: 1.2em;
    display: inline-block;
}

.track_info{
    display: inherit;
    text-align: center;
}

#track_title{
    font-size: 1.8em;
    text-transform: capitalize;
}

#track_artist{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #bbb;
}

#track_context{
    font-size: 1em;
    font-style: italic;
    color:#cccccc;
}

.modo{
	font-size: 2em;
	margin:0.5em;
	color: rgba(255,255,255,0.6);
}


.fa-pause{
      animation: blink 2s steps(2, start) infinite;
      -webkit-animation: blink 2s steps(2, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
}
.poneSpoty, .poneSpoty:hover{
    color: limegreen;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.15em;
}

/* TODO mejorar */
main.cover{
  min-width: 640px;
    margin-top:20px;
}

h3.masthead-brand sup.version{
    color: white;
    font-size:0.4em;
    margin-left: 5px;
    top: -1em;
}

p.hechoen{
    font-weight: bold;
    height: 6vh;
    align-items: center;
    display: flex;
    justify-content: center;
}
p.hechoen img{
    width: 1em;
    opacity: 0.6;
    transition: width 1s, opacity 2s;
    margin-top:1em;
    margin-bottom:1em;
}
p.hechoen img:hover{
    width: 1.8em;
    opacity: 1;
}

textarea#debugLog {
    background: transparent;
    color: #ccc;
    font-family: monospace;
    font-size: 0.9em;
}


p.copyright{
    font-size: 0.8em;
}
/* Github Corner*/
.github-corner{
    height: 80px;   //igual al tamaño de imagen
}
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}

/* Fullscreen mode */
:fullscreen .lead{
    padding: 2em;
    margin-top: 6vh;
    margin-bottom: 2vh;
}

:fullscreen * {
    padding: 0.25em;
    max-width: 800px;
    margin:auto;
}
