
  #LoveMyLaybyLogo{
height:150px;
}
#navbarNav{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
/* Base underline behaviour */
.navbar-nav.me-auto .nav-link {
  position: relative;
  display: inline-block;   /* key change: shrink to text width */
}

/* Animated underline */
.navbar-nav.me-auto .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.25s ease;
}
.navbar-nav.me-auto .nav-link:hover::after {
  width: 100%;
}
.nav-item{
text-align: center;
font-weight: 500;
margin-left: 10px;
margin-right: 10px;
}
.nav-item:hover{
font-weight:bold;
}
/* Override global link hover colour for the main nav */
.navbar-nav .nav-link:hover {
  color: #000 !important;   /* black */
  font-weight: bold;        /* keep your hover bold */
}
 .container{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 800;
 background-color: rgb(219, 236, 255);
 }
 .topRow{
  display: flex;
  height:50px;
 }
#LaybyLogo{
    height:40%;
    width:60;
    float:right;
    margin-top: 50px;
 }
 .container-fluid{
  height:6400px;
 }
 
 body{
  margin:0;
  padding:0;
  background-color: rgb(219, 236, 255);
 }
 h1{
  text-align: center;
  color:brown;
  padding-top: 30px;
  padding-bottom: 10px;
  text-shadow:2px 2px 2px  #f7f463;
 }

 #decentLayby{
  height:570px;
  width:80%;
  margin-top:20px;
  border-style: solid;
  border-color:  #c7db57;
 }
 .images{
  height:90%;
  width:30%;
 }
 
 .tenth-row{
  display:flex;
  text-align: center;
  align-items: center;
  justify-content: center;
 }
 .eleventh-row{
  display:flex;
  text-align: center;
  align-items: center;
  justify-content: center;
 }
 #TonbridgeLayby{
  height:600px;
  width:80%;
  margin-top:20px;
  border-style: solid;
  border-color:  #c7db57;
 }
 
 #style77{
  background-color: #d4eb95;
  font-weight: 600;
  text-align:justify;
  margin-left: 28px;
  margin-right: 28px;
  padding:5px 15px 8px 15px;
 }
 #first{
  color:black;
  pointer-events: none !important;
  font-size: large;
  font-weight: 500;
  text-align: justify;
  margin-left: 28px;
  margin-right: 28px;
  padding-bottom:15px;
  padding-top:10px;
  }
 
 #style78{
  padding-top: 20px;
  font-size: x-large;
  font-weight: 800;
  color:darkgrey !important;
 }

 #share{
  padding-top:10px;
  padding-bottom:10px;
  text-decoration: none;  
  text-align: center;
 }
 #comments{
  text-decoration: none;
 }
 #comments:hover{
  color:crimson;
 }
 .continue{
  padding-bottom: 18px;
 }
 a{
  text-decoration: none;
 }
 a:hover{
  color:crimson;
 }
 .images2{
  height:180px;
  width:200px;
 }
 .images2:hover{
  height:400px;
  width:400px;
 }
 
  .sign-up{
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  color: rgb(97, 95, 95);
  font-weight: 600;
  margin-right:50px;
  }
  /* Footer link base style */
footer .nav-link {
  color: #000 !important;        /* ensure original black */
  position: relative;
  display: inline-block;         /* shrink underline to text width */
  padding-left: 0;
  padding-right: 0;

}
/* Footer hover colour override */
footer .nav-link:hover {
  color: #000 !important;        /* override global red hover */
  font-weight: bold;             /* optional, matches navbar behaviour */
}
/* Footer underline animation */
footer .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.25s ease; 
}
footer .nav-link:hover::after {
  width: 100%;
}
.trademark{
  font-weight: 500;
}
#footerMenu{
  margin-bottom: -40px;
  background-color: rgb(219, 236, 255);
}
footer{
  margin-top:50px;
}
.footer-bg{
  background-color: rgb(219, 236, 255) !important;
}
footer .container {
  background-color: rgb(219, 236, 255) !important;
}
footer ul.nav {
  background-color: rgb(219, 236, 255) !important;
}
html{
    background-color: rgb(219, 236, 255) !important;
}




