:root {
    --canada-day-blue: #3FA9F5;
    --canada-day-blue-light: rgba(144,214,288, 0.3);
    --canada-day-orange: #FE8B19;
    --canada-day-purple: #944A96;
    --canada-day-green: #3AB97A;
    --canada-day-red: #cc0000;
    --canada-day-red-dark: #660000;
  }


  .navbar {

    --bs-navbar-active-color: var(--canada-day-blue);
  }
  .bg-blue {
      background-color: #0085C5;
  }
  .nav-link.active { 
    font-weight: bold;
  }

  
  html,
  body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
  }
/*
  body {
    background-image: url(/images/gorge-rd-2024-o.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center; 
  }
  */
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/images/gorge-rd-2024-o.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
  }
  body.sub-page::before {
    background-image: none;
  }
  body.sub-page { 
    background-color: var(--canada-day-blue);
  }
  body {
    padding-top: 75px; 
  }
  
  main { 
    background: linear-gradient(rgba(255,255,255,0) 10%, rgba(255,255,255,1) 20%);
  }
  header {
    background-color: #fff;
    height: 75px;
    transition: all linear 1s;
  }
  
  
  .nav-up {
    top: -75px; 
    
  }

        @keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: .25;
            }

            100% {
                opacity: 1;
            }
        }

  .live-map-viewer-container {
    text-align: center;
    background-color: white;
     padding-bottom: 10px;

  }
  .live-map-viewer-container a {
   
    color: var(--canada-day-red);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
  }

  .live-map-viewer-container a span {
     animation: blink 2s infinite;
  }
  
  .qr-code-container {
    display: none;
  }
  
  @media (max-width: 1199px) {
    .offcanvas-collapse {
      position: fixed;
      top: 76px; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #fff;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      transform: translateX(-100%);
    }
  }
  .poppins-semibold {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: normal;
  }
  .poppins-bold {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: normal;
  }
  .poppins-black {
    font-family: "Poppins", system-ui;
    font-weight: 900;
    font-style: normal;
  }
  
#gcdp-menu-logo {
  height: 40px;
  padding-top: 5px;
}


.btn.btn-view-map {
  display: block;
   margin-bottom: 10px;

  border: 1px solid var(--canada-day-blue);
  color: #fff;
  background-color: var(--canada-day-blue);
  font-size: .8em;
    padding: 10px 20px;
}

.btn.btn-download {
      border: 1px solid var(--canada-day-green);

  background-color: var(--canada-day-green);
  color: #fff;
  font-size: .8em;
  margin-bottom: 10px;
   display: block;
      padding: 10px 20px;
}


@media (min-width: 400px) {
  #gcdp-menu-logo {
    height: 50px;
    padding-top: 0px;
  }
}
  
  .nav-item {
    margin-top: 1em;
    margin-left: 0.5em;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal;

  
  }
  .map-link {
    color: var(--canada-day-red) !important;
    font-weight: bold;
  }
  .center-logo {
    height: 75px;
    display: block;
    margin: 0px 10px;
  }
  .center-logo img {
    margin-left: 5px;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    padding: 3px;
  }
  
  #welcome {
    min-height: 60vh;
    background-image: url(/images/maple-leaf.svg);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: center 30px;
  
    font-family: 'Raleway', sans-serif;

    font-weight: 400;
    font-style: normal;
  
    box-sizing: border-box;
  }

  .sub-page #welcome {
    background-color: var(--canada-day-blue);
    background-size: 200px;
    min-height: auto;
    background-image: none;
  }
 
  #welcome h1 { 
      text-align: center;
      font-size: 3.0em; 
      font-weight: 900; 
      text-transform: uppercase;
      line-height: 1;
      color: var(--canada-day-blue);
      mix-blend-mode: normal;
      margin-top: 220px;
    }
  .sub-page #welcome h1 {
    color: #fff;
    margin-top: 30px;
  }
  #welcome h1 > span {
      font-size: .55em;
      display: block;
      color: #fff;
      background: -webkit-linear-gradient(#fff, #ccc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .sub-page #welcome h1 > span {
      background: -webkit-linear-gradient(var(--canada-day-red), var(--canada-day-red-dark));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  .sub-page #welcome h2 {
    font-weight: bold;
    color: rgba(255,255,255, 0.5);
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    #welcome h1 {
      margin-top: 220px;
    }
    #welcome {
      background-size: 550px;
    }

    
    #welcome h1 {
      font-size: 3.3em;
      margin-top: 260px;
    }
    #presented-by::before {
      width: 200%;
    }

    .qr-code-container {
      display: block;
      float: right;
      text-align: center;
      font-weight: bold;
    }

    .qr-code-container.no-float { float: none; }
    .qr-code-container img {
      border-radius: 20px;
      mix-blend-mode: multiply;
    }

    .btn.btn-view-map {
      display: none;
    }

    .btn.btn-download {
      display: inline;
    }
  }


  @media (min-width: 992px) {
    #welcome {
      background-size: 450px;
    }
    #welcome h1 {
      margin-top: 220px;
    }
    #presented-by::before {
      width: 150%;

    }
  }
  #get-to-know { background-color: #fff; }
  #get-to-know > h3 { font-weight: normal; text-transform: uppercase; font-size: 1em; color: #666;  margin: 20px; margin-top: 0px;}
  #get-to-know > h2 { 
    font-family: 'Raleway', sans-serif;
    font-weight: 700; 
  }
  
  #get-to-know .card { margin-bottom: 20px;  box-sizing: border-box; color: #fff; }
  
  #get-to-know .card-when .fa-clock {
    color: var(--canada-day-green); 
  }
  
  #get-to-know .card-what .fa-burger {
    color: var(--canada-day-orange);
  }
  
  #get-to-know .card-who .fa-music {
    color: var(--canada-day-purple);
  }
  
  #get-to-know .fa-circle { color: var(--canada-day-red);}

  .card-when {
    background-color: var(--canada-day-green);
    background-color: var(--canada-day-blue-light);
    background-color: transparent;
    color: #ccc;
    border: 0px;
  }
  .card-who {
    background-color: var(--canada-day-purple);
    background-color: var(--canada-day-blue-light);
    background-color: transparent;
    color: #444;
    border: 0px;
  }
  
  .card-what {
    background-color: var(--canada-day-orange);
    background-color: var(--canada-day-blue-light);
    background-color: transparent;
    color: #444;
    border: 0px;

  }
  .card-when .card-title, .card-when .card-body,
  .card-what .card-title, .card-what .card-body,
  .card-who .card-title, .card-who .card-body {
    color: #444;
  }
  
  
  #presented-by { 
 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    padding: 0px;
    position: relative;
   /*  overflow-x: hidden; */

  }

  #presented-by {
    background-color: rgba(255,255,255,0.75);
    background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);

    
   
  
  }

  #presented-by .welcome-map {
    background-image: url(/images/map-background.png);
    background-size: auto 800px;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
  }
  

@media (min-width: 768px) {
  #presented-by .welcome-map {
    background-size: cover;
    height: 400px;
  }

}




  #presented-by > p {
  
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    display: block;
  
    margin-bottom: 0px;
    margin-top: 15px;
 
    text-align: center;
    position: relative;
    color: #000;
    mix-blend-mode: hard-light; 
  
  }


  #presented-by > p:nth-of-type(2) {
    margin-top: 20px;
  }

  #presented-by img {
    max-width: 200px;
    mix-blend-mode: hard-light; 
  }
  
  #when-where-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 480px;
  }

  #when-where-buttons {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;  
  }


  #when-where-container h2, #when-where-container h3 {
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    font-size: 28px;
    font-weight: bold;
    mix-blend-mode: screen;
  }
  #when-where-container h3 { margin-top: 40px; }
  #when-where-container p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
  }
  
  #family-fun {
    padding-top: 100px;
    min-height: 80vh;

  }
  
  #family-fun .left-box {
    padding-top: 100px;
  }
  #family-fun .left-box h2 {
    font-family: 'Love Ya Like A Sister', serif;
  
  
  }
  .picture-container { 
    position: relative;
    width: 100%;
    max-width: 800px;
    left: -35px;
    min-height: 350px;
  }
  .picture-card {
  
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    aspect-ratio: 3/4;
    border-radius: 10px;
    color: #fff;
    
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 10px 15px;
    background-color: #ccc;
    border: 1px solid rgba(255,255,255, 0.5);
  
  }
  
  .picture-card h6 {
    font-size: 14px;
      font-weight: normal;
      text-shadow: 1px 1px 1px #000;
    }
  
  .btn.btn-sponsors {
    border: 1px solid var(--canada-day-green);
    color: var(--canada-day-green);
  }

  .btn.btn-features {
    border: 1px solid var(--canada-day-purple);
    color: var(--canada-day-purple);

  }

  .btn-find-it {
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .picture-card-1 {
    background-image: url(/images/picture-cards/parade.png);
    background-position: center center;
    rotate: 17deg;
    position: absolute;
    z-index: 3;
    left: 40px;
    top: 20px;
  }
  
  .picture-card-2 {
    background-image: url(/images/picture-cards/kids-zone.jpg);
    background-position: center left;
    rotate: -5deg;
    position: absolute;
    z-index: 2;
    left: 140px;
    top: 100px;
  }
  
  .picture-card-3 {
    background-image: url(/images/picture-cards/pancake-breakfast.jpg);
    background-position: center center;
    rotate: -15deg;
    position: absolute;
    z-index: 1;
    left: 280px;
    top: 140px;
  }
  
  #sponsors-and-news {
    background-color: white;
  }

  #primary-section {
    background-color: rgba(144,214,288, 0.1);
    padding: 5vh 0;

  }

  .sub-page #sponsors-and-news, .sub-page #primary-section {
  
    background-color: #fff;
  }

  #primary-section h1 { 
    color: var(--canada-day-blue);
  }

  #primary-section h2 { 
    color: #444;
    font-weight: normal;
    font-size: 1.6em;
    
  }

  #primary-section h3 {
    color: var(--canada-day-green);
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  .sub-page #secondary-region {
    background-color: rgba(144,214,288, 0.1);

    padding-top: 5vh;
    padding-bottom: 5vh;
  
  }

  .supporting-sponsors img { max-width: 80%; max-height: 200px; }
  aside.secondary-region {
    background-color: rgba(144,214,288, 0.1);
    border-radius: 5px;
    padding: 10px 20px;

  }
  aside.secondary-region img {
    border-radius: 5px;
    width: 100%;
  }

  .btn-primary {
    --bs-btn-bg: var(--canada-day-blue);
  }

  form #address-row {
    display: none;
  }

  form .form-label { font-weight: bold; text-transform: uppercase; font-size: .8em;}
  .fb-post { float: right; margin-left: 20px; margin-bottom: 20px;  }

  #sponsors-and-news h3 {
    text-transform: uppercase;
    color: var(--canada-day-blue);
    font-size: 1.2em;
    text-align: center;
  }

#latest-news ul { list-style-type: none; }
  #sponsors-and-news ul li h6, #latest-news ul li h6 { 
    color: var(--canada-day-blue);
  }

  #sponsors-and-news ul li:not(:first-child), #latest-news ul li:not(:first-child) {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid var(--canada-day-blue);
  } 


  footer { background-color: var(--canada-day-blue);
     padding: 5vh 0; color: #fff; font-size: .8em;}
  footer .about-gcdp { padding: 0px 25px; }
  footer .about-gcdp img { max-width: 175px;}
  footer a { color: #fff;}
  footer img { max-width: 150px; }
  footer h6 { padding-top: 30px; text-transform: uppercase; color: #fff; font-weight: bold; }
  footer ul { padding: 0; margin: 0; }
  footer ul li { list-style-type: none; }
  footer ul li a { text-transform: uppercase; font-weight: normal; text-decoration: none; }
  footer ul li a:hover {
    color: #444;

  }

 section#about{ 
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  
  }

  section#about h2 { font-size: 3em; text-transform: uppercase; margin: 0px; text-align: center; }

  section#about h3 { font-style: italic; color: var(--muted); font-weight: normal; font-size: 1em; text-align: center;}

  section#primary-section img.volunteer {
    max-height: 200px;
    float: right;
    margin-left: 20px;
  }

  .volunteer-item img.volunteer {
    float: none;
    margin-right: 20px;
    margin-left: 20px;
  }

  img.vendor-image {
    width: 300px;
    float: none;
    margin-right: 20px;
  }

  ul.faq-list li { margin-bottom: 15px; }
  .about-description { width: 70%; padding-bottom: 30px;}
  .performer-description { width: 70%; }
  .performer-image-container img,
  .about-image-container img { position: relative;  z-index: 1; object-fit: cover; width: 80%;
    padding: 2px; background-color: #fff; aspect-ratio: 1/1; border: 2px solid var(--canada-day-blue); border-radius: 50%; }

    .volunteer-item { 
      padding-top: 5vh;
      padding-bottom: 5vh;
    }
    .volunteer-item:nth-of-type(even) {
      background-color: var(--canada-day-blue-light);
    }
    .volunteer-image-container img { position: relative;  z-index: 1; object-fit: cover; width: 80%;
      padding: 2px; background-color: #fff; aspect-ratio: 1/1; 
      border: 2px solid var(--canada-day-blue); 
      border-radius: 50%; }

    .volunteer-description h4 {
      
    }
    .volunteer-description h4.event-time {
      font-size: .9em;
      color: #666;
      margin-bottom: 0px;
    
    }

.performer-image-container,
.about-image-container { position: relative; width: 40%; }
  .about-image-container::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    border-left: 5px solid #eee;
    height: 100%;
    z-index: 0;

  }

  .btn-find-it .fa-solid {
    margin-left: 10px;
    
    
  }
  .btn-find-it {
    text-decoration: none;
  }
  .btn-find-it span {
    text-decoration: underline;
  }
  .text-md-end .btn-find-it .fa-location-dot-l {
    display: none;
  }

/* contact form */


.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}

.contact-form .success {
  display: none;
  color: var(--canada-day-green);
  padding-bottom: 5px;
}
#sponsors-and-news h2, #latest-news h2 {
     
  font-size: 3em; text-transform: uppercase; margin: 0px; text-align: center;
}

#latest-news h2 { color: var(--canada-day-blue); padding-top: 40px;}
#sponsor-carousel { max-width: 800px; margin: auto; min-height: 200px; }
#sponsor-carousel2 { max-width: 800px; margin: auto; min-height: 75px; }
#sponsor-carousel3 { max-width: 1200px; min-height: 75px; }
#sponsor-carousel img, #sponsor-carousel2 img, #sponsor-carousel3 img { max-width: 100%; width: 100%; }
#sponsor-carousel .presenting-sponsors img { max-height: 200px;  width: auto;}
#sponsor-carousel2 .supporting-sponsors img { max-height: 50px; width: auto; }
#sponsor-carousel3 .presenting-sponsors img {  width: auto; mix-blend-mode: multiply; }
#sponsor-carousel3 .presenting-sponsors  {  margin-top: -10px; }
#latest-news { 
  background-color: var(--canada-day-blue-light);
}
  @media (min-width: 768px) {

    .home-link { /* margin-left: 30px;*/  }
 


    #sponsors-and-news {
      padding-top: 10vh;
      padding-bottom: 10vh;
    }
    #when-where-container {
      margin-top: 50px;
    }
    #presented-by { 
      background-position: center bottom;
  
      
      

    background-size: cover;
    }
    #presented-by > p:nth-of-type(1) {
      margin-top: 15px;
    }
    .text-md-end .btn-find-it {
      display: inline-flex;
      flex-direction: row-reverse;
      
    }
    .text-md-end .btn-find-it .fa-solid {
      margin-top: 5px;
      margin-right: 10px;
    }

    .about-item {
      width: 100%;
    }
    .about-item .event-time {
      font-size: 18px;
      color: #888;
    }
    .about-item:not(:nth-of-type(1)) { border-top: 0px solid var(--canada-day-blue); padding-top: 0px; margin-top: 0px; }

    .about-image-container {
      width: 20%;
    }

    .volunteer-image-container {
      width: 20%;
    }

    .about-image-container img {
      width: 80%; 
      padding: 10px;
      border: 5px solid var(--canada-day-blue);
      margin-bottom: 20px; margin-top: 20px; 
      position: relative;

    }

    .volunteer-image-container img {
      width: 80%; 
      padding: 10px;
      border: 5px solid var(--canada-day-blue);
      margin-bottom: 0px; margin-top: 0px; 
      position: relative;

    }

    .about-description {
      width: 40%;
      padding-bottom: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    

    .vendor-type-description, .volunteer-description {
      width: 80%;
      padding-bottom: 0px;

    }

  


    /*
    #welcome {
      padding-top: 50px;
    }
      */
    #when-where-container {
      justify-content: center;
      margin-top: 0px;
      height: 320px;
    }
    .picture-container {
      left: 0px;
    }
    .picture-card {
      width: 250px;
    }
  }

  

  @media (min-width: 768px) {
    .side-card {
    background-color: #eee; border-radius: 10px;
  }
    #presented-by .welcome-map {
      background-size: auto 1000px;
      height: 700px;
    }
  
    #when-where-container {
      margin-top: 80px;
    }
  
  }


  @media (min-width: 1000px) {

    #presented-by .welcome-map {
      background-size: auto 1000px;
      height: 700px;
    }
  
    #when-where-container {
      margin-top: 80px;
    }
  
  }


  @media (min-width: 1100px) {


    #presented-by .welcome-map {
      background-size: auto 800px;
      height: 600px;
    }
  
    #when-where-container {
      margin-top: 80px;
    }
  
  }




  @media (min-width: 1200px) {
    .d-inline-1350 {
      display: none;
    }
    .nav-item { margin: 1em 0.25em 0em;}
         .map-link { margin-right: 0px; }
    .home-link { margin-left: 40px; }   
    #presented-by .welcome-map {
      background-size: auto 800px;
      height: 600px;
    }
  
    #when-where-container {
      margin-top: 80px;
    }
  
  }

  @media (min-width: 1450px) {
        .d-inline-1350 {
      display: inline;
    }

        .map-link { margin-right: 30px; }
    .home-link { margin-left: 0px; }
  }
  @media (min-width: 1700px) {
    #presented-by .welcome-map {
      background-size: cover;
      height: 500px;
      background-position: center 80%;
    }
  
    #when-where-container {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 350px;
    }
  
  }


  .offcanvas-body iframe { overflow: hidden; }
  .offcanvas-body { overflow: hidden; }

  @media (min-width: 991px) {
    .nav-item {
       /* min-width: 8%; */
    }
    .picture-container {
      left: 150px;
    }
  }
  .offcanvas {
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-bg: var(--canada-day-blue);
    color: #fff;
    
  }
  .offcanvas-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px
  }
@media (min-width: 1024px) {
  .offcanvas {
    --bs-offcanvas-width: 50%;
    
  }

  
  #presented-by > p {
   
 
 
  }



}
@media (min-width: 1700px) {

  #presented-by { 
  
    

  background-size: cover;
  background-position: center top;
  }
  #presented-by > p:nth-of-type(1) {
    margin-top: 10px;
  }

}

.main-stage-artists { list-style-type: none; margin: 0; padding: 0;}
.main-stage-artists img { width: 200px; border-radius: 5px;}
.main-stage-artists li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 4px solid purple;}



