/* Reset page edge spacing */
html, body {
  margin: 0;
  padding: 0;
}

/* Remove image baseline gap */
.banner-img {
  display: block;
}

/* Kill extra space directly under the navbar */
div.main-container > .container {
  padding-top: 0 !important;   /* overrides Bootstrap .py-4 */
}


.container h1, 
.container h2, 
.container h3 {
  margin-top: 4px;
  margin-bottom: 4px;
}


div.main-container {
  width: 100%;	
  background: white;
}

hr.my-5 {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  height: 2px;
  background-color: #333;
}



/* GLightbox caption styling */
.glightbox .gdesc {
  background-color: rgba(0,0,0,0.8) !important;
  color: #fff !important;
  padding: 0.75rem 1rem !important;
  border-radius: 4px !important;
  font-size: 0.9rem !important;
  max-width: 90% !important;
  margin: 0 auto !important;
  text-align: center;
}




.navbar, .navbar-banner {
  margin: 0;
  padding: 0;
}




.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0,0,0,0.5);
  z-index: 1000;
}

/* Banner image styling */
.navbar-banner {
  width: 100%;
  height: 170px;
  position: relative;
}

.banner-img {
  width: 100%;
  height: 107%;
  object-fit: cover;
  display: block;
}

/* Navbar content */
.navbar-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  z-index: 2;
  color: #e0f7ff;
  font-family: 'Montserrat', sans-serif;
}

	

/* Ice / Frost Themed Brand Styling */
.nav-brand {
  font-size: 2.2rem;
  font-weight: 900;
  padding-left: 20px;
  font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
  
  background: linear-gradient(135deg, #ffffff, #dff6ff, #a7e0ff, #e0f7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 
    0 0 4px rgba(200, 240, 255, 0.9),
    0 0 8px rgba(170, 220, 255, 0.7),
    2px 2px 6px rgba(30, 60, 90, 0.4);

  letter-spacing: 1.2px;
  transform: skewX(-2deg);

  transition: all 0.3s ease-in-out;
}

.nav-brand:hover {
  transform: skewX(0deg) scale(1.1);
  text-shadow: 
    0 0 6px rgba(220, 250, 255, 1),
    0 0 12px rgba(180, 240, 255, 0.9),
    3px 3px 10px rgba(30, 60, 90, 0.5);
}


.nav-links {
  list-style: none;
  background: rgba(173, 216, 230, 0.25);
  padding: 0.6rem 1.2rem;
  display: flex;
  gap: 1rem;
  border-radius: 12px;             
  backdrop-filter: blur(6px);      
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 2rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-links a.active,
.nav-links a:hover {
  background: rgba(173, 216, 230, 0.4);
  box-shadow: 0 0 8px rgba(173, 216, 230, 0.8);
  color: #e6faff;
}




/* Mobile Nav */
.nav-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: rgba(70, 130, 180, 0.9);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 0;
    white-space: nowrap;
  }

  .nav-links a:hover {
    color: #e0f7ff;
  }

  .nav-toggle {
    display: block;
  }
}


a:link {
  font-family: Verdana, Arial;
  color: #000066;
  background: transparent;    
}

a:visited {
  font-family: Verdana, Arial;
  color: #000066;
  background: transparent;
}

a:hover {
  color: #0033cc;
  text-decoration: underline;
}

a:active {
  color: #000099;
}


h1 {
  font-family: Verdana, arial;
  font-size: 1.15em;
  color: black;
  background: white;
}

h2 {
  font-family: Verdana, arial;
  font-size: 1.05em;
  color: black;
  background: white;
}

h3 {
  font-family: Verdana, arial;
  font-size: 1.00em;
  color: black;
  background: white;
}

th
	{
	font-family: Verdana, arial;
	font-size: .90em;
	color : black;
	background : white;
	text-align: left;
}

td
	{
	font-family: Verdana, arial;
	font-size: .80em;
	color : black;
}

p, ul, ol, dl {
  font-family: Verdana, arial;
  font-size: .80em;
  color: black;
  background: white;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* Gokyo multi-page trek navigation */
div.gokyo-nav-container {
  width: 1000px;
  display: table;
  font-size: .70em;
}

/* Used in Mount Nelson page */
.exclaim {
  text-align: center;
  width: 1000px;
  font-size: 2.0em;	
}


/* Footer */
div.footer-container {
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding-top: 20px;
}

div.footer-container a:link {
  font-family: Verdana, arial;
  color: cc3333;
  background: transparent;	
}

div.footer-container a:visited {
  font-family: Verdana, arial;
  color: cc3333;
  background: transparent;
}

div.foot1, div.foot2, div.foot3 {
  float: left;
  font-family: Verdana, arial;
  font-size: .60em;
  color: black;
  background: transparent;
}

div.foot1 {
  text-align: left;
  width: 50%;
}

div.foot2 {
  text-align: center;
  width: 10.00%;
}

div.foot3 {
  text-align: right;
  width: 50%;
}

/* Force all thumbnail gallery images to uniform size */
.hike-thumb {
  width: 100%;
  height: 320px !important;
  object-fit: cover !important;
  object-position: center center;
}

figure.float-md-start .hike-thumb,
figure.float-md-end .hike-thumb {
  height: auto !important;
  object-fit: unset !important;
}

/* Photo captions */
figcaption.small.text-muted {
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 6px 10px;
  border-radius: 0 0 4px 4px;
}