
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush');
.navbar-brand {
    font-family: 'Caveat Brush', cursive;
}

.bs-docs-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 0px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}

.bs-docs-footer  li > a {
  color: #9d9d9d;
}
.bs-docs-footer  li > a:hover,
.bs-docs-footer  li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

}

.container-footer{
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}
