
 #LoveMyLaybyLogo{
  height:20%;
  width:50%;
 }
 .nav{
  display:flex;
  flex-wrap: wrap;
  height: 50px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color:rgb(247, 247, 247);
  font-weight:500;
  align-items: center; 
 }
 .nav-item{
 text-align: center;
 margin-left: 10px;
 margin-right: 10px;
 }
.nav-item:hover{
    font-weight:bold;
}
#carSticker{
  padding-left:45px;
  height:300px;
  width:auto;
}
#stickerBold{
  font-weight: 600;
  padding-bottom: 15px;
}

.sign-up{
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  color: rgb(97, 95, 95);
 }
 .sign-up:hover{
  color:white !important;
 }
 .btn {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 600 !important;
 }
/* 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;
  background-color:rgb(247, 247, 247);
  font-weight: 800;
 }
 html{
    background-color:rgb(247, 247, 247);
 }
 body{
    margin:0;
    padding:0;
    background-color:rgb(247, 247, 247);
 }
 .topRow{
  display: flex;
  height:50px;
  background-color:rgb(247, 247, 247);
 }
  #LaybyLogo{
    height:400px;
    width:400px;
 }
 #signImage{
  height:150px;
  width:100%;
  border-radius: 3%;
 }
 
 .support{
  text-shadow: 2px 2px 2px #99e2ab;
  padding-bottom:20px;
 }
 .supports{
  padding-left:20px;
  font-weight: 700;
 }
 .card-slider {
 position: relative;
  width: 100%; /* adjust to your liking */
  border:solid#26657a;
  border-radius: 3%;
}
.card img {
  width: 100%;
  border-radius: 3px;
}
.next-btn {
  position: absolute;
  right: -15px;
  top: 125%;
  transform: translateY(-50%);
  background: white;
  opacity: 50%;
  border: 2px solid #ccc;
  border-radius: 95%;
  cursor:move;
}
a{
text-decoration: none;
}
a:hover{
    color:crimson;
}
#support{
  padding-top: 20px;
  padding-bottom: 10px;
}
#warning{
font-weight: 600;
text-align: center;
}
#laybyWithFence{
  box-shadow: 2px 2px 6px 4px greenyellow
  height:400px;
  width:55%;
  border-radius: 3%;
}
#code{
padding-top: 120px;
text-shadow: 2px 2px 2px #99e2ab;
}
#threeGroups{
  margin-top:50px;
  text-align: center;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #99e2ab;
}

/* 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;
}
#localAuthorities{
list-style-type:symbols();
padding:0;
margin:0;
}

