@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/* Add a black background color to the top navigation */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.sub {
  width: 100%;
  text-align: right;
}

.collapse.show {
  z-index: 2 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
  font-weight: 700;
  transition: opacity 250ms;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #c8c8c8;
  text-decoration: none;
  opacity: 0.6;
}

.navbar {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/menu_hamb.svg);
  width: 30px;
}

.menuworkmobile {
  display: none;
}

.navbar li {
  padding: 0px 10px;
  font-weight: 500;
  margin: 0 0 0 40px;
  list-style-type: none !important;
  border: 0;
  font-size: 0.85em;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
}

.bordermenuNAD23 {
  border: solid white 1px;
  padding: 20px;
  margin-top: 0px;
}

.book-now-button, .book-now-button input {
  background: #E4A300;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  width: 170px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.scrolldown a {
  color: #ded7eb;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.8em;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .bordermenuNAD23 {
    border: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.6em 0;
  }
  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .scrolldown a {
    text-decoration: none;
  }
  .navbar-toggler {
    /*background: $blanco;*/
    padding: 0.2em;
  }
  .navbar-nav {
    background: black;
    color: white;
    padding: 1em;
  }
  .navbar li {
    border-bottom: 1px solid #999;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: white;
  }
  img.logotipo {
    width: 150px;
  }
}
@media (max-width: 425px) {
  .navbar-dark .navbar-toggler-icon {
    width: 25px;
  }
  .nav-bg {
    height: 60px;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .scrolldown a {
    color: #E4A300;
    text-decoration: none;
  }
  .booknav {
    display: none !important;
  }
  img.logotipo {
    width: 150px;
  }
}
.ml-auto,
.mx-auto {
  margin: auto !important;
}

.booknav {
  background: #E4A300;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  width: 170px;
  transition: transform 250ms;
}

.booknav:hover {
  transform: translateY(-3px);
  color: #fff !important;
}

a.booknav.active {
  text-decoration: none !important;
}

.navbar-dark .navbar-toggler {
  border: 0px;
}

section.headerNAD23 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("https://www.the-eic.com/Portals/0/Website/Events/NationalDinner/2023/Sparkles-03.png");
  background-position: top;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0px;
  border-bottom-left-radius: 50% 40%;
  border-bottom-right-radius: 50% 40%;
}
section.headerNAD23 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  section.headerNAD23 {
    border-bottom-left-radius: 50% 7%;
    border-bottom-right-radius: 50% 7%;
  }
}
section.headerNAD23 .book-now-button, section.headerNAD23 .book-now-button input {
  background: #E4A300;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  width: 170px;
  color: white;
  margin: 20px auto;
}

section.descriptionNAD23 {
  padding: 6em 0;
}
section.descriptionNAD23 h1 {
  font-weight: 700;
  font-size: 45px;
  color: white;
  line-height: 55px;
  margin: 0;
  text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
  text-transform: uppercase;
}
section.descriptionNAD23 hr {
  width: 100%;
  height: 1px;
  background-color: white;
  border: none;
  margin: 20px 0;
}
section.descriptionNAD23 p {
  color: white;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  section.descriptionNAD23 {
    padding: 2em;
  }
  section.descriptionNAD23 h1 {
    font-size: 33px;
    line-height: 43px;
  }
  section.descriptionNAD23 p {
    font-size: 17px;
    line-height: 27px;
  }
}

section.eic-awards-mid__gallery {
  padding: 30px 0px;
  /* Override bootstrap column paddings */
}
section.eic-awards-mid__gallery h1 {
  font-weight: 700;
  font-size: 45px;
  color: white;
  line-height: 55px;
  margin: 0;
  text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.eic-awards-mid__gallery .container.gallery-container {
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}
section.eic-awards-mid__gallery .tz-gallery {
  padding: 20px;
}
section.eic-awards-mid__gallery .tz-gallery .row > div {
  padding: 2px;
}
section.eic-awards-mid__gallery .image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}
section.eic-awards-mid__gallery .image-gallery > li {
  flex: 1 1 auto; /* or flex: auto; */
  height: 300px;
  cursor: pointer;
  position: relative;
}
section.eic-awards-mid__gallery .image-gallery::after {
  content: "";
  flex-grow: 999;
}
section.eic-awards-mid__gallery .image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
section.eic-awards-mid__gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}
section.eic-awards-mid__gallery .tz-gallery .lightbox:before {
  position: absolute;
  top: 45%;
  left: 44%;
  opacity: 0;
  color: #6c6c6c;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  content: "zoom";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}
section.eic-awards-mid__gallery .tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(244, 244, 244, 0.7);
  content: "";
  transition: 0.4s;
}
section.eic-awards-mid__gallery .tz-gallery .lightbox:hover:after,
section.eic-awards-mid__gallery .tz-gallery .lightbox:hover:before {
  opacity: 1;
}
section.eic-awards-mid__gallery .baguetteBox-button {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  section.eic-awards-mid__gallery body {
    padding: 0;
  }
}

section.entertainerNAD23 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("https://www.the-eic.com/Portals/0/Website/Events/NationalDinner/2023/Sparkles-01.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
}
section.entertainerNAD23 img {
  width: 100%;
}
section.entertainerNAD23 p {
  color: white;
  font-size: 35px;
  font-weight: 700;
  text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
  margin-left: 20px;
  line-height: 45px;
}
section.entertainerNAD23 p.smallertextent {
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
  margin-left: 20px;
  line-height: 38px;
}
@media only screen and (max-width: 600px) {
  section.entertainerNAD23 {
    padding: 2em;
  }
  section.entertainerNAD23 p {
    font-size: 24px;
    margin-top: 20px;
    line-height: 32px;
  }
  section.entertainerNAD23 p.smallertextent {
    color: white;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
    margin-left: 20px;
  }
}

section.reportNAD23 {
  padding: 6em 0em;
}
section.reportNAD23 h3 {
  font-weight: 700;
  font-size: 40px;
  color: white;
  line-height: 55px;
  margin: 0;
  text-shadow: 0 0 7px #f4ce7d, 0 0 10px rgb(0, 0, 0), 0 0 21px #ecbb53;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  section.reportNAD23 {
    padding: 2em;
  }
  section.reportNAD23 h3 {
    font-size: 33px;
    line-height: 43px;
  }
}

body {
  background-color: black;
}