:root{
   
    --dok-text-color: #549888;
  
}
.top-menu{
    position: static; 
    background: var(--sticky-backround);
    opacity: 0.9;
    -webkit-box-shadow: 0px 6px 17px 1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 6px 17px 1px rgba(66, 68, 90, 1);
    box-shadow: 0px 6px 17px 1px rgba(66, 68, 90, 0.6);
}
.text-box{
    background-image: url(https://doksystem.com.pl/wp-content/uploads/2024/03/tlo-wiezowce.png); 
    background-attachment: fixed;
    background-repeat: inherit;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    
}
a,
a:hover{
    text-decoration: none;
}
.team-picture img{  
    border-radius: 50px ;
	-webkit-border-radius: 50px ;
	-moz-border-radius: 50px ; 
    width: 100px !important;
    height: 100px !important;
}