@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;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    background-image: url(onas.jpg);
    background-size: cover;
    background-position: 0% 0%;
    align-items: center;
}


.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;
    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);
    align-items: center;
    opacity: 0;

  }
  .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 {
    display: flex;
    /* position:absolute; */
    /* width: 90000vw; */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pomoc_text {
    color:white;
    background-color: #0e3457;
    padding: 10%;
    border: solid white;
    border-radius: 25px;
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2.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;
    }
}
