@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=MedievalSharp');

:root {
    --main-color: #141527;
    --bg-color: #729fb6;
    --second-bg-color: #B3D0DE;
    --text-color:#E5D283;
}



/* Style z ONAS */



.main_page_onas {
    display: flex;
    /* background-color: var(--bg-color); */
    height: 90vh;
    width: 100%;
    overflow: hidden;
    background-image: url(ciasto.jpg);
    background-size: cover;
    background-position: 0% 0%;
    align-items: center;
    /* #0e3457 */
}


.title_onas {
  display: flex;
  width: 100%;
  height: 10%;
  background-color: transparent;
  font-size: clamp(3rem, 5.3vw, 7rem) !important;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: 1s;
  color: var(--text-color);
  font-family: MedievalSharp;
}

.storyteller_left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  width: 100%;
  /* background-color: red; */
}

.storyteller_right {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  background-color: rgb(27, 173, 59);
}

.text_box {
  display: flex;
  font-size: 1.5rem;    
  height: 100%;
  width: 50%;
  background-color:var(--bg-color);
  opacity: 0;
  align-items: center;
}
.photo_box {
  display: flex;
  height: 100%;
  width: 50%;
  background-color:var(--text-color);
  opacity: 0;
  justify-content: center;
}


.column {
  margin-left: 20%;
  margin-right: 20%;
}
.text_container {
  position:absolute;
  width: 60%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pomoc_text {
  color: white;
  /* background-color: white; */
  padding: 10%;
  border: solid white;
  border-radius: 25px;
  text-align: center;
  font-size: clamp(1.3rem, 1.7vw, 2rem);    

}
zloto {
  color: var(--text-color);
  font-weight: 700;
}

@media (max-width: 1080px) {
  
  .column {
      margin-left: 0%;
      margin-right: 0%;
  }
  .text_container {
    position:absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pomoc_text {
    padding: 4%;
  }
}


@media (max-width: 280px) {
  
  .column {
      margin-left: 0%;
      margin-right: 0%;
  }
  .pomoc_text {
    padding: 2%;
    text-align: center;
    font-size: clamp(1.2rem, 1.7vw, 2rem);    
  
  }
}

  
@media (max-height: 850px) {
  
  .pomoc_text {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: clamp(1.1rem, 1.7vw, 2rem);    
  
  }
}

@media (max-height: 680px) {
  
  .pomoc_text {
    padding-top: 5%;
    padding-bottom: 1%;
    font-size: clamp(1.2rem, 1.7vh, 2rem);    
  
  }
}
@media (max-height: 580px) {
  
  .pomoc_text {
    padding-top: 5%;
    padding-bottom: 1%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: clamp(1rem, 1.7vh, 2rem);    
  
  }
}