body {
  margin: 0;
}

p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.navbar-brand {
  font-size: 0px;
  background-image: url(../../../images/feats.svg);
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.page {
  background: white;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
  overflow-y: auto;
}

.feats-logo {
  background-size: contain;
  background-color: transparent;
  background-image: url('../images/feats.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 36px;
}

.splash {
  position: absolute;
  display: table;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: contain;
  background-image: url('../images/feats.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.splash .splash-center {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.splash pre {
  overflow: hidden;
}

.button:hover,
.button:active {
  color: #fff;
  background: #2fa4e7;
}

.button {
  color: #2fa4e7;
  background: #fff;
  border: 1px solid #2fa4e7;
  font-size: 17px;
  padding: 7px 12px;
  font-weight: normal;
  margin: 6px 0;
  margin-right: 12px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  min-width: 120px;
}


/* bootstrap color overrides */

body {
  font-size: 16px;
}

a {
  color: #888;
}

.navbar {
  background-image: -webkit-linear-gradient(#666, #555);
  background-image: linear-gradient(#666, #555);
  border-bottom: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff606060', endColorstr='#ff505050', GradientType=0);
}

select.language {
  float: right;
}

.navbar-right li:nth-of-type(2), .navbar-right li:nth-of-type(3) {
  display: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #aaa;
}

@media (min-width: 992px) {
  .bs-sidebar.affix {
    bottom: 10px;
  }
}

footer {
  visibility: collapse;
}

.navbar-default .navbar-toggle {
  border-color: #ccc;
}

.warning {
  padding: 0 1em 0em 1em;
  border: solid 0.4em #666;
  font-size: 16px;
  transform: rotateZ(16deg);
  -o-transform: rotateZ(16deg);
  -moz-transform: rotateZ(16deg);
  -webkit-transform: rotateZ(10deg);
  float: right;
  width: 270px;
  text-align: center;
  color: #666;
  background-color: white;
  margin: 30px;
}

.sticker {
  float:left;
  width: 300px;
  height: 250px;
  background-image: url(../../../images/feats.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding-top: 75px;
  padding-left: 50px;
  padding-right: 20px;
}

.sticker:after {
  content:'feats.io';
  background-color: #fefefe;
  padding: 1px;
}

.sticker b {
  font-size: 1.1em;
  background-color: #fefefe;
  padding: 1px;
}
.sticker em {
  font-size: 0.8em;
  background-color: #fefefe;
  padding: 1px;
}