html {
    scroll-behavior: smooth;
  }

body{
    background-color: rgb(82, 85, 94);
}

.main {
    padding-right: 5%;
    padding-left: 5%;
}

.top {
    margin-top: 1%;
    margin-bottom: 0;
    padding: 3%;
    border-radius: 20px;
    background-color: rgba(159, 169, 180, 0.6);
}

.tabbies {
    background-color: #D1846B;
}

.accomplishments {
    
}

.construction {
    margin: 1%;
    padding: 1%;
    color: #FFF;
    background-color: #000;
}

.intro {

}

.about{
    
}

.contact-icon {
    max-height: 50px;
    margin-top: 4px;
}

.contact-blok {

}

.contact-short {
    margin-bottom: 5%;
}

.socialmedia {
    margin-bottom: 5vh;
}

.Navbar-top {

}

.top-nav {
    line-height: 80%;
}

.experience {

}

.Flaga {
    width: 50px;
    margin-right: auto;
}

.taby {
    background-color: #B6B6B6;
}

.active {
    background-color: #85727D !important;
}

H1 {
    color: #FFF;
}

.zdjecie {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    
}

.about {
    padding-top: 3%;
}

.P1 {
    font-size: 3em;
}

.P2 {
    font-size: 1.2em;
}

.P3 {
    
    font-size: 1.4em;
    font-style: italic;
}

.P4 {
    font-size: 1.3em;
}

.P5 {
    font-size: 2vw;
}

.podsekcja {
    padding: 10px 20px 10px 20px;
}


.blok {
    background: rgba(174, 177, 175, 0.64);
    margin-left: 0px;
    margin-right: 0px;
    padding: 2% 0% 2% 0%;
    height: 100%;
}

.interests {
    margin-left: 15px;
    margin-right: 15px;
}

.dol {
    text-align: center;
    background: rgba(174, 177, 175, 0.64);
    margin: 10px 0px 10px 0px;
}

@media screen and (max-width: 768px){
    .P1 {
        font-size: 10vw;
    }
    
    .P2 {
        font-size: 3.5vw;
        line-height: 1.4;
    }
    
    
    .P5 {
        font-size: 3vw;
    }

    .P4 {
        font-size: 1.5em;
    }

    .blok {
        height: initial;
        margin-bottom: 2%;
    }

    .podsekcja {
        padding: 5%;
    }

    .zdjecie {
      max-width: 50%;
        
    }
    
    /*
    #P3 {
        font-size: 3vw;
        font-style: italic;
    
    }


} */


} 

.returner {
    position: fixed;
    z-index: 1000000;
    bottom: 10%;
    right: 0.5%;
}


a:link {
    color: rgb(42, 74, 133);
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: rgb(42, 74, 133);
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 13px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #D1846B; 
}

::-webkit-scrollbar-thumb:hover {
    background: #F75740; 
}