.body
{
    height: 100vh; /* Make body take up full viewport height */
        display: flex;
            flex-direction: column;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
}
.splash
{
        background-color: #191919;
}
.screen2
{
    background-color: #AD8330;
}
#splashScreenLogo
{
    width: 70%;
    margin-bottom: 10px;
}
#brideGroomCo
{
    display: block;
    color: aliceblue;
    position: absolute;
    top: 90%;
}
#screen2Logo
{
    width: 5em;
    position: absolute;
    top: 80%;
}
#welcoming
{
    display: block;
    color: aliceblue;
    font-size: 1em;
}
.auth
{
    background-color: #F5F5F5;
}

#authHeaderImage
{
    position: absolute;
    top: 0px;
    width: 100vh;
}
#registrationQ1
{
    font-size: 1.5em;
    position: absolute;
    top: 30%;
}
#brideGroomButtons
{
    display: block;
    margin-top: 2%;
    width: 25em;
    height: 3em;
    border: none;
    border-radius: 10px;
    background-color: #E8E8E8;
}
#brideGroomInputFields
{
    display: block;
    margin-top: 0%;
    width: 15em;
    height: 8%;
    border: none;
    border-radius: 10px;
    background-color: #E8E8E8;
    padding: 10px;
}
#registrationQ4
{
    font-size: 1.5em;
}
.menu-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.menu {
    background: #F9F9F9;
    border-radius: 39px;
    padding: 20px;
    width: 50%;
}
.menu a {
    margin: 0 10px;
    font-size: 1em;
}
.separator {
    border: 1px #C6B4B4 solid;
    margin-top: 0px;
    min-width: 100%;
}
.section-title {
    color: black;
    font-size: 1em;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 30px;
}
.category-link {
    color: black;
    font-size: 1em;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    text-align: left !important;
}

.image-placeholder {
    width: 100%;
    max-height: auto;
    border-radius: 15px;
    margin-top: 20px;
}
.LinksUnique
{
    font-size: 0.9em !important;
    color: #000000;
}
.welcoming
{
    margin-top: 10px;
}
.images
{
    border-radius: 1.5em;
    margin-top: 0.3em;
    height: 12em;
}
.planning
{
    background: #E8E8E8;
    padding: 0.8em;
    /* padding-left: 10px; */
    /* padding-right: 20px; */
    border-radius: 0.6em;
    color: #000000;
    text-decoration: none;
    /* text-align: center; */
    transition: 0.3s;
    text-decoration: none;
}
.planning:hover
{
    background: #AD8330;
    color: #E8E8E8;
    text-decoration: none;
}
#logo
{
    display: inline;
    margin: 0px;
    /* margin-left: 3.5em;
    margin-right: 4.9em; */
    margin-bottom: 1em;
    margin-top: 2em;
    max-width: fit-content;
    /* width: 25%; */
    height: fit-content;
    /* position: relative;
    right: 5%; */
}
.menu
{
    margin-left: 5% !important;
}
.container-fluid
{
    flex-wrap: inherit;
}
.navbar-brand
{
    font-size: 1em;
}
.category-link2 {
    display: block;
    width: 100%; /* Make the link fill the container */
    height: 100px; /* Set a fixed height */
    background-color: #000000; /* Background color */
    color: #E8E8E8; /* Text color */
    text-align: center; /* Center align text */
    line-height: 100px; /* Vertically center text */
    margin-bottom: 0rem; /* Space between the blocks */
    border: 1px solid #dee2e6; /* Optional border to distinguish blocks */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    border-radius: 1em;
  }
.custom-spacing {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 1em;
  }

  .custom-spacing > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.2rem; /* Adjust the value for vertical spacing */
  }


  .category-link2:hover {
    background-color: #e9ecef; /* Background color on hover */
    text-decoration: none;
    color: #000000;
  }
  
  
  /* #bottomNav
  {
    position: sticky;
    bottom: 0px;
    width: 100vh;
  } */
  .bottomNabLinks
  {
    font-size: 0.5em;
    margin: 0px;
    
  }

  .bottom-navbar {
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa; /* Adjust as needed */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
    white-space: nowrap; /* Prevents wrapping of content */
}

.bottomNabLinks {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    font-size: 1rem; /* Adjust the font size as needed */
    white-space: nowrap; /* Prevent text wrapping */
    color: #A6A6A6;
}

/* Optional: Adjust font size and padding for very small screens */
@media (max-width: 576px) {
    .bottomNabLinks {
        font-size: 0.8rem; /* Slightly smaller font size */
        padding: 0.25rem; /* Reduce padding */
    }
}
.bottom-navbar
{
    background-color: #EFEEEE;
}
#topNavBar
{
    padding: 1em;
    padding-left: 4em;
    padding-right: 4em;
}
#navbarNav
{
    padding-top: 1em;
}
#categoryCards
{
    margin-bottom: 1em;
}

#carouselExampleControls .carousel-inner img {
    /* width: 100%;
    height: 100%; */
    object-fit: contain; /* Ensures the entire image is visible */
    @media (max-width: 768px){
        width:100%;
}

}
.carousel-item
{
    @media (min-width: 768px){
            margin-bottom: 1em;
    }
    @media (max-width: 768px){
        margin-bottom: 5em;
}
}
.carousel
{
    height: 16em;
    /* width: 30em; */
    margin-right: auto;
    margin-left: auto;
}