#LoveMyLaybyLogo{
  height:150px;
 }
 .nav{
  display:flex;
  flex-wrap: wrap;
  height: 50px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight:500;
  align-items: center; 
 }
 .nav-item{
 text-align: center;
 margin-left: 10px;
 margin-right: 10px;
 }
.nav-item:hover{
 font-weight:bold;
}
.sign-up{
  position:absolute;
  margin-bottom: 137px;
  margin-right: 50px;
}
/* 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;
 }
 a{
  text-decoration: none;
 }
 a:hover{
  color:crimson;
 }
 .padding{
  padding:20px 0px 0px 10px;
  color:rgb(37, 117, 238); 
  font-size: small;
 }
 .paddings1{
  padding:0px 0px 5px 10px;
  font-size: 14px;
 }
 .paddings2{
  padding:0px 0px 5px 10px;
  font-size: 14px;
 }
 .paddings3{
  padding:5px 0px 5px 0px;
  font-size: 14px;
 }
 .blog-post{
  display:flex;
 }
 .btn {
 font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 800;
 }
 #DartRoadLayby1,#DartRoadLayby3,#PreferredLayby{
  height:200px;
  width:30%;
  object-fit: cover;
 }
 #PreferredLayby:hover{
 height:300px;
  width:80%;
 }  

 .rounded {
  display:flex;
    background-color:lightgoldenrodyellow !important;
    padding:30px 12px 0px 30px;
    margin:40px 0px 40px 0px;
}
#manWithBoard{
  float:right;
  padding:15px 15px 5px 5px;
  height:150px;
  width:100px;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
#wrongTrim{
  display:block;
  width: 300px;
  height: 500px;
  align-self: flex-end;
  object-fit: cover;
  margin-top: 8px;
}
.OnTheVerge{
display: flex;
flex-direction: row;
align-items: flex-start;
font-weight: 200;
gap: 20px;
}
@media (min-width: 768px) {
  .OnTheVerge {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .recent-posts {
    position: static !important; /* disable sticky on small screens */
  }
}
.OnTheVerge p {
  margin: 50px 0;
}
  .puzzledMan {
  height: 450px;
  padding-left: 20px;
  padding-top: 130px;
  max-width: 100%;
  object-fit: contain;
}
.thirdBlock {
  position: relative; /* context for sticky */
}
.recent-posts.sticky-top {
  top: 100px; /* adjust below your header/nav */
}
.recent-posts .list-unstyled > li {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
}
.sticky-top {
  top: 100px; /* adjust depending on your header height */
}
.recent-posts {
  position: fixed;
  top: 100px;        /* adjust offset */
  right: 20px;       /* or left depending on layout */
  width: 400px;      /* match your col-6 width */
}
.recent-posts li {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.recent-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;   /* keeps aspect ratio, crops neatly */
  flex-shrink: 0;      /* prevents shrinking in flex row */
  border-radius: 4px;  /* optional rounded corners */
}
.recent-thumb:hover{
  height:300px;
  width:300px;
}
.fluent-card {
    display: block;
    float:right;
    text-align: left;padding: 24px 20px 20px 20px;
    font-size:small;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 95% !important;
    width:200px !important;
    margin-bottom: 20px;
    width:50%;
  height:95%;
  background-color: #F7F7F7;
}
.sixth{
  display:block;
  text-align: center;
  justify-content: center;
}
.seventh-row{
  margin-top: 10px;
  margin-bottom: 100px;
  display:flex;
}
.sevenA{
display:flex;
text-align: center;
justify-content: center;
margin-bottom:20px;
}
#style37{
  padding-top: 20px;
}
.position-sticky{
  height:1800px;
}
.eighth-row{
  display:flex;
  flex-wrap: wrap;
  height:400px;
}

.tenth-row{
  display:flex;
  flex-wrap: wrap;
  height:500px;
  margin-top: 20px;
  margin-bottom:75px;
}
#right{
  border-radius: 1%;
  border-style: solid;
}
#style1{
  margin-top: 37px; 
  font-family: Inter, sans-serif; 
  font-size:xx-large;
}
#style40{
  border-style: solid;
  height:auto;
  width:80%;
}
#style39{
  padding-top:50px
}
#style57{
  font-size: larger;
  font-weight: bold; 
  margin-top: 50px;
}
#style58{
  text-shadow:2px 2px 2px #a2b2b8;
  margin-top: 50px;
}
#style59{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  font-weight: 400;
  text-shadow: 2px 2px 2px #a2b3b9;
}
#style60{
  margin-top:50px;
  margin-bottom:50px;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1%;
}
#style61{
  margin-top: 150px;
  margin-bottom: 30px;
}
#followStory{
  border-style:solid;
  border-radius:1%;
  height:80%; 
  width:90%;
  margin-top:60px;
}
#style64{
  background-color:rgb(191, 221, 160);
  padding:2px 8px 5px 8px;
  margin-bottom:100px !important;
}
#styling{
  background-color: #e8f5d1;
  padding:10px 20px 20px 10px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: x-large;
  font-weight: 500;
  border-style: solid;
  margin-top:105px;
}
#style77{
  height:250px; 
  width:350px;
}
.sevenA{
  display:flex;
  text-align: center;
  margin-bottom:20px;
}
.inline-container{
  display:flex;
  align-items: center;
    gap:10px;
}
.inline-container svg{
  height:39px;
  width:29px;
}

.blogPara2{
  text-align: left;
}
.blogPara1{
  text-align:left;
  margin-left:16%;
}
#breakingNews{
  height:400px;
  width:100%;
}
.dates{
  text-align:left;
  margin-left:36%;
  font-size: smaller;
}
#foodVendors{
  margin-top:160px;
  color: #26657a;
}
#foodVendors:hover{
  color:crimson;
}
#lighter{
  font-weight: 300;
}
#publicToilet{
  margin-top:20px;
}
/* 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;
}

#bolder{
  font-weight:900;
  color:gray;
}



