@charset "UTF-8";
#featured {
    background-color: hsla(0,0%,1%,0.86);
    padding-top: 25px;
    padding-bottom: 25px;
    bottom: 0%;
    display: none;
}
#featured h1 {
    text-align: center;
    color: hsla(0,0%,33%,1.00);
    text-transform: uppercase;
}
#featured article {
    font-size: 0.9em;
    color: hsla(0,2%,76%,1.00);
    font-weight: 300;
}
#featured ul {
    list-style-type: none;
    text-align: center;
}
#featured ul li {
    width: 150px;
    height: 150px;
    float: left;
}
.centre {
    text-align: center;
}
.pray {
    background-image: url(../images/pray_cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-style: none;
    width: 150px;
    height: 150px;
    margin-top: 5px;
}
.getondown {
    background-image: url(../images/Bayo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-style: none;
    width: 150px;
    height: 150px;
    margin-top: 5px;
}
.showuluv {
    background-image: url(../images/show_you_love.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-style: none;
    width: 150px;
    height: 150px;
    margin-top: 5px;
}
.justfriends {
    background-image: url(../images/just_friends.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-style: none;
    width: 150px;
    height: 150px;
    margin-top: 5px;
}
.play {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: hsla(0,0%,100%,0.72);
    display: none;
}
.tracks {
    font-size: 0.8em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 250px;
}
.image1 {
    background-image: url(../images/pray_cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.image2 {
    height: 100%;
    background-image: url(../images/Bayo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.image3 {
    height: 100%;
    background-image: url(../images/just_friends.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.image4 {
    background-image: url(../images/show_you_love.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tittle {
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0px;
}
.links {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: hsla(0,4%,91%,1.00);
    margin-bottom: 0px;
}
.imgbg {
    border-radius: 5px;
    border: thin solid hsla(0,0%,5%,1.00);
}
