﻿.jumbotron { 
    background-image: url(Images/bg-home.jpg);
    background-size: cover;
}

.jumbotron h1 {
    background-color: orange;
    display: inline-block;
}

.jumbotron p {
    font-weight: bold;
}

#feature-01 img { width: 80%;}