@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
html {
  height: 100%;
}
body {
  padding-top: 5rem;
  font-family: 'Roboto Condensed', sans-serif;
  height: 100%;
}
body .wraper {
  min-height: 100%;
}
.lead li {
  list-style-type: none;
  margin-bottom: 10px;
}
h1 {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
h2 {
  margin-bottom: 20px;
}
h1:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  left: 45%;
  border-bottom: 3px solid #ff4901;
  bottom: -10px;
}
.bg {
  height: 120px;
  background: url(/img/bg.png);
  margin-bottom: 48px;
}
.antifooter {
  height: 80px;
}
footer {
  margin-top: -70px;
  height: 70px;
  padding: 15px;
  background: #202836;
  color: #fff;
}
footer .copy {
  margin-top: 10px;
}
footer .media {
  font-size: 28px;
}
footer .media a:hover {
  color: #fff;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.lang {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.9);
}
.lang:hover {
  background-color: #ccc;
  color: #fff;
}
.top-menu:hover {
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  footer .container .row div .copy {
    font-size: 12px;
  }
}
