
.hero-section {
  background: url("https://bulgaria.tucoo.pl/images/bulgaria-nessebyr.webp") 20% no-repeat;
  background-size: cover;
  height: 30vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}


.social-footer {
  padding: 1rem;
  background: #e3e3e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
}

.social-footer .social-footer-icons .fa {
  font-size: 1.3rem;
  color: #D62612;
}

.social-footer .social-footer-icons .fa:hover {
  color: #4a4a4a;
  transition: color 0.3s ease-in;
}

.social-footer .font {
  font-size: 1.3rem;
  color: #D62612;
}

.podpis {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 5px;
  padding: 5px;
  background: #f2f2f2; } 
 
 .podpis p {
  font-size: .75rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0px;}