

/* Put your custom styles here */

.jumbotron
{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/cccGalleryimages/IMG_1187small.jpg');
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

.thumbnail
{
    background-color: rgba(6, 6, 6, 0.56);
    margin-top: 30px;
    margin-right: 30px;
    color: #000000;
    padding: 20px;
}

.phonenumb
{
    font-size: 100%;
    text-decoration: underline;
}

.visa
{
    padding-left: 5px;
}

@media (min-width:768px)
{
    .jumbotron
    {
        height: 500px;
        background-image: url('../images/cccGalleryimages/IMG_1187small.jpg');
        background-position: 100% 10%;
    }
}

@media (min-width:1200px)
{
    .jumbotron
    {
        height: 900px;
        background-image: url('../images/cccGalleryimages/IMG_1187small.jpg');
        background-position: 0% 0%;
        background-size: cover;
    }
}

