body {
    height: 100%;
    background-color: black;
}

@media (max-width: 767px) {
    #content-col { font-size: 20px; }
    .navbar { font-size: 20px; }
}

@media(min-width: 768px) and (max-width: 991px) {
    #content-col { font-size: 18px; }
    .navbar { font-size: 18px; }
}

p, h1 {
    color: #bdbdbd;
}

#titlelink {
    color: #bdbdbd;
}

.my-colour {
    background-color: rgba(10, 10, 10, 1);
}

#logo-img {
  display: block;
  max-height: 50%;
  width: auto;
  height: auto;
}

@media(min-width: 992px) {
    #listen-now { font-size: 20px; }
}