html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
  color: #111;
  font-family: "Merriweather", "Georgia","Liberation Serif","Droid Serif","Helvetica","Bitstream Vera Serif","Serif";
  font-size: 12pt;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.polaroid {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabcontent {
    display: none;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;
  width: 17%;
  min-width: 180px;
  height: 231px;
}

.columnright {
  float: left;
  padding: 10px;
  height: 231px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.topnav {
  overflow: hidden;
  background-color: #edede9;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #212529;
  color: white;
}

.topnav a.active {
  background-color: #343a40;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav a.active {display:block;}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

body, h1, h2, h3, h4, h5, h6, p, pre, hr, dl, dd, ol, ul { margin: 0; padding: 0; }
h3, h4, h5, h6 { margin-bottom: 5px; font-weight: 400; }
h1 { margin-bottom: 15px; font-weight: 400; }
h2 { margin-bottom: 10px; font-weight: 600; }
p, pre, ul, ol, dl  { margin-bottom: 10px; }
img { max-width: 100%; vertical-align: middle; }

a { color: #2a7ae2; text-decoration: none; }
a:hover { color: #111; }

.homelist {border-left: 3px solid #ccc; padding-left:10px;}
.notetext {padding-left:10px; padding-top:0px;}

.wrapper { max-width: -webkit-calc(1100px - (30px * 2)); max-width: calc(1100px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; padding-top: 10px; }

@media screen and (max-width: 1100px) { .wrapper { max-width: -webkit-calc(1100px - (30px)); max-width: calc(1100px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

.page-content { padding: 30px 0; }
.page-heading { font-size: 20px; }



.pubelem{
	padding: 10px;
	
}

.stdcontainer {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 20px;
}
.stdimg {
	max-width: 100%;
	min-width: 110px;
	width:130px;
}
.stdimage {
	flex-basis: 135px;
}
.stdtext {
	padding-left: 20px;
}
.stdp {
	margin-bottom: 7px;
}



.w3-round{border-radius:6px}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-badge{border-radius:50%}

/* Cat grid */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 480px) {
  .cat-grid { grid-template-columns: 1fr 1fr; }
}

.cat-card {
  border-radius: 12px;
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}

.cat-card:hover .cat-img-wrap {
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}

.cat-card:hover {
  transform: translateY(-6px);
}

.cat-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: box-shadow 0.2s ease;
}

.cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.3s ease;
}

.cat-card:hover .cat-img-wrap img {
  transform: scale(1.05);
}

.cat-name {
  text-align: center;
  padding: 8px 0 4px;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.03em;
}

/* Fishing grid */
.fish-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
  align-items: start;
}

.fish-grid-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fish-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.fish-grid-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}

@media screen and (max-width: 600px) {
  .fish-grid { grid-template-columns: 1fr; }
}

/* Colors */
.w3-blue{color:#fff!important;background-color:#212529!important}
.w3-blue2{color:#fff!important;background-color:#5c6b73!important}
