body{
    font-family: Roboto;
    height: 100%;
    
}
#logo 
{
    background-image: url(tlo.png) ;
    height: 190px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
}
#logo img
{
    float: right;
}

#space
{
   height: 240px;
}
#space2
{
    height: 8px;
    clear: both;
}
#menu
{

    margin-bottom: 10px;
   height: 50px;
    margin: 3px;
}
#menu ul, #nav ul li
{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li a
{
    display: block;
   float: left;
    padding: 8px 20px;
    color: #979797;
 
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: none;
    margin-left: 5px;
   
    
}
#menu ul li a:hover
{
    color: #2aaefa;
   /*;*/
}
#info1
{
    float: left;
    
    height: 230px;
    background-color: rgba(75, 250, 250, 0.164);
    margin-left: 3px;
    width: 69%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2aaefa;
    font-weight: bold; 
    


}
#info2
{
    float: left;
    height: 230px;
    background-image:url(../pic/labo.png);
    background-size: 100%; 
    background-repeat: no-repeat;
    margin-left: 3px;
    width: 69%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2aaefa;
    font-weight: bold; 

}
#bok1
{
    float: right;
    height:230px;
    background-color: #def7a8;
    margin-right: 3px;
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #a3c400;
    
}
#bok2
{
    float: right;
    height: 230px;
    background-color: #def7a8;
    margin-right: 3px;
    width: 30%;
    margin-bottom: 3px;
    text-align: center;
    color: #a3c400;
    
    display: flex;
    align-items: center;
    justify-content: center;
}


#blok1
{
    clear: both;
    height: 300px;
    margin: 8px;
    margin-bottom: 15px;
    background-image: url(../pic/praca.jpg);
    background-size: 100%;
    background-position: center;
    text-align: center;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #2aaefa;
  font-size: 40px;
  font-weight: bold; 

}
#blok2
{
    clear: both;
    height: 300px;
    
    margin: 8px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #2aaefa;
  font-size: 40px;
  font-weight: bold; 
  border: #2aaefa solid 2px;
  background-color: #dff3ff;


}
#blok3
{
    clear: both;
    height: 300px;
    background-image: url(../pic/gun.jpg);
    background-size: 100%;
    background-position: center;
    margin: 8px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #2aaefa;
  font-size: 40px;
    font-weight: bold; 

    
}
#blok4
{
    clear: both;
    height: 300px;
    margin: 8px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #2aaefa;
  font-size: 40px;
  font-weight: bold; 
  border: #2aaefa solid 2px;
  background-color: #dff3ff;
  
}
.galeria
{
   text-align: center;
   
}
.galeria h2
{
    color: #2aaefaaf;
}
.foto
{
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border: #2aaefa 1px solid;
    border-radius: 5px; 
    margin: 5px;
    
}

.obiekt
{
    text-align: center;
    border: #2aaefa 1px solid;
    border-radius: 5px; 
    
    padding: 10px;
    margin: 10px;
}
#fotter
{

    border-top: #2aaefa solid 1px;
    height: 100px;
}
#fotter img
{
    float: right;
    width: 23%;
    padding: 5px;
}
#menuf
{
float: left;
  width: 30%;
   height: 50px;
    margin: 3px;
}
#menuf ul, #nav ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menuf ul li a
{
    display: block;
    padding: 3px 20px;
    color: #2aaefaaf;
    text-decoration: none;
    font-weight: none;
    margin-left: 5px;    
}
#menuf ul li a:hover
{
    color: #a4c400e0;
   /*;*/
}
#content
{
    text-align: center;
}
#content h3
{
    color: #2aaefa;
    font-size: 24px;
    text-decoration: none;
    border-bottom: #2aaefa solid 1px;
    padding: 10px;
}
#content h2
{
    color: #2aaefa;
}


#maps 
{
    border-top: #2aaefa solid 1px ;
    padding: 5px;
}
#line
{
    border-top: #2aaefa solid 1px;
}
#content p{
    color: #2aaefa;
}

#cookie-warn{
    position: fixed;
    bottom: 0;
    background: #EEE;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none;
    z-index: 99;
}
 
#cookie-warn a{
    color: #2aaefa;
    text-transform: uppercase;
    float: right;
    padding-right: 50px;
}
 
#cookie-warn p{
    font-size: 12px;
    color: #333;
}

#content a
{
    
    padding: 8px 20px;
    color: #a3c400;
 
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: none;
    
   
    
}
#content a:hover
{
    color: #979797;
   /*;*/
}
   #pasek
   {
       border: #2aaefa solid 1px;
       width: 10%;
      margin-left: auto;
      margin-right: auto;
   }
   .nazwaobiekt h2
   {
       font-size: 50px;
       color: #2aaefa
   }
   .tekstobiekt
   {
     color: #a3c400;
   }