@import url(https://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);

#header {
  background: url('../img/bg3.jpg') center;
  background-size: cover;
  width: 100%;
  height: 500px;
  border-bottom: 10px solid #be0000;
}

a {
  color:#d9534f;
}

a:hover {
  color:#c9302c;
}

h1 {
  font-family: 'Anton', sans-serif;
  font-size:48px;
  padding:10px;
  background: #333436;
  color:#fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-top:0;
}

h1.yellow {
  background: #e2c039;
}

.zapytanie {
  padding: 40px;
  background-color: rgba(51,52,54,0.3);
}

h2 {
  font-family: 'Anton', sans-serif;
  margin-top:0;
  text-align: center;
  color:#be0000;
}

h3 {
  font-family: 'Anton', sans-serif;
  margin-top:50px;
  color: #fff;
  background-color: rgba(51,52,54,0.3);
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  letter-spacing: 2px;
  font-size: 36px;
}

p {
  font-size:18px;
  line-height: 30px;
  text-indent: 20px;
}

.box {
  padding:20px;
}

.footer {
  background: url("../img/footer.jpg") no-repeat center center;
  background-size: cover;
  height: 250px;
  width: 100%;
  margin-top:30px;
}

.sticker {
  display: block;
  position: absolute;
  left:100px;
  z-index: 100;
  top:120px;
}

tr.hours td {
  font-size:24px;
}

tr.prices td {
  font-size:30px;
  font-weight: 700;
}

tr.prices td small {
  color:grey;
  font-size:18px;
}
