body {
  padding-top: 3.5rem;
}
main > div.jumbotron {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+33,343a40+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,343a40+73 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d565e+1,343a40+73 */
background: #4d565e; /* Old browsers */
background: -moz-linear-gradient(top, #4d565e 1%, #343a40 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4d565e 1%,#343a40 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4d565e 1%,#343a40 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d565e', endColorstr='#343a40',GradientType=0 ); /* IE6-9 */


}

main > div.jumbotron2 {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



