@media (width <= 1920px) 
{
  
  :root
  {
    --dfh: 60px;
  }



  #header .logo-container
  {
    max-width: 170px;
  }




  .big-txt 
  {
    text-align: center;
    font-size: clamp(2.5rem, 3.5vw + 1rem, 4.3rem);
    line-height: clamp(3.1rem, 4.5vw + 1rem, 5.1rem);
  }
  
  .mid-txt 
  {
    text-align: center;
    font-size: clamp(1.2rem, 3.5vw + 1rem, 1.3rem);
    line-height: clamp(1.8rem, 3.5vw + 1rem, 1.5rem);
  }




  .board 
  {
    align-items: center;
    justify-content: center;
  }
  
  
  .board-content 
  {
    width: 100%;
    max-width: 650px !important;
  }

  #main-board .board-content 
  {
    gap: 0.7rem;
    right: 0%;
    max-width: 600px !important;
    align-items: center;
    justify-content: center;
  }
  #main-board .board-content button 
  {
    margin-top: 1rem;
    max-height: 45px;
  }



}











@media (width <= 1285px) 
{

  #main  
  {
    padding: 0 0.5rem;
  }

  #footer 
  {
    padding: 1.5rem 1rem;
  }

}











@media (width <= 1046px) 
{



  #main .row
  {
    padding: 1rem 0 !important;
  }


  #navbar 
  {
    gap: 1rem;
    font-size: 1rem;
  }


  .sidebar 
  {
    display: none !important;
  }
  
  
  .minhide 
  {
    display: none !important;
  }
  .center 
  {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }





  .section-header 
  {
    padding: 1rem !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .section-header .center-left 
  {
    all: unset !important;
  }
  .section-header > *, 
  .section-header .section-header-txt 
  {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .section-header > * .ico 
  {
    display: none;
  }






  .board 
  {
    inset: 0;
    margin: auto;
    flex-wrap: wrap;
    margin: 1rem 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: var(--ui-radius);
  }
  .board .hs 
  {
    border-color: #2a2c5e;
  }
  .board > * 
  { 
    max-width: unset;
    align-items: center;
    justify-content: center;
    
  }
  .board-content 
  {
    z-index: 1; 
    text-align: center;
    padding: 1rem;
    max-width: 600px !important;
  }
  .board-image-container 
  {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    align-items: center;
    border-radius: inherit;
    justify-content: center;
    max-width: unset !important;
  }
  .board-image-container::before 
  {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: inherit;
  }
  .board-image-container::after 
  {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1;
    opacity: 0.2;
    position: absolute;
    border-radius: inherit;
    background-image: var(--bg-gradient-blue);
  }
  .board-image-container img 
  {
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    border-radius: inherit;
  }






  .cell-bdr-right > *
  {
    border-right: unset !important;
    border-bottom: 1px solid var(--bdr) !important;
  }
  .cell-bdr-right > *:last-child
  {
    border-right: unset !important;
    /* border-bottom: none !important; */
  }



}





@media (width <= 710px) {

  .t-block-container > * {
    border-right: none;
  }

  .grid-temp-300xp {
    grid-template-columns: repeat(auto-fill, minmax(306px, 1fr) ) !important;
  }

}



@media (width <= 600px) {


  .button, 
  .button-r
  {
    align-items: center;
  }


  #navbar-selector 
  {
    display: flex !important;
  }

  .navbar-container 
  {
    width: 1px;
    top: var(--dfh);
    right: 0;
    bottom: 2px;
    position: fixed;
    
  }


  .navbar-container .navbar 
  {
    top: 2px;
    right: 0;
    bottom: 2px;
    width: 200px;
    display: none;
    padding: 1rem !important;
    position: absolute;
    align-content: center;
    flex-direction: column;
    backdrop-filter: blur(30px);
    background-color: hsl(0, 0%, 100%, 0.90);
    box-shadow: -10px 0px 10px -5px rgba(0,0,0,0.5);
  }

  .navbar-container .navbar > *
  {
    width: 100%;
    flex-grow: 0;
    padding: 0.3rem;
    z-index: 10 !important;
    text-align: left;
    height: fit-content;
    border-radius: 3px;
    justify-content: flex-start;
  } 

  .navbar-container .navbar > *:hover 
  {
    background-color: #f3f3f3 !important;
  }


  .menu-container 
  {
    z-index: 100 !important;
  }
  .navbar-container .navbar .menu 
  {
    z-index: 100;
    margin-left: -20px;
  }


  #main-donate-button 
  {
    display: none;
  }

  
}



@media (width <= 500px) {

  .gen-form {
    width: 100% !important;
    max-width: 90vw !important;
  }

}