/* The Modal (background) */
.modal-jeden, .modal-dwa, .modal-trzy, .modal-cztery{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /*  */
  
  /* Modal Content */
  .modal-content {
    background-color: rgb(203, 198, 194);
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .closeJeden, .closeDwa, .closeTrzy, .closeCztery {
    color: rgb(57,104,140);
    float: right;
    font-size: 36px;
    font-weight: bold;
  }
  
  .closeJeden:hover, .closeJeden:focus,
  .closeDwa:hover, .closeDwa:focus,
  .closeTrzy:hover, .closeTrzy:focus,
  .closeCztery:hover, .closeCztery:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .zdjecieProfilowe{
    border-radius:100%;
  }

  