/* /////////////////////////////////////// */
/* BOTTOM BAR                              */
/* /////////////////////////////////////// */

.bottombar {
    min-height: 452px;
    width: 100%;
    background-image: url("../img/home_rainbow.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
    padding: 20px;
}

.bottombar-logo img {
    max-width: 226px;
    max-height: 130px;
    width: 100%;
    width: 100%;
}

.bottombar-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #515151;
    letter-spacing: 2px;
}

.bottombar-contactus-content {
    font-size: 36px;
    color: #515151;
    font-weight: 700;
}

.bottombar-contactus-content a {
    color: #515151;
}

.bottombar-icon {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #515151;
    font-size: 40px;
    letter-spacing: 30px;
}

.bottombar-letsgettalking-content {
    color: #515151;
    font-size: 18px;
}

.bottombar-wrapper {
    margin-top: 50px;
}
.title-graphicdesign {
    font-size: 36px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
