body {
  background-image: url("background.gif");
  background-repeat: repeat-y;
  background-size: 100%;
  font-size: 2vmax;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  overflow-y: scroll;
  line-height: 2.6vmax;
  text-align: justify;
}
#mdash {
  color:red;
  font-family: 'Ubuntu', sans-serif;

}
#specsign {
    font-family: 'Ubuntu', sans-serif;
}
::selection {
  background: #1a161b;
  color:red;
}
::-moz-selection {
  background: #1a161b;
  color:red;
}
#t1, #t2, #t3, #t4 {
    display: none;
}
a {
  text-decoration:none;
  color:#f9f9f9;
  cursor: default;
}
a:hover {
	color:red;
  background: #252027;
}
.alink {
  color: red;
  font-size: 1.1vmax;
}
.alink2 {
  color: red;
  font-size: 1.4vmax;
}
.backlink {
  font-size: 1.1vmax;
  color: red;
  background:#1a161b;}

.main .list {
    display:none;
}
.main .list.show {
    display:block;
}
.artists, .main {
  padding: 40px 12%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ff0000;
  padding: 0;
  width: 75%;
}
#top {
  position: fixed;
  z-index:10000;
  bottom: 30px;
  right: 12%;
}
.main {
   font-family: 'Raleway', sans-serif;
   font-weight: 500;

}
ul.a {
  list-style-type: none;
  font-size: 1.4vmax;
  line-height: 2vmax;
}
#description {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3vmax;
  line-height: 2vmax;
  font-weight: 700;
}
#descriptiontext {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3vmax;
  line-height: 2vmax;
  font-weight: 400;
}
#follow {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3vmax;
  line-height: 2vmax;
  font-weight: 900;
}
#bestof {
  font-family: 'Rubik', sans-serif;
  color: red;
  font-size: 2vmax;
  background: #1a161b;
}
#artistname{
  font-size: 2vmax;
  background: #1a161b;
  color: white;
}
#artistname2{
  font-size: 1.7svmax;
}

@media (max-width: 767.98px) {
#descriptiontext {
  font-size: 1.7vmax;
  line-height: 2vmax;
	}
ul.a {
  font-size: 2.2vmax;
  line-height: 2.8vmax;

}
#description {
  font-size: 1.6vmax;
  line-height: 2vmax;
}
.alink {
  font-size: 1.4vmax;
}
}
	
	