#navbarserenade #navbarserenade-inner {
	/* width: 1600px; */
	max-width: 100%;
	margin: 0 auto;
  }
  #navbarserenade .top-section {
	/* height: 75px; */
  }
  #navbarserenade .bottom-section {
	/* height: 50px; */
  }
  #navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
  }
  #navbarserenade.is-minimized {
	transform: translateY(-65px);
  }
  #navbarserenade.is-maximized {
	/* transform: translateY(0); */
	transform: none;
  }
  #navbarserenade .top-section,
  #navbarserenade .bottom-section {
  }
  #navbarserenade .top-section {
	background: none;
  }
  #navbarserenade .bottom-section {
	background: none;
  }
  .dropdown-item:focus, .dropdown-item:hover {
	color: #268138 !important;
	background-color: unset !important;
  }
  .active-dropdown {
	color: #268138 !important
  }

  .frame-header .stroke {
	stroke-dasharray: 2700;
  }
  
  .gap {
	height: 30vh;
	min-height: 300px;
  }
  
  .mobile-menu {
	transform: translateX(100%);
	transition: 0.3s;
  }
  
  .mobile-menu.slide-in {
	transform: none;
  }
  
  .mobile-menu a {
	margin-top: 1.25rem;
  }
  .nav-down {
	top: 0;
  }
  .nav-up {
	top: -40px;
  }

  .cal-wrapper {
	background: #f6f6f6;
  }
  
  .this-grid-slide {
	font-family: "MuseoSans";
	font-weight: 900;
	font-size: 25px;
  }
  
  @media (min-width: 768px) {
	.left-cust {
	  left: 12rem;
	}
  }
  
  .top-0 {
	top: 0px;
  }
  
  .left-0 {
	left: 0px;
  }
  
  .left-2 {
	left: 0.5rem;
  }
  .left-4 {
	left: 0.8rem;
  }
  .left-auto {
	left: auto;
  }
  
  .right-cus {
	right: 8.5rem;
  }
  
  .right-0 {
	right: 0;
  }
  
  .right-1 {
	right: 0.25rem;
  }
  
  .right-2 {
	right: 0.5rem;
  }
  
  .bottom-2 {
	bottom: 0.5rem;
  }
  
  .bottom-7 {
	bottom: 1.75rem;
  }
  
  .left-3 {
	left: 0.75rem;
  }
  
  .right-7 {
	right: 1.75rem;
  }
  
  .top-8 {
	top: 2rem;
  }
  
  .right-5 {
	right: 1.25rem;
  }
  
  .top-5 {
	top: 1.25rem;
  }
  
  .box-border {
	box-sizing: border-box;
  }
  
  .block {
	display: block;
  }
  
  .inline-block {
	display: inline-block;
  }
  
  .hidden {
	display: none;
  }
  
  .h-screen {
	height: 100vh;
  }
  
  .h-full {
	height: 100%;
  }
  
  .h-auto {
	height: auto;
  }
  
  .pr-6 {
	padding-right: 1.5rem;
  }
  
  .pr-6 {
	padding-right: 1.5rem;
  }
  
  #outer {
	width: 100%;
	text-align: left;
  }
  
  @media (min-width: 600px) {
	.side-img img {
	  padding: 31px;
	}
  }
  
  .max-w-screen-lg {
	max-width: 1024px;
  }
  
  .gap-10 {
	gap: 2.5rem;
  }
  
  .grid {
	display: grid;
  }
  
  .text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
  }
  
  .text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
  }
  
  .text-2xl {
	font-size: 15px;
	line-height: 1rem;
  }
  
  .text-5xl {
	font-size: 3rem;
	line-height: 1;
  }
  
  .inner a {
	width: 180px;
  }
  
  @media (min-width: 1280px) {
	.xl\:px-4 {
	  padding-left: 1rem;
	  padding-right: 1rem;
	}
  }
  
  .py-10 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
  }
  
  .divide-x {
	border-right-width: 0px;
	border-left-width: 1px;
	color: #fff;
  }
  
  .btmNav {
	background: #EAEAEA;
	color: #000;
	display: flex;
	top: 64px;
	position: relative;
	width: 100%;
    font-size: 14px;
	font-family: 'Metropolis-Bold';
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }

  .navContainer.dropdown:hover .dropdown-menu {
	display: unset !important;
}
  ul.dropdown-menu.nav-drop {
    display: none !important;
  }
  ul.dropdown-menu.nav-drop.show {
    display: inline-flex !important
;
    width: fit-content;
    flex-direction: column;
    min-width: 15vw;
    background: #eaeaea;
    padding: 10px;
    line-height: normal;
  }
  .dropdown-menu.nav-drop.show > li {	
	padding-bottom: 6px;
    margin: 0;
  }
  .dropdown-menu.nav-drop.show > li > a {
	text-align: left;
    display: contents;
    padding: 0 0;
    margin: 0;
	font-size: 14px;
  }

  .dropdown-toggle::after {
	display: none !important;
  }
  button.btn.btn-secondary.dropdown-toggle.nav-button {
    display: flex;
    border: 0;
    align-items: center;
    margin: 0;
    height: 100%;
    font-size: 13px;
    letter-spacing: normal;
    align-content: center;
    width: 100%;
    justify-content: space-evenly;
    border-radius: 0;
    background: unset;
	color: #142E20;
  }
  button.btn.btn-secondary.dropdown-toggle.nav-button:hover {
	color: #142E20;
  }
  button.btn.btn-secondary.dropdown-toggle.nav-button:focus {
	outline: none;
	box-shadow: none;
  }
  
  .btmNav .logo {
	padding: 0 49px;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btmNav .logo a {
	color: #000;
	text-decoration: none;
  }
  
  .btmNav ul {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
  }
  
  .btmNav ul li {
	list-style: none;
	width: 100%;
  }
  
  .btmNav ul li a {
	color: #142E20;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	display: flex;
  }
  
  .stickyTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  }
  
  .removeMain {
	display: none !important;
  }
  
  .showbb {
	display: inline-block !important;
  }
  
  .regBtn {
	background: #EAEAEA;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	cursor: pointer;
    color: #142E20;
    width: 12%;
	font-family: 'Metropolis-Bold';
  }
  
  .regBtn a {
	background: #a39f67;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 7px;
	color: #142E20;
  }
  
  .topnav {
	overflow: hidden;
	background-color: #eee;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 13px 16px;
	text-decoration: none;
	font-size: 17px;
  }

  
  .topnav a.active {
	background-color: #ffffff;
	color: red;
  }
  
  .topnav .logo {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 7px 10px 3px 10px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .topnav .logo img {
	width: 166px;
	height: auto;
  }
  
  .topnav .logo:hover {
	background: transparent;
  }
  
  .topnav button {
	display: none;
  }
  
  
  .lineb {
	color: #fff;
	opacity: 1;
  }
  
  .this-pss {
	padding-top: 2rem;
	padding-bottom: 2rem;
  }
  
  .btmspace {
	margin-bottom: 45px;
  }
  
  .dropdown-content {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
  }
  
  .dropdown {
	display: flex;
	/* align-items: center; */
	width: 73.55%;
	/* gap: 7px;*/
  }
  
  .dropdown a {
	cursor: pointer;
	display: flex;
	/* background: aquamarine; */
	height: 53px;
	align-items: center;
	/* padding: 0 16px; */
	/* width: 100%; */
	justify-content: center;
  }
  
  .dropbtn {
	display: none;
  }
  
  .orangeSpan {
	font-family: "Apercu";
	font-weight: 500;
	color: #f9c400;
	font-size: 21px;
	font-weight: bolder;
	/* line-height: 2; */
  }
  
  .box p {
	font-family: "Balance";
	font-size: 15px;
  }
  
  .textBold {
	font-weight: bolder;
	font-size: 18px;
  }
  
  .thumbnails {
	display: flex;
	margin: 1rem auto 0;
	padding: 0;
	justify-content: center;
  }
  
  .thumbnail {
	width: 70px;
	height: 70px;
	overflow: hidden;
	list-style: none;
	margin: 0 0.2rem;
	cursor: pointer;
  }
  
  .thumbnail img {
	width: 100%;
	height: auto;
  }
  
  .thumbnail {
	opacity: 0.3;
  }
  
  .bg-blue {
	--tw-bg-opacity: 1;
	background-color: #ebeae8;
  }
  .sliderTxt {
	color: white;
	font-size: 10px;
	font-family: "Balance";
  }
  
  .navContainer {
	width: 100%;
	display: flex;
  }

  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
  
  /* Firefox */
  input[type="number"] {
	-moz-appearance: textfield;
  }
  
  @keyframes wave {
	from {
	  transform: rotate(-10deg) translateX(-20%) translateY(10%);
	}
  
	to {
	  transform: rotate(16deg);
	}
  }
  

  .divide-x {
	border-left: 1px solid rgb(255, 255, 255);
  }


#topBtn.showbb {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

#topBtn {
	display: inline-block;
	position: fixed;
	bottom: 55px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 500;
}

#topBtn span {
	font-family: 'Gotham';
	font-weight: 500;
	color: #fff;
	font-size: 12px;
}
  
  @media screen and (max-width: 600px) {
	.topnav.responsive {
	  position: relative;
	}
  
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  
	.topnav.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	ul.list-group {
        width: 0;
    }
  }
  
  @media screen and (max-width: 600px) {
	.btmNav {
	  height: 52px;
	
	}
	@-webkit-keyframes zoom {
	  from {
		-webkit-transform: scale(0);
	  }
  
	  to {
		-webkit-transform: scale(1);
	  }
	}
  
	@keyframes zoom {
	  from {
		transform: scale(0);
	  }
  
	  to {
		transform: scale(1);
	  }
	}
  
	.regsub {
	  text-align: center;
	  max-width: 100% !important;
	}
  
	.regTitle {
	  text-align: center;
	}
  
	.midbutton a {
	  font-size: 14px;
	}
  
	.funcTxt {
	  font-size: 19px;
	}
  
	.funcTxt2 {
	  font-size: 14px;
	  max-width: 347px;
	}
  
	.descBox {
	  font-size: 14px;
	}
  
	.stitle p {
	  font-size: 19px;
	  padding-bottom: 0;
	  margin-bottom: 0;
	}
  
	.stitle {
	  text-align: center;
	}
  
	.box p {
	  font-size: 14px;
	}
  
	.textBold {
	  font-weight: bolder;
	  font-size: 19px;
	}
  
	.regBtn {
	  width: 35%;
	  line-height: 2.2;
	}
  
	.navContainer {
	  width: 100%;
	  justify-content: space-between;
	}
	ul.dropdown-menu.nav-drop.show {
	  display: contents !important;
	  width: fit-content;
	  flex-direction: column;
	  font-size: 13px;
	  text-align: center;

	}
	.dropdown-item {
	  font-size: 13px;
	
	}
	.dropdown-menu.nav-drop.show > li {
		padding-bottom: 3px;
		margin: 0;
		padding-top: 0;
		border-bottom: 1px solid #fff;
		padding: 12px 6px;
	}
	/*
	  .btmNav {
		display: flex;
		justify-content: space-between;
		height: 64px;
	  }
	
	  .btmNav ul {
		margin: 0;
		display: inline-block;
		align-items: center;
		margin-left: 10px;
		justify-content: space-evenly;
		width: 60%;
	  }
	*/
	.bg-nav {
background-color: #a39f67;
	}
	.dropbtn {
        color: #fff;
        border: none;
        cursor: pointer;
        display: flex
;
        width: 50%;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-size: 13px;
        background: #142e20;
	}
  
	.dropdown {
	  position: relative;
	  display: contents;
	  width: 100%;
	}
  
	ul.list-group.bg-dark {
	  width: 0;
	}
  
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #142e20;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	  z-index: 1;
	  margin-right: 38%; /*Values will be determined and adjusted (test running)*/
	}
  
	.dropdown-content a {
	  color: #fbfbfb;
	  padding: 12px 6px;
	  text-decoration: none;
	  display: block;
	  border-bottom: 1px solid #fff;

	}
	.btmNav ul li a {
		color: #fbfbfb;
	}
	.dropdown-content button {
	  color: #fbfbfb;
	  padding: 12px 6px;
	  text-decoration: none;
	  display: block;
	  border-bottom: 1px solid #fff;

	}
	button.btn.btn-secondary.dropdown-toggle.nav-button {
		display: block;
		border: 0;
		border-bottom: 1px solid;
		color: #fbfbfb;
	}
	button.btn.btn-secondary.dropdown-toggle.nav-button:hover {
		color: unset;
	}
	/*   
	  .dropdown-content a:hover {
		background-color: #f1f1f1;
		color: #f9c400;
	  } */
	/* .btn:hover {
	  color: red !important;
	}
	  .dropdown-item li a:hover {
		color: red !important;
	  } */
	.dropdown .dropdown-content {
	  display: none;
	  list-style-type: none;
	  color: #f2f2f2;
	  width: 100%;
	  transition: 0.2s;
	  top: 45px;
	  padding: 40px 30px;
	  z-index: -1;
	  left: 0;
	}
  
	.btmNav .logo {
	  padding: 1px 22px;
	  width: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.dropdown-toggle {
	  white-space: nowrap;
	}
	button.btn.btn-secondary.dropdown-toggle.bg-dark.nav-button {
	  display: flex;
	  border: 0;
	  align-items: center;
	  margin: 0;
	  justify-content: center;
	  width: 100%;
	  margin-top: 0;
	  border-bottom: 1px solid #fff;
	  border-radius: 0;
	  padding: 12px 6px;
	  gap: 10px;
	}
	.dropdown-menu.nav-drop.show > li > a {
		text-align: center !important;
		font-size: 13px;
		
	  }
  }
  