.logo {
    width: 100%;
    height: 260px;
    text-align: center;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #8f54a0 #2800f0;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #2800f0;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #8f54a0;
    border-radius: 5px;
    border: 5px solid #ff0000;
  }
  
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: red !important;
    border-radius: 10px;
}

.container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand img {
  width: 30px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}

nav.navbar.navbar-expand-md.navbar-dark.bg-secondary {
    background-color: #4d6dd1 !important;
}

a.nav-link {
    color: aquamarine !important;
}

a.nav-link.active {
    color: red !important;
}


.container {
    background: #ff00003b;
    width: 100%;
    border-radius: 10px;
}


body { 
  background: url(https://images.pexels.com/photos/4175070/pexels-photo-4175070.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner {
    margin-top: 8px;
}




.board {
    margin-top: 8px;
}

.divider {
    background-color: #4d6dd1;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}


.row.g-2 {
    overflow: hidden;margin-bottom: -60px;
    
}

.player {
    background: #4d6dd175;
    border-radius: 10px;
    width: 100%;
}

.facebook {
    background: #4d6dd175;
    border-radius: 10px;
    width: 100%;
}

.sponsor {
    background: #4d6dd175;
    border-radius: 10px;
    width: 100%;
}

.card-header {color: red !important;background: #4d6dd1 !important;font-family: emoji;font-size: 1.2em;}

.card.text-center {
    background: #4d6dd175;
    width: 100%;
}

.c-body {
    width: auto;
    padding-bottom: 75px;
    overflow: hidden;
}

.c-body-sponsor {
    width: auto;
    padding-bottom: 10px;
    overflow: hidden;
}

span.text-muted {
    color: red !important;
}

a.text-muted {
    color: red !important;
}

b {
    color: red;
}


span#listeners {
    color: aliceblue;
}

span.spacer {
    margin-right: 5px;
    margin-left: 5px;
}



span.song-artist {
    color: blue;
}


span.Alert {
    color: bisque;
}