/* JULIAN custom CSS version 24 */



.link_to_home_page {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    padding-top: 40px;
}

.hero_section_img, .hero_section_img_normal {
    height: 75vh;
}

.large-logo {
    width: 150px; /* example size */
}

.corporate_brand_logos .row div {
    display: inline-block;
    margin: 10px;
}

.corporate_brand_logos img {
    max-width: 100px; /* default logo size */
    height: auto;
}


/* Logo Tile css*/


.logo-tile{
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.logo-tile img{
  max-height: 58px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;         /* removes baseline gap */
}

/* Optional: consistent premium look */
.logo-tile img{
  filter: grayscale(100%);
  opacity: .85;
  transition: .2s ease;
}
.logo-tile img:hover{
  filter: grayscale(0%);
  opacity: 1;
}



/* === HERO IMAGE ALCHEMY === */
.alchemy-hero {
  background-image: url('img/pictures/Alchemy_Header_Prof.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  overflow: hidden;
}

.alchemy-title {
  width: 40%;
  max-width: 100%;
}

.alchemy-title img {
  width: 100%;
  height: auto;
  display: block;
}

.bubble-info {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10%;
  max-width: 80px;
  z-index: 10;
}

.bubble-info img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .alchemy-hero {
    background-image: url('img/mobile/alchemy_hero_mobile.jpg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    padding-bottom: 0;
  }

  .alchemy-title {
    width: 70%;
  }

  .bubble-info {
    width: 16%;
    top: 10px;
    right: 10px;
  }
}

/* === LOGO CONTAINER === */
.logo-index.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1000;
}

/* === LOGO IMAGE === */
.logo-index.header_logo img {
  width: 18vw;          /* Scales based on viewport width */
  height: auto;
  display: block;
}

/* === MOBILE OVERRIDE === */
@media (max-width: 600px) {
  .logo-index.header_logo img {
    width: 30vw;        /* Bigger logo for small screens */
  }
}


/* === HERO IMAGE ALCHEMY FINISHED === */


.link_to_home_page a i {
    font-size: 16px;
}

.link_to_home_page a {
    background-color: #4591CB;
    color: #fff;
}

.show_on_mobile {
    display: none;
}

.copy_right_row {
    margin-top: 20px;
}

.corporate_brand_logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 20px;
    justify-content: space-evenly;
}
.corporate_brand_logos div {
    flex-basis: 30%;
    text-align: center;
    padding-bottom: 30px;
}


/* Custom logo size classes for visual hierarchy */
.logo-large  { max-height: 120px; }   /* First row logos: larger size */
.logo-medium { max-height: 90px;  }   /* Second row logos: medium size */
.logo-small  { max-height: 60px;  }   /* Third row logos: smaller size */

/* (Optional) Ensure images don't exceed their column width and are nicely centered */
.logo-large, .logo-medium, .logo-small {
  width: auto;               /* Let width scale naturally */
  height: auto;              /* Ensure aspect ratio is maintained */
}

/* (Optional) Add some spacing around logos if needed */
img.logo-large, img.logo-medium, img.logo-small {
  padding: 10px;             /* Add inner padding if logos need breathing room */
}

/* (Optional) Responsive fine-tuning: if needed, adjust max-heights for smaller screens */
@media (max-width: 576px) {
  .logo-large  { max-height: 100px; }
  .logo-medium { max-height: 70px;  }
  .logo-small  { max-height: 50px;  }
}








.home_descriptive_section {
    padding-right: 100px;
}

.slider_alt {
    display: none;
    position: relative;
}


@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .howtoSidebar {
        font-size: 16px;
    }
    .normal_text_h4 {
        font-size: 16px;
    }
    .sidebar_h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo_align_right_1024 {
        right: 60px;
        left: auto;
        width: 200px;
        height: auto;
    }
    .header_logo {
        width: 200px;
    }
    h1, .h1 {
        font-size: 44px;
    }
    h2, .h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .hero_section_img {
        height: 570px;
    }
    .spaceM {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* footer styling */
    .footer .social-icons i {
        padding: 9px;
        font-size: 22px;
    }
    blockquote {
        font-size: 18px;
    }
    .corporate_video_div {
        margin-bottom: 20px;
    }
    .corporate_brand_logos {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .howtoSidebar {
        font-size: 16px;
    }
    .normal_text_h4 {
        font-size: 16px;
    }
    .sidebar_h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo_align_right_1024 {
        right: 60px;
        left: auto;
        width: 180px;
        height: auto;
    }
    .header_logo {
        width: 180px;
    }
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    h2, .h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hero_section_img {
        height: 460px;
    }
    .hero_section_img_normal {
        height: 520px;
    }
    .spaceM {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sidebar {
        margin-top: 50px;
    }
    /* footer styling */
    .footer .social-icons i {
        padding: 10px;
        font-size: 22px;
    }
    .footer a, .footer a:link, .footer a:visited {
        display: inline-block;
    }
    .footer-logo {
        display: block;
        padding: 10px 0px 10px 8px;
        margin: 0px;
    }
    .show_on_desktop_footer_links {
        display: none !important;
    }
    .show_on_mobile {
        display: block;
    }
    .footer_icons_row {
        text-align: left;
        padding-left: 30px;
    }
    .copy_right_row {
        text-align: left;
        padding-left: 38px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .footer_middle_column,
    .footer_small_column {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
    }
    /* footer styling ends here */

    .corporate_h2_margin_left {
        margin-left: 15px;
    }
    .corporate_video_div:first-of-type {
        margin-bottom: 20px;
    }
    blockquote {
        font-size: 18px;
    }
    .corporate_polaroid_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .corporate_polaroid_images a:last-of-type {
        margin-top: 20px;
    }
    .corporate_brand_logos {
        margin-bottom: 5px;
        margin-top: 20px;
        position: relative;
        width: 100%;
        float: left;
    }
    .third_image_preloader {
        margin-top: 20px !important;
    }
    .home_h1 {
        font-size: 36px;
    }
    .home_h3 {
        font-size: 21px;
        margin: 10px auto 5px;
    }
    .parallax {
        background-attachment: inherit;
    }
    .pricing-table div h4:last-of-type {
        text-align: center !important;
    }
    .pricing-table {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .first_pricing_table {
        margin-top: 25px;
    }
    .video_container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .video_container_last {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    #carousel h3 {
        font-size: 19px;
        line-height: 1.4;
        max-width: 90%;
        margin: 30px auto;
    }
    #carousel .source {
        font-size: 16px;
        margin-top: 10px;
    }
    .home_descriptive_section {
        padding: 0px;
        max-width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .howtoSidebar {
        font-size: 14.5px;
    }
    .normal_text_h4 {
        font-size: 14.5px;
    }
    .sidebar_h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo_align_right_1024 {
        right: 50px;
        left: auto;
        width: 170px;
        height: auto;
    }
    .header_logo {
        width: 170px;
    }
    h1, .h1 {
        font-size: 38px;
        margin-bottom: 0px;
    }
    h2, .h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .hero_section_img {
        height: 400px;
    }
    .hero_section_img_normal {
        height: 440px;
    }
    .spaceM {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sidebar {
        margin-top: 50px;
    }

    /* footer styling */
    .footer .social-icons i {
        padding: 10px;
        font-size: 22px;
    }
    .footer a, .footer a:link, .footer a:visited {
        display: inline-block;
    }
    .footer-logo {
        display: block;
        padding: 10px 0px 10px 8px;
        margin: 0px;
    }
    .show_on_desktop_footer_links {
        display: none !important;
    }
    .show_on_mobile {
        display: block;
    }
    .footer_icons_row {
        text-align: left;
        padding-left: 30px;
    }
    .copy_right_row {
        text-align: left;
        padding-left: 38px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .footer_middle_column,
    .footer_small_column {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
        float: left;
    }
    /* footer styling ends here */

    .corporate_h2_margin_left {
        margin-left: 15px;
    }
    .corporate_video_div:first-of-type {
        margin-bottom: 20px;
    }
    blockquote {
        font-size: 16.5px;
        width: 80%;
    }
    .corporate_polaroid_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .corporate_polaroid_images a:last-of-type {
        margin-top: 20px;
    }
    .corporate_brand_logos {
        margin-bottom: 5px;
        margin-top: 20px;
        position: relative;
        width: 100%;
        float: left;
    }
    .third_image_preloader {
        margin-top: 25px !important;
    }
    .home_h1 {
        font-size: 33px;
    }
    .home_h3 {
        font-size: 19px;
        margin: 10px auto 5px;
    }
    .parallax {
        background-attachment: inherit;
    }
    .pricing-table div h4:last-of-type {
        text-align: center !important;
    }
    .pricing-table div h4 {
        max-width: 90%;
        margin: 0 auto;
    }
    .pricing-table {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .first_pricing_table {
        margin-top: 25px;
    }
    .video_container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .video_container_last {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    #carousel h3 {
        font-size: 17px;
        line-height: 1.4;
        max-width: 90%;
        margin: 30px auto;
    }
    #carousel .source {
        font-size: 15px;
        margin-top: 10px;
    }
    .home_descriptive_section {
        padding: 0px;
        max-width: 90%;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-default .navbar-brand {
        padding-left: 20px;
    }
    #slides {
        display: none;
    }
    .slider_alt {
        display: block;
    }
    .slider_alt_logo {
        position: absolute;
        top: 30px;
        left: 30px;
        max-width: 190px;
    }
}

@media only screen and (max-width: 599px) {
    .howtoSidebar {
        font-size: 13px;
    }
    .normal_text_h4 {
        font-size: 13px;
        margin-top: 8px;
    }
    .sidebar_h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .logo_align_right_1024 {
        right: 40px;
        left: auto;
        width: 140px;
        height: auto;
    }
    .header_logo {
        width: 140px;
        left: 30px;
    }
    h1, .h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }
    h2, .h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .hero_section_img {
        height: 400px;
    }
    .hero_section_img_normal {
        height: 440px;
    }
    .festivals_hero_section {
        height: 340px;
    }
    .spaceM {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sidebar {
        margin-top: 50px;
    }
    .link_to_home_page,
    .link_to_home_page a,
    .link_to_home_page a i {
        font-size: 11px !important;
        letter-spacing: 0px !important;
    }
    .link_to_home_page a {
        padding: 12px !important;
    }

    /* footer styling */
    .footer .social-icons i {
        padding: 10px;
        font-size: 22px;
    }
    .footer a, .footer a:link, .footer a:visited {
        display: inline-block;
    }
    .footer-logo {
        display: block;
        padding: 10px 0px 10px 8px;
        margin: 0px;
    }
    .show_on_desktop_footer_links {
        display: none !important;
    }
    .show_on_mobile {
        display: block;
    }
    .footer_icons_row {
        text-align: left;
        padding-left: 30px;
        padding-top: 25px;
    }
    .copy_right_row {
        text-align: left;
        padding-left: 38px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .footer_middle_column,
    .footer_small_column {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    /* footer styling ends here */

    .corporate_h2_margin_left {
        margin-left: 15px;
    }
    .corporate_video_div:first-of-type {
        margin-bottom: 20px;
    }
    blockquote {
        font-size: 15px;
        width: 100%;
        padding: 55px 15px 20px 15px;
    }
    blockquote::before {
        left: calc(50% - 15px);
    }
    .corporate_polaroid_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .corporate_polaroid_images a:last-of-type {
        margin-top: 25px;
    }
    .corporate_brand_logos {
        margin-bottom: 5px;
        margin-top: 20px;
        position: relative;
        width: 100%;
        float: left;
    }
    .schools_hero_section {
        background-position: top right;
    }
    .third_image_preloader {
        margin-top: 30px !important;
    }
    .navbar-default .navbar-brand {
        padding-left: 15px;
    }
    .home_h1 {
        font-size: 33px;
    }
    .home_h3 {
        font-size: 16px;
        margin: 10px auto 5px;
        max-width: 90%;
    }
    .parallax {
        background-attachment: inherit;
    }
    .pricing-table div h4:last-of-type {
        text-align: center !important;
    }
    .pricing-table div h4 {
        max-width: 90%;
        margin: 14px auto 0px;
    }
    .pricing-table {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .first_pricing_table {
        margin-top: 25px;
    }
    .video_container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .video_container_last {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    #carousel h3 {
        font-size: 14px;
        line-height: 1.2;
        max-width: 90%;
        margin: 0px auto;
    }
    #carousel .source {
        font-size: 12px;
        margin-top: 8px;
    }
    .home_descriptive_section {
        padding: 0px;
        max-width: 90%;
        margin: 0 auto;
    }
    .navbar-brand,
    .navbar-default .navbar-brand {
        padding-left: 20px;
    }
    #shows div .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pricing-table div[class*="col-md-"] {
        min-height: 450px;
    }
    #slides {
        display: none;
    }
    .slider_alt {
        display: block;
    }
    .slider_alt_logo {
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 140px;
    }
    .header_logo_festivals {
        width: 120px;
        left: 15px;
        height: auto;
    }
}

/* custom chatty css for events hero image*/
.hero-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top:160px;
  padding-bottom: 10vh;
}

.hero_section_img_normal {
    min-height: 90vh;
    background-size: cover;
    background-position: center 35%;
    position: relative;
    display: flex;
    align-items: center;
}
.hero_section_img_normal .hero-title {
  font-family: "Montserrat", sans-serif;
}
.hero_section_img_normal .container {
  max-width: 100%;
  text-align: left;
}
.hero_section_img_normal .btn-primary {
  background-color: #F4A261;
  border-color: #F4A261;
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 40px 20px;
    width: 100%;
    text-align: left !important;
}
.hero-content .container {
    padding-left: 8%;
}

.hero-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-accent {
  font-weight: 600;
  opacity: 0.9;
}
.hero-subtitle {
      font-size: 22px;
  opacity: 0.90;
  line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.btn-primary {
  padding: 14px 32px;
  font-size: 16px;
}

.hero-overlay {
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.45) 35%,
    rgba(0,0,0,0.15) 60%,
    rgba(0,0,0,0.0) 75%
  );
}
.events-section {
  background: #f5f4f1;   /* your off-white */
  padding: 10px 0 120px 0;
}
.section-title {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  text-align: center;
}
.section-intro {
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 18px;
  line-height: 1.6;
}
.feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.events-body{
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: left;
}

.events-body ul{
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
  text-align: left;
}

.events-body .row{
  max-width: 900px;
  margin: 0 auto;
}

.events-body .events-list{
  max-width: 900px;
  margin: 26px auto 46px auto;
  padding: 0;
  list-style: none;
  text-align: left;
  display: grid;
  gap: 14px;
}

@media (min-width: 768px){
  .events-body .events-list{
    grid-template-columns: 1fr 1fr;
  }
}


.events-body h2{
  font-family: "Montserrat", sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  color: #1f2d3d;
}

.events-body h2 + h4{
  margin-top: 0;
}
.events-body h4 {
  font-size: 19px;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto 70px auto;
  color: #444;
}


/* new 4-item grid */
.events-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 120px;
  row-gap: 60px;
  margin-top: 60px;
  text-align: left;
}

.event-item h3{
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 800;
}

.event-item p{
  margin: 0;
  opacity: 0.9;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.events-body .client-section{
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #e6edf3;
  text-align: center;
}

.events-body .client-section h2{
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  
}
.client-section h4 {
  max-width: 700px;
  margin: 0 auto 40px auto;
}
.events-body {
  padding: 20px 0;
}
.cta-lead{
  margin-top: 34px;
  margin-bottom: 18px;
  font-size: 18px;
}
.more-link {
  margin-top: 20px;
  font-size: 15px;
}

.more-link a {
  color: #2596BE; /* PROF BUBBLES BLUE */
  text-decoration: none;
  font-weight: 500;
}

.more-link a:hover {
  text-decoration: underline;
}

.events-photo-strip{
  margin: 40px 0 50px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.events-gallery {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 80px;
}

.circle-item img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
}
/*
.hero_section_img_normal .btn-primary,
.hero_section_img_normal a.btn-primary,
.hero_section_img_normal a.btn-primary:visited {
  background-color: #F4A261 !important;
  border-color: #F4A261 !important;
}*/
/* Make ALL hero-cta buttons orange (top + bottom) */
.hero-cta .btn-primary,
.hero-cta a.btn-primary,
.hero-cta a.btn-primary:visited {
  background-color: #F4A261 !important;
  border-color: #F4A261 !important;
}

/* hover/focus (optional but recommended) */
.hero-cta .btn-primary:hover,
.hero-cta .btn-primary:focus {
  background-color: #E76F51 !important;
  border-color: #E76F51 !important;
}
#blog-fullwidth {
  padding-bottom: 0 !important;
}