/* body { */
/*   font-family:  
    background-color: */
/*   display: flex;
  min-width: 320px;
  max-width: 768px;
  font-family: Montserrat;
  font-size: 1.5rem;
  background-color: #1c1b1b;
  color: white;
  width: 100vw;
} */

body {
  margin: 0;
  background-color: #252729;
  color: white;
  font-family: 'Montserrat';
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-size: 1rem;
}
.sekce_spolecne {
  background-color: rgb(26, 26, 26);
  padding-bottom: 1rem;
  margin: 0 auto;
  width: 100vw;
}

.stranka_footer {
  background-color: rgb(26, 26, 26);
  min-width: 20rem;
  max-width: 48rem;
  min-height: fit-content;
}

.pozadi__sipky {
  min-width: 20rem;
  max-width: 48rem;
  height: 2rem;
  background-image: url('../img_podklady/sipky_pozadi.svg');
  background-color: #e5e5e5;
  filter: invert(100%);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

@media only screen and (min-width: 900px) {
  .sekce_spolecne {
    max-width: 48rem;
  }

  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
  }

  h3 {
    font-size: 2rem;
  }

  p {
    font-size: 1.5rem;
  }

  .logo-uvod {
    max-width: 60%;
  }
}
