@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0.9em 0;
}
h1 { font-size: 30px;}
h2 { font-size: 28px;}
h3 { font-size: 26px;}
h4 { font-size: 24px;}
h5 { font-size: 20px;}
h6 { font-size: 18px;}

#wrapper {
	width: 796px;
	padding: 10px;
	margin: 10px auto 20px;
	background: rgba(255,255,255,0.95);
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	overflow:hidden;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

#main {
	width: 793px;
	background:#FFFFFF;
	float:left;
	text-align:center;
}

#header {
	background:#32CD32;
	height:50px;
	padding:10px;
	color: #FFFFFF;
}

#header h1 {
	margin:0;
}

#content {
	background:#fff;
	
}

#sidebar {
		width: 150 px;
		height:280px;
		float:right;
		line-height: 40px;
}
ound-color: #3e8e41;
}
container {
    position: relative;
    width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
#example1 {
    background: url(slika1.jpg) right bottom no-repeat, url(paper.gif) left top repeat;
    padding: 15px;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
form {
  margin:0 auto;
  width:300px
}
input {
  margin-bottom:3px;
  padding:10px;
  width: 100%;
  border:1px solid #CCC
}
button {
  padding:10px
}
label {
  cursor:pointer
}
#form-switch {
  display:none
}
#register-form {
  display:none
}
#form-switch:checked~#register-form {
  display:block
}
#form-switch:checked~#login-form {
  display:none
}