body {
  font-family: "Lato", sans serif;
  font-weight: 700;
  margin: 0;
}

/* font classes */
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}


.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.center-padded-not-top {
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: "Lato", sans serif;
  font-weight: 700;
}

.center-padded-left-and-right {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: "Lato", sans serif;
  font-weight: 700;
}

.center-padded {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: "Lato", sans serif;
  font-weight: 700;
}

.center-small {
  text-align: center;
  font-family: "Lato", sans serif;
  font-weight: 500;
}

.padded-break {
  padding-top:1rem;
  padding-bottom:1rem;
}

.footer-details-header {
  font-size: 19px;
  padding: 0.5em;
}

.footer-details-item {
  font-size: 15px;
  padding: 0.1em;
}

.redlionred-bg-old {
  background-color: #bc1823;
  color: white;
}
.redlionred-bg {
  background: #bc1823 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ffd700 !important; /* Gold highlight on active/hover */
}
.navbar-brand span {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.bg-secondary {
  background-color:LightGrey;
  color:White;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal-content {
  width: 100%;
  max-width: 600px;
  max-height: 60vh; /* Reduced to leave room for caption */
  object-fit: contain;
  display: block;
  margin: 0;
}
#caption-old {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.1rem;
}
#caption {
  background: rgba(44, 44, 44, 0.85); /* semi-transparent dark background */
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  margin: 1rem auto 0 auto;
  max-width: 600px;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal[style*="display: block"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.modal-content {
  margin: 0;
}

#caption {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* filepath: c:\Users\timjh\OneDrive\redlionfenny.co.uk\css\styles.css */
.center-padded-icons h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.center-padded-icons img {
  margin-bottom: 0.5rem;
}

.center-padded-icons p {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0.5rem;
}

.menu-columns {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.menu-column {
  flex: 1 1 0;
  min-width: 300px;
  padding: 3rem;
  text-align: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .menu-columns {
    flex-direction: column;
  }
}

