html {padding:0; margin:0;}
body { margin: 0; font-family: Arial, Helvetica, sans-serif;}

#strona { z-index: 0; padding: 0; background-color:#E2EBED; min-height: 700px; min-height: 555px;}
#strona .title_main { color: #b9060b; text-align:center; font-size: 18px;}

#strona span { text-decoration: underline;}
#strona table {border: 1px solid gold; }
#dane table td{border: 1px solid gold;}
#strona a:link { margin-left: 10px; }
#strona ul li a:link {color: #9983CA; margin-left: 10px; }
#strona ul li a:visited {color: #B8A4D0; }
#strona ul li a:hover, a:active {text-decoration: none; }

#login { position: relative; width: 100%; height: auto; margin-top:0px; z-index: 0;}

#container {
 display: inline-block;
  cursor: pointer;
}

#datagodz { padding-top: 60px; position: absolute; z-index: 0; margin-left: 20px; color: #9983CA;}

.whitebox { width: 97%; height: auto; border-radius: 10px; background-color: white; margin: 20px; margin-top: 150px; padding: 20px;}

.customlist { border: 1px solid #9983CA; border-radius: 10px; padding: 10px; padding-left: 1px; margin: 20px; background-image: url("../images/wroclaw.png"); background-repeat: no-repeat; background-position-x: center;}
.customlist ul li { list-style-type:none; }

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 5px 2;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

#myTopnav{ width: 100%; height: 90px; position: fixed; z-index: 1; padding: 0px; right:0; top:0; }
.topnav {
  overflow: hidden;
  background-color: white;
  background-image: url("./images/krasnal.png"); background-repeat:no-repeat; background-position: right;
  background-image: url(symbol.png); background-repeat:repeat-x; background-position: left;
  text-transform: uppercase; width: auto;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: whitesmoke;
  color: #b9060b;
  border: 1px solid gold;
}

.topnav a.active {
  background-color: grey;
  color: #acd373;
  overflow: hidden;
}

.topnav .icon {
  display: none;}

#ukryj {
width: 40px;
height: 40px;
padding: 2px;
background-image: url("xicon.png");
background-repeat: no-repeat;
background-position: center;
border: 1px solid grey;
margin-top: 0px;
}

#strona h1 {color:  #b9060b;; text-align: center;}
#strona h2 {color: black; text-align: center;}
#strona h3 { color: #1e73be; text-align: center;}

#strona p {padding: 20px; text-align:justify;}

#stopka {position: relative; width: 100%; max-height: 100px; clear: both; float: left; padding: 0; background-color: #acd373; text-align:right;}

#stopka p {text-align:center;}
.stopkafree {text-decoration: none; color:#8ab64a;}
.stopkafree:a {text-decoration: none; color: #000000;}
.stopkafree:hover {text-decoration: none;}

/* biała stopka*/
#stopka {position: relative; width: 100%; clear: both; float: left; padding: 0; background-color: whitesmoke; text-align:right;}

#stopka p {text-align:center;}
.stopkafree {text-decoration: none; color:#8ab64a;}
.stopkafree:a {text-decoration: none; color: #000000;}
.stopkafree:hover {text-decoration: none;}

#strona .coinclass { border: 1px solid #FFF200; border-radius: 5px; padding: 3px; margin: 3px; bottom: 5px;}


#ikona {
    position:fixed;
    margin-top: 145px;
    z-index: 2000;
}
/* The Modal (background) */
#myModal {

}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
  margin-top: 16px;
  margin-bottom: 16px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 7px;
  left: 0;
  top: 0;
  width: 100%;
  height: 710px;
  overflow: auto;
  background-color: white;
  
}
/*background-color:transparent; opacity:0.6; -moz-opacity: 0.6; filter:alpha(opacity=60);*/

/* Modal Content */
.modal-content {
  position: relative;
  background-color: whitesmoke;
  border: 2px solid black;
  border-radius: 10px;
  margin-left: 150px;
  padding-left: 120px;
  padding-bottom: 20px;
  width: 1000px;
  height: auto;
  
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: grey;
  background-color:whitesmoke;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left:0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
}


.caption-container {
  text-align: center;
  background-color: whitesmoke;
  padding: 0;
  color: black;
}

#caption { color:black;}
.petit1 { display:inline; color: grey; padding: 1px; margin-left: 350px; position: absolute; top: 660px; z-index: 1000;}
.petit2 { display:inline; color: grey; padding: 1px; margin-left: 360px; position: absolute; top: 660px; z-index: 1000;}
.petit3 { display:inline; color: grey; padding: 1px; margin-left: 370px; position: absolute; top: 660px; z-index: 1000;}
.petit4 { display:inline; color: grey; padding: 1px; margin-left: 380px; position: absolute; top: 660px; z-index: 1000;}


.demo {
 
}

.active,
.demo:hover {
  opacity: 1;
}

#strona img.hover-shadow {
  transition: 0.3s;
}



.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(163, 211, 156, 0.9), 0 6px 20px 0 rgba(163, 211, 156, 0.99);
}

/*Div class=row-fluid wykorzystuję do kilku zadań - m.in. do podziału na 2x4 elementy */
.row-fluid-grid {
/*display: table-row;*/
display: inline-flex;
position: relative;
background-position: center center;
background-color: #FFFFFF;
content: "";
line-height: 0;
z-index:0;
margin-left: 150px;
margin-right: 150px;
padding: 0; /*padding tylko góra dół */
}

.row-fluid_oblong { padding: 2px; width: 500px; height: 156px; border: 1px solid whitesmoke; background-position: center center; display: inline-flex;}

.row-fliud_rect img { margin-left: 100px; margin-right: 100px; z-index: 0;}
.row-fluid_rect { display: block; padding-left: 85px; width: 245px; height: auto; margin: 2px; border: 1px solid whitesmoke; border-radius: 10px;}
.row-fluid_rect h3 { color: #1e73be; font-size:16px; font-weight:400; font-family: 'Work Sans', sans-serif;}
.row-fluid_rect a:link { color: #1e73be; text-decoration:none; }
.row-fluid_rect a:visited { color: maroon; text-decoration:none; }
.row-fluid_rect a:hover { color: maroon; text-decoration:none; }
.row-fluid_rect a:active { color: maroon; text-decoration:none; }

.row-fluid_oblong .span3 { display: table-cell; margin: 5px; padding:0;}

.element_row h3 { margin-left: 5px; color: #1e73be;}
.element_row img { border: 1px solid black;} /*nie działa!*/
.element_row p { text-align: center;}

.row-fluid .span3 {
padding: 5px;
margin: 5px; 
display: table-cell;

}






@media screen and (max-width: 600px) {

  /*Div class=row-fluid wykorzystuję do kilku zadań - m.in. do podziału na 2x4 elementy */
.row-fluid-grid {
/*display: table-row;*/
width: 380px;
display: block;
position: relative;
background-position: center center;
background-color: #FFFFFF;
content: "";
line-height: 0;
z-index:0;
margin-left: 0px;
margin-right: 0px;
padding: 2px; /*padding tylko góra dół */
}

.row-fluid_oblong { padding-right: 2px; width: auto; height: auto; border: 1px solid whitesmoke; background-position: center center; display: block;}

.row-fliud_rect img { z-index: 0;}
.row-fluid_rect { display: block; padding-left: 125px; padding-right:125px;  margin: 0; padding-top: 0; padding-bottom:0px; width: auto; height: auto; border: 1px solid whitesmoke; }
.row-fluid_rect h3 { color: #1e73be; font-size:16px; font-weight:400; font-family: 'Work Sans', sans-serif;}
.row-fluid_rect a:link { color: #1e73be; text-decoration:none; }
.row-fluid_rect a:visited { color: maroon; text-decoration:none; }
.row-fluid_rect a:hover { color: maroon; text-decoration:none; }
.row-fluid_rect a:active { color: maroon; text-decoration:none; }

.row-fluid_oblong .span3 { display: table-cell; margin: 5px; padding:0;}

.element_row h3 { margin-left: 5px; color: #1e73be;}
.element_row img { margin-left: 0px; margin-right:50px;}
.row-fluid .span3 {
padding: 5px;
margin: 5px; 
display: table-cell;

}

#kwiat{width: 30px; height: 30px; background-image: url("images/iconaDzwonekpng.png"); position: absolute; z index: 1300;}

#cieniowanymenu{ position: absolute; z-index: 1112; width: 250px; background-color: white; color: #b9060b; opacity: 0.9;}
.container {
  height: 50px;
  display: inline-block;
  cursor: pointer;
}

.whitebox { width: 100%; height: auto; background-color: white; margin-left: 0; padding: 0; margin-right:0;}


.customlist { border: 1px solid #9983CA; border-radius: 10px; padding: 10px; padding-left: 1px; margin: 10px; background-image: none;}
.customlist ul li { list-style-type:none; }

#obrazki_strona{

border-bottom: 1px solid green;
}

#strona .title_main { margin-top: 30px; width: 375px; color: #b9060b; text-align:center; font-size: 18px;}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 6px;
  background-color: #b9060b;
  margin: 5px 10px;
  padding: 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#myTopnav{ width: 100%; height: auto; min-height: 70px; position: absolute; margin-bottom: 10px; left:0; opacity: 0.9;}

#ikona {
    visibility: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: whitesmoke;
  color: #b9060b;
  border: 1px solid #b9060b;
}

.topnav a.active {
  background-color: whitesmoke;
  color: grey;
  overflow: hidden;
}
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
    float: left;
    display: block;}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

#strona h1 { color: #b9060b; text-align:center; width: 350px;}
#strona h2 { color:black ; width: 385px; height: auto; padding: 5px; text-align: center;font-size: 14px;}
#strona h3 {color: #1e73be; text-align:center;}

#strona p {padding: 10px; text-align:justify; font-size:18px;}
#strona a:link {color: #9983CA; margin-left: 10px; }

#logo{ 
z-index: 1400;
width: 170px; height:235px;
position: absolute;
float: right;
padding: 5px;
background-color: #acd373; color: black;
text-align: center;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: 0 2px 2px #666666;
-webkit-box-shadow: 0 2px 2px #666666;
-moz-box-shadow: 0 2px 2px #666666;}


  #ukryj {
	width: 35px;
	height: 35px;
	background-image: url("xicon.png");
	border: 1px solid grey;
	margin-top: 0px; }

  #strona{ font: 12px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; width: auto; height: auto;}
  #stopka {
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 5px;
  }
  
  #glowna{width: 375px;
  font-size: 12px;}

  
.center {
  display: block;
  width: 390px;
  height: auto;
}
.centerkwiat {
display: block-inline;
margin-top: -10px;
margin-left:-325px;
margin-right: auto;
  width: 72px;
  height: 72px;
}

#fontMstrona { font-family: Georgia;
	text-align:justify;
	 font-size:18px;
	width: 365px;
	padding: 5px; }



#obrazmain{
margin-left: 0;
margin-right:0;
}

#obrazmain img{
margin-left: 0;
margin-right:0;
position: absolute;
width: 400px; height: 400px;
}
#scroll-image img {
  position: absolute;
  left: 400px;
}
}
