/***********************************/
/*********** C L A S S E S *********/
/***********************************/
.section {
  padding: 4rem 40px;
}
.section-title {
  text-align: center;
  margin: auto auto 40px;
}

.content-wrapper {
  position: relative;
  max-width: 1240px;
  margin: auto;
}
.button {
  width: fit-content;
  margin: auto;
  font-family: Lemonmilk;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
  text-decoration: none;
}

@media (max-width: 580px) {
  .section {
    padding: 2rem 20px;
  }
  .section-title {
      text-align: center;
      margin: auto auto 20px;
  }

}
/********************************************/
/*********** A D   S E C T I O N ************/
/********************************************/
#banner-guidebook {
    padding: 0 20px 4rem;
}
.ad-banner {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 40px 20px;
}
.ad-banner picture,
.ad-banner img {
  display: block;
  max-width: 728px;
  height: auto;
}
.ad-banner img {
    box-shadow: 0px 0px 16px -11px grey;
}
@media (max-width: 768px) {
  .ad-banner picture,
  .ad-banner img {
    max-width: 300px;
  }
}
/**************************************************/
/********************* HEADER *********************/
/**************************************************/
#banner-section {
  position: relative;
  padding: 0;
}
.banner-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 500px;
  max-height: 80%;
  margin: auto;
}
#header {
    padding: 0;
    width: 100% !important;
    max-width: none !important;
    margin: auto;
}
#header .vc_column-inner {
    padding: 0;
}
#header-banner {
    filter: brightness(0.5);
    width: 100%;
    padding-top: 28.1%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position-y: center !important;
    background-position-x: center !important;
    background-image: url(https://salsaintoronto.com/wp-content/uploads/SIT_Assets/events/salsa_on_st_clair_banner_1920x560.webp?v1);
}
@media only screen and (max-width: 768px) {
    #header-banner {
        padding-top: 62.8%;
    }
}

/******************************************/
/****** D A T E / L O C A T I O N *********/
/******************************************/
#location-section {
  padding: 2rem;
}
#location-section h1 {
  width: fit-content;
  max-width: 1240px;
  margin: auto;
  line-height: normal;
  font-size: 1.4rem;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 768px) {
  #location-section h1 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 580px) {
  #location-section {
      padding: 2rem 20px !important;
  }
}
/******************************************/
/****** S P O N S O R  S E C T I O N ******/
/******************************************/
#sponsor-section {
  display: flex;
  gap: 4rem;
  justify-content: center;
  background: linear-gradient(135deg, var(--salsa-white), #f2f2f2);
}
.sponsor-wrapper {
  width: calc(50% - 2rem);
  max-width: 400px;
  text-align: center;
}
.sponsor-wrapper h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: auto auto 20px;
}
.sponsor-wrapper img {
  width: 100%;
  max-width: 300px
}

.section.title-section {
  padding: 2rem;
  background: var(--salsa-gradient-1);
  box-shadow: inset 0px 0px 20px -8px black;
}
section.section.title-section h1 {
  text-align: center;
  margin: auto;
  color: var(--salsa-white);
}
@media (max-width:768px) {
  #sponsor-section {
    gap: 2rem;
  }
  .sponsor-wrapper h1 {
    font-size: 1.2rem;
  }
  .sponsor-wrapper img {
    width: 100%;
    max-width: 250px;
  }
}
/******************************************/
/******** A B O U T  S E C T I O N ********/
/******************************************/
#about-section {
    padding: 4rem 40px 4rem;
}
  .about-description a {
    text-decoration: none;
  }
  .about-description a:hover {
    color: var(--salsa-yellow);    
  }
.about-description {
    text-align: center;
    margin: auto;
}
@media (max-width: 768px) {
  #about-section {
      padding: 2rem 40px;
  }
}
@media (max-width: 580px) {
  #about-section {
      padding: 2rem 20px 1rem;
  }
}