h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.main {
  width: 100%;
  height: 100%;
  background-image: url('../images/sceneczbkg_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.body {
  padding-top: 15%;
  padding-bottom: 10%;
  background-color: #212121;
  background-image: url('../images/sceneczbkg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
  font-size: 115px;
  line-height: 115px;
  font-weight: 100;
  text-align: center;
}

.a {
  color: #fff;
}

.link {
  color: #fff;
}

.link:hover {
  text-decoration: none;
}

.light {
  font-weight: 300;
}

.a-center {
  text-align: center;
}

.construct {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 25px;
  border: 1px solid #fff;
}

.whatis {
  padding-top: 40px;
}

.akce-link {
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}

.heading {
  margin-top: 90px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #fff;
  font-weight: 100;
}

.akce {
  margin-bottom: 30px;
}

.c {
  text-align: center;
}

.li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 479px) {
  .h1 {
    font-size: 75px;
  }
  .construct {
    margin-right: 10px;
    margin-left: 10px;
  }
}

