.bg {
    
    background: url('../images/bread-brunch-candle-1345190.jpg') center center;
    background-repeat: no-repeat;
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 100%; 
    top:0;
    left:0;
    z-index: -1;
  }
  
  .jumbotron {

    margin-bottom: 0px;

    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    background:transparent !important;
  }

  body{
      font-size: 150%;
  }