.home-carousel-section {
    min-height: 150px;
    background-color: #000000;
    text-decoration: none;
}

.section-reccomended {
    background: url('../images/Cantinium_img_04.jpg') no-repeat fixed center;
    background-size: cover;
}

.section-new {
    background: url('../images/img11.jpg') no-repeat fixed center;
    background-size: cover;
}

.section-coming-soon {
    background: url('../images/Cantinium_img_03.jpg') no-repeat fixed center;
    background-size: cover;
}

.home-carousel-section .home-carousel-section-title {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
}

.aboutHome {
    margin: 60px 0px 60px 0px;
}

.aboutHome h2 {
    color: #820040;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.aboutHome p {
    text-align: center;
    line-height: 24px;
}

.aboutHome a {
    color: #EA5B29;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding-top: 15px;
}

.aboutHome a img {
    width: 25px;
}