
.jumbotron {
    background: url('../images/sierras.jpg') no-repeat fixed 0 75%/cover;
    color: white;
    height: 400px; 
    text-shadow: 2px 2px #000;
}

#jumboContainer {
    margin-top: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #a62020;
    border-color: #777;
}

.img-rounded {
    margin: 0 auto;
}

h2 {
    color: #a62020;
}

footer {
    background-color: #777;
    height: 100px !important;
}

footer .container p {
    margin-top: 40px;
}

footer a {
    color: white;
}

#map {
    width: 340;
    height: 204px;
}

.featurette-heading {
    font-size: 1.8em;
}

#about {
    margin-bottom: 25px;
}

.navbar-brand {
    padding-top: 6px;
}

.service-industry {
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    ul {
        margin-left: 13%;
    }
    
    .featurette-heading {
        font-size: 2.4em;
    }
    
    h1 {
        margin-bottom: 25px;
    }
    
    .lead {
        font-size: 1.3em;
        line-height: 1.4em;
    }
    
    #contact p {
        font-size: 1.2em;
    }
    
}    