/* Wieczerza.com
	Version: 1.0
	Last Revision: 01.19.24
    ----[ Color Palette ]----
    Black - #000
    White - #fff */

/* ------ Document ------ */
body {
	font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: #000;
	background-image:url(../img/bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	padding: 0;
}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
p {
	font-family: tahoma, arial, sans-serif;
	
	font-size: 16pt;
	text-indent: 12px;
	margin-top: 0;
	padding: 0 16px;
}
a {
	color: #0099ff;
}
.set {
	display: block;
	width: 816px;
}
.jpg img {
	display:  block;
	width:256px;
	height:256px;
	padding: 8px;
	float: left;
	outline: 3px solid #0099ff;
    outline-offset: -10px;
}

.pstr img {
	display:  block;
	width:256px;
	height:512px;
	padding: 8px;
	float: left;
	outline: 3px solid #0099ff;
    outline-offset: -10px;
    transition: transform 0.3s;
}

.pstr img:hover {
            transform: scale(1.05);
            opacity: 100%;
            filter: blur(0px);
        }

.bnr img{
	display: block;
	width: 256px;
	height: 64px;
	padding: 8px;
	float: left;
}


img:hover {
 	opacity: 0.5;
 	filter: blur(5px);

 }

 

#wrapper {
	text-align: center;
	width: 816px; 
	margin: 0 auto;
	padding: 0;
}

#box {
    display: inline-block;
    border-radius: 0px;
    height: 256px;
    width: 93%;
    margin: 10px;
    padding: 20px;
    background: #333;
   
    border: 3px solid #09f;
    background-image: url(img/bg2.jpg);
 }

footer {
    text-align: center;
    padding: 10px 0;
    background: #333;
    background-image: url(img/bg1.jpg);
   
}

.thumbnail {
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    text-align:center ;
}

.modal img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
