

img.img-logo {
    margin-top: 20vh;
    max-height: 30vh;
    max-width: 70vw;
    margin-bottom: 2vh;
    
  }

img.img-logo-stay-inside {
    max-height: 25vh;
    max-width: 65vw;
    margin-bottom: 5vh;
    
  }

.img-logo-holder {

    text-align: center;
    width: 100%;
}

img.img-stay-inside {
    padding-bottom: 1rem;
    align-self: center;
  }

.stay-inside-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: start;
}

img.img-footer-logo {
    max-height: 5vh;
    max-width: 40vw;
    padding-bottom: 0.5rem;
}

button.rdio-button {
    border-radius: 5px;
    font-size: 14px;
    padding: 0.1rem 0.5rem;
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
}

#radioMenuButton {
    background-color: rgb(221,179,0,0.5);
}

.radio-holder {
    min-width: 75vw;
    max-width: 95vw;
}

.radio-page {

    box-shadow: 0 0 4px 0 rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: inherit;
    text-align: start;
    color: #e0e0e0;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285;
    overflow: visible;
    background-color: #111111;
    padding: 0.25rem 1rem 0.25rem 1rem; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s linear; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99;
    border-radius: 0px 0px 15px 15px;
    
}

#radio-iframe {
    min-width: 45vw;
}

#now-playing {
    transition: visibility 0.4s linear,opacity 0.4s linear;
    margin-bottom: 0.5rem;
    font-family: 'Share Tech Mono', monospace;
}

.add-glow {
    animation: glow 800ms ease-out infinite alternate;
	border-color: #F61;
	border-color: #F61;
	/* box-shadow: 0 0 5px rgba(255, 62, 14, 0.527), inset 0 0 5px rgba(255, 62, 14, 0.1), 0 2px 0 #000; */
}

.card {

    border-radius: 4px;
    background-color: #111111;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    box-sizing: inherit;
}

.card-body {

    flex: 1 1 auto;
    padding: 1rem 1rem;

}

.radio-body {

    flex: 1 1 auto;
    padding: 0rem 1rem 0rem 0rem;
}


#listeners-info {
    font-size: 1rem;
    margin-left: -0.75rem;
    text-align: right;
}

#now-playing-full {
    min-width: 80vw !important;
}

#play-holder {
    padding-top: 0.5rem;
}

.img-logo-radio {
    max-width: 3rem;
    display: block;
    margin-left: auto;
}

#radio-logo-holder {
    position: fixed;
    top: 2rem;
    right: 1em;
    align-items: right;
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    #radio-logo-holder {
      display: none;
    }
  }

#video-bg-holder {
    z-index: 0;
    position: fixed;
    align-items: left;
    vertical-align: top;
}

.contact-sect {
    background-color: black !important;
}

#video-bg {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    display: block;
  }

#video-bg-holder{
    width: 100vw;
    height: 100vh;
}

#listener-number {
    font-size: 0.75rem;
    vertical-align: super;
    font-family: 'Oswald', sans-serif;
}

#twitch-section {
    min-width: 90vw;
}

@keyframes glow {
    0% {

		box-shadow: 0 0 20px rgba(255, 62, 14,.2), inset 0 0 0px rgba(255, 62, 14,.1);
    }	
    100% {
		box-shadow: 0 0 40px rgba(255, 62, 14,.6), inset 0 0 0px rgba(255, 62, 14,.2);
    }
}


#now-playing-title {
    font-family: 'Share Tech Mono', monospace;
    font-size: 20px;
    max-lines: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#now-playing-song {
    font-family: 'Share Tech Mono', monospace;
    font-size: 14px;
    max-lines: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    #now-playing-title {
      font-size: 16px;
    }
  }

#play-pause-button {
    cursor: pointer;
    font-size: 36px;
    color: #ddb300;
    padding-right: 1rem;
}

#qu-radio-player {
    max-width: 95vw;
    position: relative;
}

.radio-side-by-side{
    display: table-cell;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
    max-width: 70vw;
    
}

.dropdown-menu {
    padding-right: 0rem !important;
    min-width: 5rem !important;
    font-size: 12px !important;
}

.volume-buttons {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#radio-volume {
    font-size: 14px;
    vertical-align: bottom;
    width: 5vw;
    padding-right: 0.5rem;
    display: table-cell;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #radio-volume {
      width: 10vw;
    }
  }


  @media only screen and (min-width: 1200px) {
    #radio-volume {
      width: 3vw;
    }
  }



#volumes-stuff {
    margin-left: 1rem;
}

.mb-4{
    font-family: 'Share Tech Mono', monospace;
}

#livestream-link {
    height: 150px;
    width: 150px;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.footer-text {
    font-family: 'Share Tech Mono', monospace;
}

#qu-radio-player {
    padding-bottom: 0.5rem;
}

#archive-header {
    padding-top: 3rem;
}

.icon-film {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    min-width: 4vw;
    max-height: 10vh;
  }
