/* Add custom styles if necessary */

/* The navigation bar */
/* Background color of the top navigation */

<style>
a:link, a:visited {
  background-color: #f44336;
  color: blue;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: none;
}


    /* Show dropdown on hover */
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }




    /* Change text and background color on hover for the "About Us" link */
    #navbarDropdown:hover {
        color: #ffffff; /* Set desired text hover color */
        background-color: #992600; /* Set desired background hover color */
    }

    /* Change text and background color on hover for the dropdown items */
    .dropdown-item:hover {
        color: #ffffff; /* Set desired text hover color */
        background-color: #992600; /* Set desired background hover color */
    }







</style>




.topnav {
    <--!background-color: #3d0af7;-->
	 background-color: #9e031a;
    overflow: hidden;
z-index: auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #9e031a;
  text-align: center;
  padding: 5px 5px;
  font-size: 15px;
}

/* Add a color to the active/current link */
.topnav a.active {
  <!--background-color: white;-->
  background-color: blue;
  
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}
.navbar {
  position: sticky; /* Set the navbar to fixed position */
  top: 0px; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 9999;
}


.navbar-brand {
font-family: Baskerville Old Face;
text-indent: 10px;
color: #510400;
font-size: 35px;
}

body {
    font-family: Arial, sans-serif;
}
.logo {
  max-height: 80px;
}






.carousel-item img {
    max-height: 600px;
    object-fit: cover;
}

section {
    padding: 60px 0;
}

#testimonialSlider .carousel-item p {
    font-size: 1.25rem;
}