
body {
  padding-top: 54px;
    position: relative;
    
    padding-bottom: 6rem;
    min-height: 100%;
    width: 100%;
    
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.klaus1 {
    width: 100%;
    height: auto;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}

#content {
    background-color: white;
}
 
#footer {
    position: fixed;
    padding: 10px;
    bottom: 0%;
    width: 100%;
    text-align: center;
    font-style: italic;
    background-color: #212529;
    height: 5em;
}

.links {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
}