/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #125331 white;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 15px;
}
*::-webkit-scrollbar-track {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: #34ab75;
  background: linear-gradient(to right, #34ab75 0%, #125331 100%);
  border-radius: 8px;
  border: 2px solid #125331;
}
html{
    scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  font-family: Calibri;
  font-size: 16px;
  background-image: url("../gfx/tlo.png");
}
div.bgopacity{
  background-color: rgba(255,255,255,0.85);

}

div.email_no{
  height:70px;
  font-size:200%;
  color:#f00;
  background-color:#fee;
  border:1px solid #fdd;
  display:flex;
  justify-content: center;
  align-items:center;
}
div.email_yes{
  height:70px;
  font-size:200%;
  color:#0a0;
  background-color:#efe;
  border:1px solid #dfd;
  display:flex;
  justify-content: center;
  align-items:center;
}

/***********************************
 ***      N A W I G A C J A      ***
 ***********************************/

nav{
  background: linear-gradient(to bottom, #34ab75 0%, #125331 100%);
  box-shadow: 0px 0px 10px 5px #bbb;
  color: #fff;
  position: sticky;
  top: 0px;
  z-index: 10;
  font-family: "Times New Roman";
}
nav > div{
  height: 100px;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content:space-between;
  align-items: center;
  transition: all 0.5s;
}
nav div.logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
nav div.logo img{
  height: 80%;
}
nav div.menu{

}
nav div.menu a{
  display: inline-block;
  color: #fde59a;
  padding: 5px 20px;
  font-size: 150%;
  text-decoration: none;

  background: linear-gradient(#d8a642, #fdd57a, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.2s all;
  background-size: 1px 100px;
}
nav div.menu a:hover{
  color: #fde59a;
  background-position: 100px;
  text-decoration: underline;
}

nav div.menu_phone{
  display: none;
  border: 3px solid #d8a642;
  padding: 6px 6px 0px 6px;
  border-radius: 5px;
  float: right;
}

nav div.menu_phone div{
  background-color: #d8a642;
  width: 30px;
  height: 4px;
  padding: 0;
  margin-bottom: 6px;
}

/***********************************
 ***         S E K C J E         ***
 ***********************************/
section{
  scroll-margin-top: 100px;
  margin-bottom: 70px;
}

section > div{
  min-height: 400px;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  position:relative;
  transition: 0.5s all;
}


section .left{
  float: left;
}

section .right{
  float: right;
}

section .image{
/*  background-color: #eee;*/
  background-size: cover;
  border: 1px solid #063c0c;
  height: 400px;
  width: 40%;
}

section .text{
  width: 55%;
  height: 100%;
  padding: 20px;
  color: #063c0c;
}

section .text h1{
  font-size: 300%;
  margin: 0;
  padding: 0;

  text-transform: uppercase;
}

section .text span{
  font-size: 150%;
  display: block;
}

section .text span::first-letter{
  font-size: 130%;
  margin-left: 20px;
}

#about img{
  display: none;
}

#about div.image{
  background-image: url("../gfx/adwokat.png");
  background-size: cover;
  background-position: bottom;
  height: 500px;
  width: 100%;
  max-width: 1000px;
  border: 0;
}

#about .text{
  width: 40%;
  height: 84%;
  background-color: rgba(245,245,245,0.8);
  margin: 20px;
  border-radius: 10px;
  position: absolute;
  transition: 0.3s all;
}
#about span{
  margin-bottom: 10px;
  display: block;
}


#about .text:hover{
  -webkit-transform: scale(1.07, 1.07); /* Chrome 4.0-36; Safari 9.0-3.2; */
  -ms-transform: scale(1.07, 1.07); /* IE/Edge 9.0-10.0 */
  -moz-transform: scale(1.07, 1.07); /* Firefox 3.5-16.0 */
  -o-transform: scale(1.07, 1.07); /* Opera 10.5-23.0 */
  transform: scale(1.07, 1.07);
  background-color: rgba(255,255,255,0.85);
}



#services h1{
  font-size: 300%;
  margin: 0 0 20px 0;
  padding: 0;

  text-transform: none;
}
#services .text{
  width: 200px;
  padding-right: 0;

}

#services div > div a {
  margin: 0;
  color: #063c0c;
  padding: 5px 0 5px 10px;
  font-size: 150%;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(6,60,12,0.2);
  transition: all 0.2s;
}

#services div > div a:hover {
  letter-spacing: 1px;
  background-color: rgba(6,60,12,0.05);
}

.services_active_link{
  border-right: 5px solid red;
}

#services .services_details{
  width: 70%;
  font-size: 120%;
  border-left: 1px solid rgba(6,60,12,0.2);
  margin: 0;
  padding-left: 20px;
  text-align: justify;
}

#services .services_details span{
  margin-bottom: 10px;
  display: block;
}
#services .services_details span::first-letter{
  margin-left: 20px;
  font-size: 120%;
}

#salary {
  height: 380px;
  background-color: #125331; /* #34ab75 */
  color: white;
}

#salary div.text{
    margin: 50px auto 50px auto;
    height: 250px;
    color: rgba(255,255,255,0.8);
    text-align: justify;
}

#salary .image{
  background-image: url("../gfx/salary4.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border:0;
  height: 380px;
  transition: all 1s;
}
#salary .image:hover{
  background-size: 60%;
}

#probono > div{
  display: flex;
  align-items: center;
}
#probono .image{
  background-image: url("../gfx/probono.jpg");
  background-position: right;
  height: 300px;
  background-size: 115%;
  transition: all 1s;
}
#probono .image:hover{
  background-size: 170%;
  background-position: bottom;
}
#probono span{
  font-size: 120%;
}

#contact span:first-of-type{
  display: block;
  border-left: 3px solid #063c0c;
  padding: 10px;
}
#contact .text{
  text-align: justify;
}

#contact iframe{
  border: 0;
  height: 100%
}

/*
#contact_form{
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 50px auto;
}
#contact_form .left{width: 400px;}
#contact_form .right{width: 580px;}
#contact_form fieldset{
  padding: 0px 10px 10px 10px;
  margin: 10px 0px;
  font-size: 130%;
  border-radius: 5px;
  display: block;
  transition: all 0.3s;
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 0;
}
#contact_form input, #contact_form textarea{
  width: 100%;
  font-size: 120%;
  font-family: Calibri;
  border: 1px solid rgba(0, 128, 0, 0);
  border-radius: 5px;
  background-color: rgba(128, 128, 128, 0.07);
  transition: all 0.3s;
  padding: 0px 0px;
}
#contact_form textarea{
  height: 187px;
}
#contact_form form > input:last-child{
  width: 900px;
  height: 50px;
  margin: 0px 50px;
}
#contact_form input:hover, #contact_form textarea:hover,
#contact_form input:focus, #contact_form textarea:focus{
  background-color: rgba(0, 128, 0, 0.1);
  border: 1px solid rgba(0, 128, 0, 0.3);
}
*/

/***********************************
 ***         F O O T E R         ***
 ***********************************/
footer{
  border: 1px solid black;
  background: linear-gradient(to bottom, #125331 0%, #34ab75 100% );
  box-shadow: 0px 0px 10px 5px #bbb;
  height: 100px;
  color: #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer > div > div{
  text-align: center;
}
footer > div > div:last-of-type{
  color: #ccc;
}
footer a{
  color: #bbb;
}
