.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.icon.ion-social-facebook {
  padding-right: 19px;
  color: rgb(241,118,0);
  font-size: 37px;
}

.container-front {
  max-width: 100%;
  padding: 0;
}

.col-frontpage {
  padding: 0;
  height: 80vh;
}

.col-frontpage.col-frontpage1 {
  background-image: url("../../assets/img/paintball_classic_hlavna_min.jpg");
  background-position: center;
}

.col-frontpage.col-frontpage2 {
  background-image: url("../../assets/img/junior%20paintball%20hlavna1000.jpg");
  background-position: center;
}

.col-frontpage.col-frontpage3 {
  background-image: url("../../assets/img/archery_hlavna_1000.jpg");
  background-position: center;
}

.col-frontpage {
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-frontpage {
  color: white!important;
  text-shadow: #000 10px 10px 10px;
}

.heading-frontpage:hover {
  color: #f17600!important;
}

.heading-frontpage a {
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .heading-frontpage {
    font-size: 80px!important;
  }
}

