/* MAIN MENU PANEL */
#nav1215723353.t280 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  transition: height 0.5s ease, background-color 0s ease;
  overflow: hidden;
}

/* WHEN MENU OPENS */
#nav1215723353.t280.t280__main_opened {
  height:290px;
  border: 1px solid #707070;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  display: block !important;
  transform: translateZ(0);
  overflow: hidden;
  position: relative;
  margin: 20px;
  width: calc(100vw - 40px);
}

/* MENU CONTENT CONTAINER */
#nav1215723353 .t280__menu__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 20px;
  transform: translateZ(0);
  box-sizing: border-box;
  margin: 20px;
  width: calc(100vw - 40px);
}

/* HIDE LINKS AND TITLES ONLY */
#nav1215723353.t280.t280__main_opened .t280__link,
#nav1215723353.t280.t280__main_opened .t280__title {
  display: none !important;
}

/* KEEP LOGO CONTENT VISIBLE */
#nav1215723353.t280.t280__main_opened .t280__menu__content .t280__logo__content {
  visibility: visible;
  pointer-events: auto;
  display: block !important;
}

/* KEEP BURGER MENU BUTTON VISIBLE */
#nav1215723353.t280.t280__main_opened .t280__menu__content .t-menuburger.t-menuburger_fourth {
  visibility: visible;
  pointer-events: auto;
  display: block !important;
}

/* MENU LINKS AND TITLES (default state) */
#nav1215723353 .t280__link,
#nav1215723353 .t280__title {
  color: white !important;
  opacity: 1 !important;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0;
  text-decoration: none;
}

/* REMOVE BACKGROUND ELEMENTS */
#nav1215723353 .t280__menu__bg,
#nav1215723353 .t280__container__bg {
  display: none !important;
}

/* REMOVE COLLAPSED STYLES FROM MENU CONTENT WHEN OPEN */
#nav1215723353.t280.t280__main_opened .t280__menu__content {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  margin: unset !important;
}

li.t280__menu__item,
a.t280__menu__link {
    margin: 14px !important;
}

div.t280__bottom {
    bottom: 20px !important;
}

a.t-title {
  font-size: 24px !important;
}
