 html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 2em; /* 60px;*/
  padding-top: 50px;
}


@media screen and (max-width: 768px) {
    body { padding-top: 50px; }
}



.jumbotron {
//  padding-top: 100px;
//  padding-bottom: 100px;
}

.footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 2em; /*60px;*/
//  background-color: #f5f5f5;
}