@import url("//fonts.googleapis.com/css?family=Ubuntu:400");
body {
  background-image: url('../img/tlo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: white;
  font-family: "inherit";
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.8);
}

.panel-extra {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 10px;
  font-size: 100px;
}
.panel-extra:hover {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.0);
  -moz-transform:    scale(1.0);
  -o-transform:      scale(1.0);
  -ms-transform:     scale(1.0);
}
.panel-extra > .panel-body {
  padding: 0px;
}
.panel-status {
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 10px;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: #e5e5e5;
}
strong {
  color: #5cb85c;
}

.odstep{
	margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  .stopka {
    display: none;
  }
}