    /*@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');*/
    

    /* Custom Scrollbar */   
    /* width */
    ::-webkit-scrollbar {
    width: 10px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
/*  background: #f1f1f1;    */
    background: white;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #888; 
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #242424;
/*  background: #555; */
    }


    .post a{
        text-decoration: none;
        color: black
    } 
    
    .post img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }


    .card-text{
        overflow-y: scroll;
        height: 100px;
    }

    @media only screen and (max-width: 875px) {

        .jumbotron {
          width: 100%;
        }
    }

    html{
        min-height: 100%;
        height: 100%;
    }
    

    body{ 
        background-color: rgb(218, 218, 218);
        min-height: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
      
    .main {
        flex: 1;
    }

    .shadow-box
    {
        box-shadow: 4px 3px 18px 6px #0000007d; 
    }
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbarcolorforme {
         background-color: yellowgreen
    }

    .profile-icon{
        height: 60px;
        width: 60px;
        margin: 0;
        padding: 0
    }
    .profile_picture img{
        max-height: 100px;
        max-width: 150px;
    }

    .inliner-width{
        float: left;
        /*max-width: auto; // set this value*/
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .navbar-nav .dropdown-menu{
        float: left !important;
    }

    .dropdown-toggle::after{
        border-top: none;
    }

    .checked{
        color: orange;
    }

    .btn{
        margin: 10px;
        padding: 5px 20px;
        width: auto;
        
        display: inline-block;
    }

 



    /* hvezdicky */
    .vyplnena:hover{
        color:gold;
        cursor: pointer;
    }

    .vyplnena{
        color:black;
    }

    .text-purple{
        color: rgb(152, 140, 255);
    }

    .content-block, .nice-shadow{
        box-shadow: 0px 0px 13px 3px rgba(41, 44, 59, 0.445);
    }

    .content-block{
        padding: 20px;
        background-color: white;
        border-radius: 10px;
        padding-top: 10px;
        display:block;
    }

    .nice-img{
        box-shadow: 0px 0px 11px 3px rgba(41, 44, 59, 0.76);
        float: right;
        height: auto;
        width: auto;
        max-width: 60%;
        margin: 0 10px;
        display: inline-block;
        background-color: white;
        border-radius: 6px;
      
    }

    h1,h2,h3{
        margin-top: 8px;
    }

    .custom-toggler{
        height: 35px;
        width: 35px;
    }

    hr{ margin: 10px 0 20px 0; }



