.logo
{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .logo
    {
        width: 60%;
        
    }
  }

.nav-link
{
    color: black !important;
}

.nav-link:hover
{
    font-weight: bold;
}

.container
{
    background-color: white;
    padding-top: 20px;
}

body
{
    /* background-color: #B0E0E6 !important; */
    background-image: url("https://dariusz-ptaszynski.pl/storage/images/background_new.jpg") !important;
}

.post 
{
    box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px;
}

.post:hover
{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.photo-container
{
    height: 150px;
    
}

.photo-container img
{
    max-height: 150px;
}

.container
{
    white-space: normal !important;
    word-wrap: break-word;
}



/* cookie */
.cookie-bar-info
      {
        position: fixed;
        bottom: 0px;
        left: 0px;
        display: block; 
        color: black; 
        background-color:#A0A0A0; 
        width:100%;
      }

      .cookie-text
      {
       
        padding: 20px; 
        text-align: justify;
      }

      .accept-cookie
      { 
        background-color:white; 
        color: red; 
        padding: 5px; 
        border-radius:10px; 
        cursor: pointer;
      }

      .accept-box
      {
        padding-top: 20px;
      }

      .privacy-policy-link
      {
        text-decoration: none;
        color: red;
      }

      .privacy-policy-link:hover
      {
          color: red;
          text-decoration: none;
      }

      html {
        scroll-behavior: smooth;
      }


      .card {
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px;
    }

    .card:hover {
        box-shadow: rgba(0, 0, 0, 0.50) 2px 2px 10px;
    }
   
    .card-link {
        text-decoration: none;
    }

    .card-header{
        height: 100px;
    }

    .card-image {
        overflow: hidden;
    }

    .card-text {
        text-align: justify;
    }