/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@font-facexx {
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: beige;
}
.label {
  font-size: 100%;
  color: #222222;
}
.carousel-inner {
  line-height: 0;
}
table {
  font-size: 16px;
}
.navbar-default {
  background-image: linear-gradient(to bottom,#54904c 0%,#204024 100%);
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
.navbar-textxxx {
  color: white;
}
.navbar-navxxx {
  color: white;
}
#navbarxxx {
  color: white;
  background-image: linear-gradient(to bottom,#264904 0%,#8dc594 100%);
}

.file {
    font-size: 100%;
}
