* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Sans-serif;
}

.mobil-text{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(firewood3.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
 }

 @media only screen and (max-width: 600px){
  header {
    background-attachment: scroll;
  }
 }

 header .btn{
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
 }




header .container {
  position: relative;
  z-index: 2;
}

h4{
  line-height: 150%;
}
.nadpis{
  width: 800px;
  margin: auto;
  padding: 50px 0px 0px 0px;
  line-height: 26px;
}
.metraz{
  padding: 50px 0px 0px 0px;
  line-height: 150%;
  letter-spacing: 1px;
}

/*----KARTY----*//*----JEDNOTLIVÉ----*/

footer .card {
  filter: drop-shadow(0 0 0.75rem rgb(255, 255, 255));
}

.profile-card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;

}


.profile-card h2 {
  color: white;
  text-shadow: black 2px 2px 2px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 2em;
  position: absolute;
  width: 100%;
}





/*<-- slide up text -->*/

.content {

  animation: slide-up 2s ease forwards;
  -webkit-animation: slide-up 2s ease forwards;
  animation-delay: 0;
  -webkit-animation-delay: 0s;
  z-index: -1;
}

@keyframes slide-up{
0%{
  transform: translateY(250px);
}


 100% {
  transform: translateY(0px);
}

}


/* FORMULÁŘ FORMULÁŘ FORMULÁŘ */

.form{
  margin-top: 15px;
  background: rgb(0, 0, 0);
}

.form-text-succes{
  animation: slide-up 6s ease forwards;
  font-size: 20px;
  color: white;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background-color: rgba(0, 128, 0, 0.5);
}

.form-text-fail{
  animation: slide-up 6s ease forwards;
  font-size: 20px;
  color: white;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background:  rgba(135, 20, 20, 0.5)
}

.box  {
  margin: auto;
  width: 350px;
  padding-top: 50px;
  color: white;
}

.box input{
  font-size: 15px;
  width: 100%;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgb(255, 255, 255);
  
}

.box textarea{
  font-size: 15px;
  width: 100%;
  height: 100px;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgb(255, 255, 255);


}


input[type="submit"]{
  color: rgb(0, 0, 0);
}
input[type="submit"]:hover{
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: 0.5s;
}

.reference a{
  text-decoration: none;

}


.gallery img{
  padding: 5px;
}

.kontakty{
  border-top: 1px  solid rgba(128, 128, 128, 0.2)  ;
}




:root {
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
}

.wrapper {  
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
 
}
.wrapper > div {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #363833;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 7em;
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
div.bg {
  background-image: repeating-linear-gradient( 105deg, 
    var(--gold) 0% , 
    var(--dark-shadow) 5%,
    var(--gold) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px black);
  transform: scaleY(1.05);
  transform-origin: top;
}
div.fg{
  background-image: repeating-linear-gradient( 5deg,  
    var(--gold) 0% , 
    var(--light-shadow) 23%, 
    var(--gold) 31%);
  color: #1e2127;
  transform: scale(1);
}

@media only screen and (max-width: 600px) {
  .wrapper > div {

    font-size: 3em;

  }

  .nadpis{
  
    width: 80%;


  }

  header .btn{
   margin-top: 2em;
   background-color: rgba(0, 0, 0, 0.5);
   color: white;
  }

  header{
    height: 65vh;
  }

  footer{
    height: 100%;
  }

}

.fb {

  width: 2rem;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 14px;

}

.fb:hover {
  border-bottom: 1px solid white;

}
