@charset "utf-8";
/* CSS Document */

:root {
  --whiteish: #F2F0F0;
  --body-bg: #3A0121;
  --body-bg-dark: #380d1b;
  --primary: #fcae68;
  /* Theme Colors */
  --theme-la: #fcae68;
  --theme-ny: #ccef4d;
  --theme-nashville: #a74dff;
  --theme-london: #00ffff;
  --theme-munich: #f600c9;
  --bg-default: url('/img/YoungParties2025_Website-Background_General.jpg');
  --bg-la: url('/img/YoungParties2025_Website-Background_Hollywood.jpg');
  --bg-ny: url('/img/YoungParties2025_Website-Background_NewYork.jpg');
  --bg-nashville: url('/img/YoungParties2025_Website-Background_Nashville.jpg');
  --bg-london: url('/img/YoungParties2025_Website-Background_London.jpg');
  --bg-munich: url('/img/YoungParties2025_Website-Background_Munich.jpg');
}

/* @font-face {
  font-family: 'reader-regular', "Helvetica", "Arial";
  src: url('reader-regular.woff2') format('woff2'),
       url('reader-regular.woff') format('woff'),
       url('reader-regular.ttf') format('truetype');
} */

/* Header font */
@font-face {
  font-family: 'ws-paradose';
  src: url('WsParadoseItalic.woff2') format('woff2'),
       url('WsParadoseItalic.woff') format('woff'),
       url('WsParadoseItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Body font */
@font-face {
  font-family: 'itc-avant-garde';
  src: url('ITCAvantGardeStd-Bk.woff') format('woff'),
       url('ITCAvantGardeStd-Bk.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'optima-bold';
  src: url('Optima-Bold-02.woff') format('woff'),
       url('Optima-Bold-02.ttf') format('truetype');
} */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 4px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.2s ease-in-out;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-link:focus-visible {
  top: 0;
}

a:link, a:visited, a:active, a:hover {
  color: var(--whiteish);
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

body {
  color: var(--whiteish);
  font-family: 'itc-avant-garde', "Helvetica", "Arial";
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  padding: 0;
  background-color: var(--body-bg);
  background-position-x: 72%;
  letter-spacing: 0.02em;
  background-image: var(--bg-default);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.la {
  background-image: var(--bg-la);
}

body.ny {
  background-image: var(--bg-ny);
}

body.nashville {
  background-image: var(--bg-nashville);
}

body.london {
  background-image: var(--bg-london);
}

body.munich {
  background-image: var(--bg-munich);
}

body.navopen {
  overflow: hidden; /* Hide scrollbars */
}

h1, h2 {
  font-family: 'ws-paradose';
  font-size: 30px;
  color: var(--heading-color, var(--primary));
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.logo-images {
  display: flex;
  gap: 40px;
  margin: 120px 0;
}

.la h1 {
  --heading-color: var(--theme-la);
}
.london h1 {
  --heading-color: var(--theme-london);
}
.ny h1 {
  --heading-color: var(--theme-ny);
}
.nashville h1 {
  --heading-color: var(--theme-nashville);
}
.munich h1 {
  --heading-color: var(--theme-munich);
}

.container {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: auto;
}

.sectionContainer .viewAuctionItemButton img {
  width: 250px;
  margin: 20px 0 10px;
}

.sectionContainer .registerButton img, .sectionContainer .buyTicketsButton img {
  margin-right: 36px;
  width: 200px;
}

.sectionContainer .donateButton img {
  margin-top: 20px;
  width: 250px;
  display: block;
}

.hambugerButton {
  display: none;
  padding: 10px;
}

.noBottomMargin {
  margin-bottom: 0 !important;
}

.noTopMargin {
  margin-top: 0 !important;
}

.mapouter {
  margin: 36px 0;
}

header {
  margin: 60px 0 0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--whiteish);
  background: transparent;
}

ul.nav {
  height: fit-content;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

ul.nav > li {
  border-right: 1px solid white;
  margin-right: 36px;
  padding-right: 36px;
}

ul.nav > li:last-child {
  border-right: 0px solid white;
}

ul.nav ul.secondaryNav {
  background-color: var(--body-bg-dark);
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: none;
}


ul.nav ul.secondaryNav a {
  padding: 36px 36px 0;
}

ul.nav ul.secondaryNav li:last-child {
  padding-bottom: 36px;
}

ul.nav ul.secondaryNav.navopen {
  position: absolute;
  top: 120px;
  margin-left: -36px;
  display: flex;
  flex-direction: column;
}

ul.nav a {
  font-family: 'itc-avant-garde', "Helvetica", "Arial";
  font-size: 18px;
  text-decoration: none;
  color: var(--whiteish);
  display: flex;
  white-space: nowrap;
}

.locationLink img {
  margin-left: 10px;
}

ul.navSocialNetworks {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.navSocialNetworks li {
  margin-left: 40px;
}

.downArrow {
  display: block;
}

.upArrow {
  display: none;
}

.navopen > .downArrow {
  display: none;
}

.navopen > .upArrow {
  display: block;
}

.eventContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.eventContainer img {
  margin-bottom: 20px;
}

.ticketInfoContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sectionContainer {
  position: relative;
  padding: 36px;
  margin-top: 72px;
}

.sectionContainer.eventText {
  width: 62%;
}

.sectionContainer.eventText hr{
  margin: 36px 0;
}

.sectionContainer img {
  width: 100%;
}

.addressContainer {
  display: flex;
  flex-direction: row;
}

.addressContainer img {
  width: 30%;
}

.addressContainer .addressText {
  margin: 36px;
}

.sectionContainer img.cisLogo {
  width: 40%;
  margin: 0 30%;
}

.sectionContainer img.caaTaskForceLogo {
  width: 30%;
}

.sectionContainer img.charityBuzzLogo {
  width: 30%;
  margin-top: 24px;
}

.sectionContainer img.nordoffRobbinsLogo {
  width: 40%;
  margin: 0 30%;
}

.sectionContainer img.buntkicktgutLogo {
  width: 40%;
  margin: 0 auto 0;
}

.sectionContainer img.donorChoose {
  width: 40%;
  margin: 0 30%;
}

ul.contactUsSocialNetworks {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 150px 0 0 0;
  padding: 0;
}

ul.contactUsSocialNetworks li {
  margin: 0 20px 0 0;
}

ul.contactUsSocialNetworks li img {
  width: 55px;
}

.contactUsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.contactUsContainer p {
  font-size: 18px;
}

img.youngPartyLogo {
  width: 40%;
}

.dot {
  font-size: 40px;
  position: relative;
  left: 15px;
  top: 5px;
}

.contactUsContainer img.youngPartyLogo {
  width: 30%;
}

.contactUsContainer .caaFoundationLogo {
  width: 35%;
}

.contactUsTextContainer h1 {
  display: none;
}

.contactUsTextContainer p {
  display: block;
  display: inline-block;
  margin-right: 30px;
}

.makeDonation img.youngPartyLogo {
  width: 22%;
}

.makeDonation img.youngPartyMobileLogo {
  display: none;
}

.makeDonation .sectionContainer img.cisLogo,
.makeDonation .sectionContainer img.nordoffRobbinsLogo,
.makeDonation .sectionContainer img.donorChoose {
  width: 35%;
  margin: 0;
}

.makeDonationTextContainer {
  margin: 40px 20% 40px 0
}

.makeDonationTextContainer h1 {
  margin-top: 0;
}

img.eventLogo {
  width: 20%;
}

img.youngPartyDonationLogo {
  width: 30%;
}

.youngPartyContainer {
  display: flex;
  flex-direction: row;
}

.youngPartyContainer div {
  margin-left: 36px;
}

footer {
  margin: 120px 0;
  border-top: 1px solid var(--whiteish);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 20px 0;
}

.footer-socials {
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 1024px) {
  ul.nav a {
    font-size: 15px;
  }
  ul.nav > li {
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-position-x: 65%;
  }
  
  h1 {
    font-size: 24px;
  }

  .logo-images {
    flex-direction: column;
    margin: 40px 36px;
  }

  .container {
    width: 100%;
    margin: 0;
  }

  .hambugerButton {
    display: block;
    position: absolute;
    top: 26px;
    left: 26px;
  }

  .hambugerButton.navopen {
    left: 70vw;
  }

  header {
    width: 0;
    height: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    margin: 0;
    padding: 36px;
    border-bottom: 0px solid white;
    background-color: var(--body-bg-dark);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  }

  header.navopen {
    display: flex;
    width: 50vw;
  }

  .navContentContainer {
    display: flex;
    flex-direction: row;
  }

  .mainContainer {
    position: relative;
    left: 0;
    top: 100px;
    width: 100vw;
  }

  .mainContainer.navopen {
    position: absolute;
    left: 70vw;
  }

  ul.nav {
    flex-direction: column;
  }

  ul.nav > li {
    border-right: 0px solid white;
    margin-bottom: 36px;
  }

  ul.nav a {
    font-size: 15px;
  }

  ul.navSocialNetworks {
    position: absolute;
    bottom: 36px;
    left: 36px;
  }

  ul.navSocialNetworks li:first-child {
    margin-left: 0;
  }

  ul.nav ul.secondaryNav {
    background-color: transparent;
  }

  ul.nav ul.secondaryNav li:last-child {
    padding-bottom: 0;
  }

  ul.nav ul.secondaryNav.navopen {
    position: relative;
    top: 0;
  }

  ul.nav ul.secondaryNav a {
    padding: 36px 0 0 72px;
  }

  .eventContainer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .eventContainer img {
    margin: auto;
  }

  .sectionContainer {
    margin: 72px 0 0;
  }

  .ticketInfoContainer {
    flex-direction: column;
  }

  .sectionContainer.eventText {
    width: -webkit-fill-available;
  }

  .sectionContainer.eventText hr{
    margin: 50px 0;
  }

  .addressContainer {
    flex-direction: column-reverse;
    justify-content: center;
  }
  
  .addressContainer img {
    margin: auto;
    width: 50%;
  }

  .mapouter {
    margin: 36px auto;
  }
  
  .addressContainer .addressText {
    margin: auto;
  }

  .addressContainer .addressText > *{
    text-align: center;
  }

  .sectionContainer img.donorChoose {
    width: 40%;
  }

  .sectionContainer img.cisLogo {
    width: 50%;
    margin: 0;
  }
  
  .sectionContainer img.caaTaskForceLogo {
    width: 50%;
  }
  
  .sectionContainer img.charityBuzzLogo {
    position: relative;
    width: 75%;
    right: 0;
    bottom: 0;
  }
  
  .sectionContainer img.nordoffRobbinsLogo {
    width: 50%;
    margin: 0;
  }

  .sectionContainer img.buntkicktgutLogo {
    width: 50%;
    margin: 0;
  }

  .sectionContainer img.donorChoose {
    width: 50%;
    margin: 0;
  }

  img.youngPartyLogo {
    width: 50%;
  }

  img.eventLogo {
    width: 60%;
  }

  .makeDonationTextContainer {
    margin: 40px 0;
  }

  .makeDonation .sectionContainer img.cisLogo,
  .makeDonation .sectionContainer img.nordoffRobbinsLogo,
  .makeDonation .sectionContainer img.donorChoose {
    width: 50%;
    margin: 0;
  }

  .makeDonation img.youngPartyLogo {
    display: none;
  }

  .makeDonation img.youngPartyMobileLogo {
    display: block;
    margin: auto;
  }

  .contactUsContainer {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 0;
  }

  .contactUsContainer > div div {
    background-color: var(--body-bg-dark);
    border-radius: 50px;
    border: 1px solid var(--body-bg-dark);
    padding: 36px;
    margin-top: 72px;
    margin: 36px;
  }

  .contactUsContainer img.youngPartyLogo {
    margin: 0 auto 36px;
    width: 50%;
  }

  .contactUsTextContainer h1 {
    display: block;
  }

  .contactUsTextContainer p {
    display: none;
  }

  ul.contactUsSocialNetworks {
    margin: 36px 0;
  }

  footer {
    margin: 120px 36px 60px;
  }
  footer.navopen {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  footer {
    align-items: flex-start;
  }
  .footer-socials {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1;
  }
}