* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: url(/images/bar.jpg) no-repeat;
	color: #FFF;
}

h2 {
	font-weight: bolder;
	font-size: 16px;
	color: #000;
}

h3 {
	font-size: 18px;
	color: #036;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #036;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #202020;
	text-align: center;
	font-style: normal;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.2em;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #37b7ff;
}


/* Header */

#header {
	width: 940px;
	height: 125px;
	margin: 0 auto;
	padding-left: 9px;
	padding-top: 10px;
}

/* Logo */

#logo {
	float: left;
	width: 320px;
	height: 125px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background: url(/images/img01.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

/* Menu */

#menu {
	float: right;
	width: 620px;
	height: 100px;
	background: url(/images/img02.jpg) no-repeat left top;
	padding-bottom: 30px;
	padding-top: 35px
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #110404;
}

/* Search */

#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #000000;
	color: #666;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y left top;
}


/* Content */

#content {
	float: left;
	width: 895px;
	padding-left: 30px;
}
.post {
	margin: 0px 0px 30px 45px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	color: #000;
}

.post .title a {
	padding: 4px 14px 4px 14px;
	background: #37b7ff;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.post img {
	float: left;
	margin: 0px 0px 10px;
	padding-bottom: 12px;
	padding-right: 8px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -100px;
	font-size: 12px;
	color: #000;
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(/images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: #333;
}

#footer a {
	text-decoration: underline;
	color: #666;
}

#footer a:hover {
	text-decoration: none;
	color: #666;
}
.like_button {
	position: fixed;
	width: 450px;
}


.event-category {
    margin-bottom: 2rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.event-img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: adds rounded corners to your images */
    transition: transform 0.2s ease; /* Optional: adds a simple zoom effect on hover */
}

.event-img:hover {
    transform: scale(1.05); /* Optional: zoom effect on hover */
}
