@font-face {
    font-family: 'BiomeLight';
    src: url('../fonts/biome.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

body {
   display: flex; 
       max-width: 100%;
   flex-direction: column;
   color: #FAFAFA;
   font-family: 'BiomeLight', sans-serif;
   font-size: 18px;
   font-weight: normal;
   background: #000000;
}

.top
{
   display: flex; 
   width: 100%;
}
.topLogo
{
    margin-left: 1vh;
    width: 39vmin;
    height: 16vmin;
    background-image: URL('../images/logo_text.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.topUp
{
    z-index: 4;
    margin-left: auto; /* Zarovná A na pravou stranu */
    position: relative;
    display: inline-block;
    top: 4vmin;
    height: 3.3rem;
    border-bottom: 1px solid transparent;
}
.topUp::after {
   z-index: 4;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, black, gray); 
}


    .topMenu
    {
        display: block;
        float: right;
        font-family: 'BiomeLight', sans-serif;
        color: #CCCCCC;
        margin: 5px 0;
        padding-left: 1rem;
        padding-right: 0rem;
        font-size: 2rem;
    }
  .topMenu_empty
  {
      display: block;
      float: right;
      font-family: 'BiomeLight', sans-serif;
      color: #CCCCCC;
      margin: 5px 0;
      width: 3rem;
      padding-right: 1rem;
      font-size: 2.5rem;
  }

.main
{
   display: flex; 
   flex-direction: column;
}
    .mainPhoto
    {
       display: flex; 
       flex-direction: row;
        margin-left: 0vw;
        margin-top: -5vh;
        padding: 0px;
        z-index: 1;
    }

.photoStyle
{
    height: 65vw;
}

.smallPhotoStyle
{
    height: 50vmin;
    max-width: 50vw;
    float: right;
    width: auto;
    margin: 1vh;
}

.smallPhotoStyleL
{
    height: 50vmin;
    max-width: 50vw;
    float: left;
    width: auto;
    margin: 1vh;
}



.smallPhotoStyleh
{
    width: 40vmin;
    max-width: 50vw;
    float: right;
    height: auto;
    margin: 1vh;
}

.smallPhotoStylehL
{
    width: 40vmin;
    max-width: 50vw;
    float: left;
    height: auto;
    margin: 1vh;
}


  .mainText
  {
      margin-top: 3rem;
      margin-right: 0rem;
      display: block;
      color: #E6954C;
      font-size: 7vh;
      z-index: 10;
  }
.mainSmall
{
    color: #999999;
    font-size: 2vmax;
    z-index: 10;
}

.mainBanner
{
    width:85%;
    max-width: 100%;
    margin-left: 10%;
    margin-top: 3rem;
    display: block;
    color: #EEEEEE;
    font-size: 2rem;
    z-index: 10;
}
.mainBannerTitle
{
 height: 4vh;
 width: 100%;
 background: #215F9A;
 color: #FFFFFF;
 font-size: 3vh;
}

.bannerBlue
{
    color: #215F9A;
    font-size: 2.5rem;
    z-index: 10;
    margin-right: 2vh;
}
.bannerWhite
{
    color: #FFFFFF;
    font-size: 2.5rem;
    z-index: 10;
}
.bannerText
{
    color: #B0B0B0;
    font-size: 1.2rem;
    z-index: 10;
}

a {
    color: #BBBBBB;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


@media (orientation: landscape) {
    body {
        width: 60%;
        margin: 0 auto; 
    }
    .photoStyle
    {
        height: 40vw;
    }
    .smallPhotoStyle
    {
        height: 30vmin;
        float: right;
        width: auto;
        margin: 1vh;
    }

    .smallPhotoStyleL
    {
        height: 30vmin;
        float: left;
        width: auto;
        margin: 1vh;
    }
    .mainBanner
    {
        margin-left: 0rem;
        margin-top: 13rem;
        position: absolute;
        width:35%;
        left: 50%;
        top: 7rem;
        color: #EEEEEE;
        font-size: 2vmin;
        z-index: 10;
    }
    .mainBannerTitle
    {
     height: 1.6rem;
     width: 100%;
     background: #215F9A;
     color: #FFFFFF;
     font-size: 1.2rem;
    }
    .bannerText
    {
      color: #B0B0B0;
      font-size: 1rem;
      z-index: 10;
    }
    .bannerBlue
    {
      color: #215F9A;
      font-size: 1.5rem;
      z-index: 10;
      margin-right: 2vh;
    }
    .bannerWhite
    {
      color: #FFFFFF;
      font-size: 1.5rem;
      z-index: 10; 
    }
      .mainText
      {
          margin-top: 3rem;
          margin-right: 5rem;
          display: block;
          color: #E6954C;
          font-size: 3.5rem;
          z-index: 10;
      }
      .mainSmall
      {
          color: #999999;
          font-size: 1rem;
          z-index: 10;
      }
      
     .topMenu
    {
        display: block;
        float: right;
        font-family: 'BiomeLight', sans-serif;
        color: #CCCCCC;
        margin: 5px 0;
        padding-left: 1rem;
        padding-right: 0rem;
        font-size: 1rem;
    }
    .topUp
{
    z-index: 4;
    margin-left: auto; /* Zarovná A na pravou stranu */
    position: relative;
    display: inline-block;
    top: 4vmin;
    height: 2rem;
    border-bottom: 1px solid transparent;
}
.topUp::after {
   z-index: 4;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, black, gray); 
}


}
