@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,900&family=Montserrat:wght@400;600;900&display=swap");

body {
  background-color: #000000;
  justify-content: center;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0;
}

body::-webkit-scrollbar {
  /*wyjebanie paska scrollowania*/
  display: none;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* I K O N Y */

.top-icon {
  margin: 50px auto 18px auto;
}

.uno {
  padding-bottom: 7px;
  margin: auto 10px 20px 10px;
}

.dos {
  margin: auto 10px 22px 10px;
}

h1 {
  font-family: "Fraunces", serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 5px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  margin: 0px;
  padding-bottom: 12px;
}

h3 {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 30px;
  text-align: left;
}

p {
  font-family: "Fraunces", serif;
  font-weight: 400;
  text-align: justify;
  line-height: 150%;
}

.date {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.text {
  margin: 50px 150px 100px 150px;
  font-size: 22px;
}

.paragraph {
  padding: 15px 100px 15px 100px;
  margin-top: 50px;
}

.paragraph img {
  width: 50px;
  float: right;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

li {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

/*każdy przepis ma inne kolory:*/

.uno {
  color: #ffffff;
}

.rushcoov {
  background-color: #d8da55;
  color: #000000;
}

.lolita {
  background-color: #da91dc;
  color: #000000;
}

.arthryl {
  background-color: #ff7979;
  color: #000000;
}

.zywiec {
  background-color: #fae361;
  color: #000000;
}

.juniper {
  color: #000000;
  background-color: #bdff9c;
}

.niewiadomo {
  background-color: #88a4e6;
  color: #000000;
}

.porterowka {
  background-color: #c49d53;
  color: #000000;
}

.sennik {
  background-color: #db64a2;
  color: #000000;
}

.slashes {
  margin-top: 65px;
  margin-bottom: 0;
  padding: 0;
}

footer {
  background-color: #ffffff;
}

.div-for-wroc {
  padding: 50px;
}

.foot-word {
  color: #000000;
  font-size: 20px;
  letter-spacing: 6px;
  margin: 0;
  transition: all 0.2s ease;
}

.foot-link {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}

.foot-word:hover,
.foot-link:hover {
  text-shadow: 4px 3px 10px #000000;
}

/* Media Queries */

@media only screen and (max-width: 800px) {
  .fish {
    display: none;
  }

  h1 {
    font-size: 28px;
    padding: 20px 70px 0px 70px;
  }

  .slashes {
    padding: 20px 70px 30px 70px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 20px;
    justify-content: center;
  }

  p {
    text-align: justify;
    font-size: 17px;
  }

  .mode-button {
    width: 70px;
    height: 20px;
    font-size: 13px;
    padding: 0;
  }

  .text {
    /*margin: 70px 50px 50px 50px;*/
    margin: 0px 50px 0px 50px;
    text-align: justify;
    font-size: 22px;
  }

  .slashes {
    margin-top: 20px;
  }

  .paragraph {
    padding: 10px 20px 10px 20px;
  }

  li {
    font-size: 15px;
  }
}
