@charset "utf-8";
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #690;
	text-decoration: none;
	text-shadow: 1px 1px 1px #999;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10px;
}

a {
	font-size: 20px;
	color: #690;
} 
a.poga{
	color: #c69c6d;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
} 
.zals {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #690;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
hr {
	color: #690;
	filter: DropShadow(Color=#690, OffX=0, OffY=1, Positive=1);
	text-shadow: 0px 1px 2px #666;
}
h2 {
	color: #690;
}

     .social-icon img {
            transition: opacity 0.3s ease; /* Pārējas efekts uz 0.3 sekundēm */
            opacity: 0.5; /* Sākotnējais caurspīdīgums */
        }

        .social-icon img:hover {
            opacity: 1; /* Caurspīdīgums, uzbraucot ar peli */
        }

#gallery {
   line-height:0;
   -webkit-column-count:3; /* split it into 3 columns */
   -webkit-column-gap:5px; /* give it a 5px gap between columns */
   -moz-column-count:5;
   -moz-column-gap:5px;
   column-count:3;
   column-gap:5px;
   margin-top:25px;
   margin-left:25px;
   margin-right:25px;
   margin-bottom:5px;
}

#gallery img {
   width: 100% !important;
   height: auto !important;
   margin-bottom:5px; /* to match column gap */
}

@media (max-width: 1200px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 400px) {
   #gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}
