.nav-link {
	font-size: 1.3em;
}
.full-center {
	display: flex;
	align-items: center;      /* vertical center */
	justify-content: center; /* horizontal center */
	padding: 0px;
}
.searchTypeNxr {
	height: 33px;
	position: relative;
	top: -7px;
}
.searchValueNxr {
	height: 33px !important;
	position: relative;
	top: -7px;
	padding-left: 5px;
	box-sizing: border-box;
}
.searchButtonNxr {
	position: relative;
	right: 8px;
	top: 7px;
}
/* Styles for screens with a minimum width of 768px (e.g., tablets and desktops) */
@media screen and (min-width: 768px) {
  .searchValueNxr {
	width: 250px;
  }
}
/* Styles for screens with a maximum width of 767px (e.g., mobile phones) */
@media screen and (max-width: 767px) {
  .searchTypeNxr {
    width: 100px;
  }
  .searchValueNxr {
	width: 150px;
  }
}