@media only screen and (min-width: 800px) {
/* Navbar styling */
#r8_navbar .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0; /* Adjust padding as needed */
  min-height: 210px; /* Optional: Set a minimum height */
  height: auto; /* Allow it to grow with content */
  overflow: visible; /* Prevent cropping */
  position: relative;
}

/* Logo image styling */
#r8_logo img {
  max-height: 200px; /* Adjust to your preferred size */
  height: auto;
  width: auto;
  display: block;
}}

