
body {
    background: url(../images/evokids-bgslice-02.jpg) repeat-x #3CC8EB;
    font-family: 'Roboto', sans-serif;
}

.main {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #fff;
}
.logo{
    text-align: center;
}
.first{
    text-align: center;
    padding-top: 30px;
}
.first img {
    width: 100%;
}
.first h1{
    color:#ff0700;
}
.second{
    text-align: center;
}
.second img{
    width: 80%;
}
.cover,
.tracks {
    padding-top: 25px;
}

.cover {
    text-align: center;
}
.cover h2{
    color: #e45c2a;
    font-weight: bold;
}

.cover .links {
    margin: 25px 5px 0;
}

.grow {
    margin: 25px 5px 0;
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.tracks img {
    padding-left: 55px;
}

.deezer {
    background: url('../images/links.png') no-repeat -1px -147px;
    width: 121px;
    height: 27px;
}

.spotify {
    background: url('../images/links.png') no-repeat -1px -93px;
    width: 116px;
    height: 36px;
}

.google {
    background: url('../images/links.png') no-repeat 0 -49px;
    width: 124px;
    height: 29px;
}

.itunes {
    background: url('../images/links.png') no-repeat -17px 0;
    width: 93px;
    height: 34px;
}
.amazon{
    background: url('../images/links.png') no-repeat -1px -191px;
    width: 122px;
    height: 23px;
}
.evo88{
    background: url('../images/links.png') no-repeat 0 -221px;
    width: 124px;
    height: 28px;
}

.youtube {
    text-align: center;
}
.youtube h5{
    margin-top: 35px;
}
.footer{
    margin-top: 50px;
    text-align: center;
}
