#navbarserenade #navbarserenade-inner {

	max-width: 100%;
	margin: 0 auto;
}

#navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#navbarserenade.is-minimized {
	transform: translateY(-65px);
}
#navbarserenade.is-maximized {
	transform: none;
}

#navbarserenade .top-section {
	background: none;
}
#navbarserenade .bottom-section {
	background: none;

}

.active-dropdown {
}

.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;
}



.left-0 {
	left: 0px;
}

.right-0 {
	right: 0;
}

.btmNav {
	background-color: #38312F;
	color: #fff;
	display: flex;
	top: 64px;
	position: absolute;
	width: 100%;
	font-size: 15px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}

.btmNav .logo {
    padding: 0;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btmNav .logo a img {
width: 100%;
height: 40px;
}

.btmNav ul {
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: space-evenly;
	width: 60%;
}
.btmNav ul li {
	list-style: none;
}

.btmNav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}

.stickyTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.removeMain {
	display: none !important;
}



.showbb {
	display: inline-block !important;
}

.dd_reg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}


.regBtn {
       background: #717F7C;
    padding: 9px 20px;
	    font-family: "Roboto-Regular";
		font-weight: 500;
		display: inline-flex;
		align-items: center;
		gap: 10px;
  }
  
  .regBtn span {
	background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/3aa7d62c-0380-4475-63fd-8de99a518400/w=100);
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
  }
  .regBtn a {
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	  gap: 7px;
	  color: #fff;
  }

.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:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #ddd;
	color: black;
}

.topnav .logo {
	float: left;
	display: block;
	color: #0a0909;
	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;
}



.dropdown-content {
    display: flex;
    width: fit-content;
    justify-content: space-evenly;
    gap: 2rem;
}

.dropdown {
    display: flex;
    width: 70%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
}

.dropbtn {
	display: none;
}


.navContainer {
	width: 100%;
	display: flex;
	    font-family: "baskerville-display-pt", sans-serif;

	font-weight: 400;
}


#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: 'Helvetica';
	font-weight: 500;
	color: #fff;
	font-size: 12px;
}


/* 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;
}

@media screen and (max-width: 1024px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 1024px) {


	.regBtn {
	      padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
		        font-size: 13px;
        gap: 6px;
	}

	.navContainer {
		width: 100%;
		justify-content: space-between;
	}

	.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%;
	}

	.dropbtn {
		color: rgb(255, 255, 255);
		border: none;
		cursor: pointer;
		display: flex;
		width: 40%;
		align-items: center;
		justify-content: center;
		gap: 9px;
		font-size: 14px;
	}

	.dropdown {
		position: relative;
		display: contents;
		width: 100%;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #38312f;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
        color: #ffffff;
        padding: 13px 0;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #ffffff;
        height: auto;
	}


	.dropdown .dropdown-content {
		display: none;
		list-style-type: none;
		color: #f2f2f2;
		width: 100%;
		transition: 0.2s;
		top: 45px;
		padding: 40px 30px;
		z-index: -1;
	}

	.btmNav .logo {
	         padding: 0 0;
        width: 37%;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.btmNav .logo a img {
		padding: 0 10px;
	}
	.dd_reg {
		        width: 45%;
	}

}

@media screen and (max-width: 375px) {
	.regBtn span {
    width: 5dvi;
    height: 6dvi;
	}
}
