div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  border: 0px solid;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
	text-align: center;
	color: red;
	word-spacing: 5px;
	font-size: 25px;
	
}

body { 
	background-image: url("images/ikonice/camera22.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 0px;
	
	background-attachment: fixed;
}
	
a:link {
    text-decoration: navy;
}

a:visited {
    text-decoration: nevy;
}

a:hover {
    text-decoration: navy;
	background-color: none;
}

a:active {
    text-decoration: navy;
}

