/* PUBLIC PAGES GRID STYLES */

.container_public {
  color: black;
  font-family: helvetica, arial, sans-serif;
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: 300;   
  
   max-width: min(1600px, 95%); 
   min-height: min(95vh, 95%);
   margin: 0 auto;

    
   
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   grid-template-rows: 75px 1.5fr 1fr 50px;
   gap: 15px;
}


.wd_grid_public_head1  {
  grid-column: 1 / 3;
  grid-row: 1/2;

  font-size: 1.0rem;   
   background-color: hsla(205,50%,95%,0.90); 
   
   padding: 15px;
   
}

.wd_grid_public_head_info  {
  
  grid-column: 3 / 4;
  grid-row: 1/2;
  
  background-color: hsla(205, 50%, 95%, 0.8);
  padding: 15px;
  align-content: center;
}

.wd_grid_public_head1_right  {
  
  grid-column: 4 / 5;
  grid-row: 1/2;
  
  background-color: hsla(205, 50%, 95%, 0.8);
  padding: 15px;
  align-content: center;
}



.wd_grid_public_body_upper  {
  grid-column: 1 / 5;
  grid-row: 2/3;

  font-size: 1.0rem;   
  background-color: hsla(205, 50%, 95%, 0.8); 
   
}


.wd_grid_public_body_left  {
  grid-column: 1 / 3;
  grid-row: 3/4;

  font-size: 1.0rem;   
  background-color: hsla(205,50%,50%,50%);
   
}


.wd_grid_public_body_right  {
  grid-column: 3 / 5;
  grid-row: 3/4;

  font-size: 1.0rem;   
  background-color: hsla(205,50%,50%,50%);   

}


.wd_grid_public_footer  {
  grid-column: 1 / 5;
  grid-row: 4/5;

  font-size: 1.0rem;   
   background-color: hsla(205,50%,48%,1.00); 
   

}


.img_grid_public_body {
    
opacity: 90%;
z-index: 5;
width: 150px;
height: 150px;

}
