
.jumbotron {
    background:
    linear-gradient(90deg, rgba(110,0,0,1) 0%, rgba(170,0,0,0.8) 10%, rgba(250,0,0,0.7) 50%, rgba(200,0,0,0.5) 90%, rgba(170,0,0,0.3) 100%),
    url('../../photos/bulbs.jpg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 15px -5px rgba(110,0,0,1);

    color: white;
    margin-bottom: 0;
}

.card-body{
    padding-top: 20px;
    width: 318px;
    height: 310px;
}

.jumbo_title{
    font-weight: 300;
}


