@import url('https://fonts.googleapis.com/css?family=Fira+Mono&display=swap');  /*Google Font import*/
/* color paletten 
#10401b
#397624
#9fc55a
#958934
#875826
*/ /*

btn btn-default


/* Sticky Footer Classes */

html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/*profilbild rundung*/
#avatar {
  border-radius: 50%;
}
/*lgoo rundung*/
#logo {
  border-radius: 50%;
}
#pic {
  margin-bottom: 20px;
    height: auto;
    max-height: 400px;
    max-width: 100%;
}

.jumbotron {
  margin-bottom: 0px;
}

#footer {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    background-color: #343a40;
    color: #fff;
    margin: 0px;
    padding: 10px;
}
#footer > a {
  color: #fff;
}

.navbar-toggler {
  display: none;
}