html, body {
    margin: 0
}

html, body {
    font-size: 95%;
    font-family: Verdana,sans-serif
}

h1 {
    font-family: 'Raleway', Verdana,sans-serif;
      margin-top: 3px;
    font-size: 150%;
    text-transform:uppercase;
}


#nav_menu li > a {
    font-family: 'Raleway',Verdana,sans-serif
}

p a {
    font-family: Verdana, sans-serif
}

#mainWrapper {
    position: relative; float: left;
    width: 100%;
    text-align: justify;
    background: url("images/x.jpg") repeat-x  center top
}
 
#mainWrapperClip {
   position: relative; float: left;
    width: 100%;
    text-align: justify;
    background: url("images/x.jpg") repeat-x  center top;
    background-position: 0 -300px;    
    
}

#wrapperContent {
    position: relative;
    width: 1024px;
    margin: auto;
    padding-top: 2rem;
}

.headerWrapper {
    position: relative; float: left;
    width: 1024px
}

#indexHeaderWrapper {
    height: 500px
}

#insideHeaderWrapper {
    height: 200px;

    overflow: hidden
}



#midWrapper {
    position: relative; float: left;
    width: 980px;
    margin: 0 22px 0 22px; padding: 14px 0 15px 0
}

#footerWrapper {
    position: relative; float: left;
    width: 980px; height: 20px;
    margin: 0px 22px 0px 22px; padding: 3px 0 50px 0;
    color: #2c4f6c;
    border-top: #544948 solid 1px;
    font-size: 10px;
    clear: both
}

#footerWrapper a {
    color: inherit;
    text-decoration: none
}

.footerList li {
    display: inline; float: left; float: left;
    padding-top: 3px; padding-right: 25px; padding-left: 25px;
    border-right: 2px solid grey;
    text-align: center; text-transform: uppercase;
    list-style-type: none
}

.footerList  li:first-child {
    border-left: 1px solid #544948
}

#footerlistID {
    margin-top: 0;
    padding-left: 0px
}

#menuWrapper {
    position: absolute;
    top: 50px; right: 0; left: 600px;
    opacity: .95
}

#nav-menu {
 /*    position: absolute;
    top: 0; right: 0;
    
    margin-top: 1rem; 
    z-index: 10   */

        display: flex;
        flex-wrap: wrap; /* allows multiple rows without overlap */
        justify-content: center;
        align-items: center;
        gap: 0.2rem; /* space between buttons */
        padding: 0 0;

}

#nav-menu ul {
    display: flex;
    gap: 5px;
    margin: 0; padding: 0;
    list-style: none
}

#nav-menu li {
    float: left;
    margin: 0 0;
/*    background: #5449482b;  */

    background: #ffffff;
    
    padding: 0 0 0 0;
}

#nav-menu a {
 /*   display: block; float: left  */
        display: inline-block;
        padding: 0.5rem 0.5rem;
        background-color: #ffffff; /* or a contrasting color */
        color: #000000; /* high contrast text */
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        border: 1px solid #ccc;

}

.buttonBox a {
    height: 1.75em;
    padding-right: 10px; padding-left: 10px;
    color: #ffffff;
    text-align: center; text-decoration: none; text-transform: uppercase;
    border: 1px solid #ffffff;
    line-height: 1.75em;
}

.buttonText li a {
    font-size: 10.5pt; font-weight: 700
}

.buttonGradient a {
    background: -moz-linear-gradient( top, #eb068c 0%, #eb068c 50%, #a40461 50%, #eb068c);
    background: -webkit-gradient( linear, left top, left bottom, from(#eb068c), color-stop(0.50, #eb068c), color-stop(0.50, #a40461), to(#eb068c));
    background-image: -ms-linear-gradient(top, #eb068c, #a40461);
    background-image: -o-linear-gradient(top, #eb068c, #a40461);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eb068c, endColorstr=#a40461);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eb068c, endColorstr=#a40461)";
}

.buttonGradient a:hover {
    background: -moz-linear-gradient( top, #8c06eb 0%, #8c06eb 50%, #6104a4 50%, #8c06eb);
    background: -webkit-gradient( linear, left top, left bottom, from(#8c06eb), color-stop(0.50, #8c06eb), color-stop(0.50, #6104a4), to(#8c06eb));
    background-image: -ms-linear-gradient(top, #8c06eb, #6104a4);
    background-image: -o-linear-gradient(top, #8c06eb, #6104a4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8c06eb, endColorstr=#6104a4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8c06eb, endColorstr=#6104a4)";
}

.contentbutton a {
    display: table-cell;
    height: 25px; height: 1.75em;
    padding-right: 10px; padding-left: 10px;
    margin: 10px;
    color: #ffffff;
    text-align: center; text-align: center; text-decoration: none; text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid lightgrey;
    line-height: 1.75em;
}

#logo {
    position: absolute; display: block; float: left;
    top: 0; left: 0;
    width: 116px; height: 116px;
    margin: 10px;
    background-color: #8c06eb;
    cursor: pointer;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    -khtml-border-radius: 58px;
    border: 1px solid #544948;
    border-radius: 58px;
    opacity: .99;
    z-index: 99;
    behavior: url(PIE.php);
}


#logo2 {
position: absolute;
display: block;
float: right;
top: 0;
right: 0;
opacity: .9;
z-index: 99;
}

#logo2 a, img
{border: 0}

#logo p {
    position: relative;
    padding-top: 5px;
    color: #ffffff;
    font-size: 18px;
    text-align: center
}

#logoline1 {
    top: 11px; left: 20px;
    font-size: 14px; font-weight: 700;
    text-shadow: #2c4f6c 1px 1px;
    font-family: 'Raleway', Verdana, San Serif;
}

.logoline2 {
    font-size: 18px; font-weight: 100; font-weight: 100;
    text-shadow: #2c4f6c 1px 1px;
    font-family: 'Raleway', Verdana, San Serif;
}

#slideshowID img {
    display: none
}

#slideshowID img.first {
    display: block
}

#tourismlogos {
    float: right;
    margin-top: -5px
}

#tourismlogos img {
    padding: 5px;
    border: none
}

#pid {
    display: block;
    margin-top: 1.1em; margin-left: 2px
}

.thickBorderOverBox {
    margin-right: 5px;
    border-top: black solid 3px
}

#mid1 {
    float: left;
    width: 331px;
    margin-right: 15px;
    overflow: hidden
}

#mid2 {
    float: left;
    width: 185px;
    margin-right: 5px; margin-right: 15px;
    background-color: #aeabaa; color: white;
    font-size: 80%;
    overflow: hidden
}

#mid2text {
    padding: 4px
}

#mid3 {
    float: left;
    width: 169px;
    margin-right: 15px;
    overflow: hidden
}

#mid4 {
    float: left;
    width: 245px
}


.articleHead {
    padding-top: 2
    font-size: 200%
}

article {
    
    line-height: 1.6em;
    color: #2c4f6c
}
.boldheadfont {
    font-weight: 900
}

.fontlight {
    font-weight: 100
}

.mid4 {
    float: left;
    width: 250px;
    border-top: #000 solid 3px
}

#mainContent {
    float: left;
    width: 73%; min-height: 500px;
    padding: 25px;
    background-color: white;
    
}

#mapbutton {
    width: 169px
}

#insideRightSidebar {
    float: right;
    width: 19%; min-height: 500px;
    padding-top: 25px;
    padding: 4px;
    background-color: white;
    font-size: 90%
}

#insideSidebarHeadFont {
    font-family: 'Raleway'
}
.imgclass{
    width:20%;
    height:20%;
    border: 0px;
}

.callOutImage {
    float: right;
margin: 10px;
margin-top: 0;

    border: 1px solid;
    border-color: lightgrey;
    border-radius: 4px;
    box-shadow: 5px 5px 20px #ddd;
}

.callOutImage img {padding: 5px}/* ===== Generic Callout Box Base ===== */
.callout-box {
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* ===== Callout Box Modifiers ===== */

/* Tips / Info */
.callout-tips {
  background-color: #f8f9fa;
  border: 2px solid #007bff;
  margin: 20px 0;
}

.callout-info {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  margin: 20px 0;
}

/* Historic / Highlight */
.callout-historic {
  border-left: 4px solid #ff6b6b;
}

.callout-warning {
  border-left: 4px solid #e74c3c;
  background-color: #fdf2f2;
}

.callout-verified {
  border-left: 4px solid #2c5530;
  background-color: #f0f8f0;
}

/* Additional callout styles for floating market site */
.callout-highlight {
  background-color: #fff8e1;
  border-left: 4px solid #FFC107;
}

.callout-season {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
}

.callout-cultural {
  background-color: #e7f3ff;
  border-left: 4px solid #2196F3;
}

.callout-pricing {
  background-color: #f3e5f5;
  border-left: 4px solid #9c27b0;
}

.callout-safety {
  background-color: #ffebee;
  border-left: 4px solid #f44336;
}

.callout-luxury {
  background-color: #fafafa;
  border-left: 4px solid #795548;
}

/* ===== Modern Site Layout Styles ===== */

/* Site Container */
.site-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

/* Site Header */
.site-header {
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("images/x.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}

.hero-section {
  padding: 60px 0 40px 0;
  text-align: center;
}

.hero-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-title {
  font-family: 'Raleway', Verdana, sans-serif;
  font-size: 2.5em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.1em;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  margin: 0;
  font-weight: normal;
}

/* Main Navigation */
.main-navigation {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
}

.nav-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: ;
  justify-content: left;
  min-height: auto;
  position: relative;
  gap: 10px;
}

.site-logo {
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: bold;
  color: #2c4f6c;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  max-width: 110px;
  flex-shrink: 0;  
}

.site-logo .logo-line1 {
  font-size: 1em;
}

.site-logo .logo-line2 {
  font-size: 1em;
}

.site-logo:hover {
  color: #1e3a52;
}

/* Desktop Navigation */
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.nav-menu li {
  margin: 0 0.2rem;
}

.nav-menu a {
  display: block;
  padding: 5px 5px;
/*  color: #2c4f6c;  */
  color: #ffffff; 
    
  text-decoration: none;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 800;   /* change from 500 to 800  */
  text-transform: uppercase;
  font-size: 0.9em;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.nav-menu a:hover {
  background: #f0f7ff;
  color: #1e3a52;
}

/* Mobile Menu Toggle - Hidden on Desktop */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #2c4f6c;
  cursor: pointer;
  padding: 10px;
}

/* Mobile Menu Overlay - Hidden on Desktop */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.3s ease;
}

.mobile-menu-overlay.active {
  left: 0;
}

.mobile-menu-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #2c4f6c;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.2em;
  color: #2c4f6c;
  cursor: pointer;
  padding: 5px;
}

.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-menu a {
  display: block;
  padding: 15px 20px;
  color: #2c4f6c;
  text-decoration: none;
  font-size: 1em;
}

.mobile-nav-menu a:hover {
  background: #f0f7ff;
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* Main Content */
.main-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 20px;
}

.content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.content-wrapper > article {
  flex: 1;
  min-width: 0;
}

.sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Site Footer */
.site-footer {
  background: #2c4f6c;
  color: #ffffff;
  margin-top: 50px;
}

.footer-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.footer-section h4 {
  color: #ffffff;
  margin: 0 0 15px 0;
  font-family: 'Raleway', Verdana, sans-serif;
  font-size: 1.1em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #b8d4f0;
  text-decoration: none;
  font-size: 0.9em;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid #4a6b8a;
  margin-top: 30px;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 0.8em;
  color: #b8d4f0;
}

.copyright a {
  color: #b8d4f0;
  text-decoration: none;
}

.copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* on desktop */
@media screen and (min-width: 769px) {

  /* hide site logo on desktop */
    .site-logo {
    display: none;
  }
}



/* Responsive Design */
@media screen and (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  .sidebar {
    width: 100%;
  }
  
  .hero-title {
    font-size: 2em;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}






