html {
  font-size: 14px;
  color: white;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: black;
  color: white;
}
head {
    background-color: black;
    /* color:hotpink;*/
    color: white;
}

/* nav
 {
    color:hotpink; 
 }*/

/*img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
*/
.BandMembers{
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.logo-sm {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.media-sm {
    /*border-radius: 50%;*/
    width: 100px;
    height: 100px;
    margin: 25px;

}

.media-sm2 {
    /*border-radius: 50%;*/
    width: 160px;
    height: 40px;
    margin: 25px;
}

.media-no-text {
    color: black;
}

a:hover {
    text-decoration: none;
}

.carousel {
    width: 350px;
    max-height: 350px;
    overflow: hidden;  
}


/*//desktops/laptops*/
/*@media screen {*/ /*//desktops/laptops*/
    /*.nomobile {
        text-align: left;
        margin-left: 30%;
    }
}*/


/*@media handheld {
    .nomobile

{
    display: none;
}

}*/ 

