@charset "UTF-8";
#Artistbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/artistpage.jpg);
    background-position: 59% 12%;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.nav-item {
    color: #7B7B7B;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
}
h2 {
    font-size: 1em;
    text-transform: uppercase;
    color: #656467;
}
#ArtistinfoDiv {
}
#artistformlink {
    color: #656467;
    text-align: justify;
    line-height: 30px;
    font-weight: 300;
}
#Artistbanner .btn  {
    background-color: hsla(0,0%,0%,0.77);
    color: hsla(195,15%,90%,1.00);
    text-transform: uppercase;
}
.centered {
    text-align: center;
}
