html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.navbar {
    background: rgb(63, 81, 181);
    background: linear-gradient( 45deg, rgba(63, 81, 181, 1) 0%, rgba(63, 81, 181, 0.7679446778711485) 47%, rgb(68, 68, 68) 100% );
    color: #ffffff;
}

.example-spacer {
    flex: 1 1 auto;
}