@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700");

html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  background: linear-gradient(90deg, #000000 0%, #001aff 100%);
  height: 100%;
  color: white;
}

.font-weight-lighter {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.navbar-nav>li>a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.navbar {
  min-height: 64px;
  font-size: larger !important
}

.navbar-brand {
  font-size: xx-large;
  font-weight: 700;
}

.middle {
  background-color: #000;
}
