/*###################################
VERSION: 6.1
DATE: 28 Jan 2026
PROJECT: BC-TechDays 2026
___                                   
        __               /\_ \                                  
 _____ /\_\   __  _    __\//\ \     ___ ___      __      ___    
/\ '__`\/\ \ /\ \/'\ /'__`\\ \ \  /' __` __`\  /'__`\  /' _ `\  
\ \ \L\ \ \ \\/>  <//\  __/ \_\ \_/\ \/\ \/\ \/\ \L\.\_/\ \/\ \ 
 \ \ ,__/\ \_\/\_/\_\ \____\/\____\ \_\ \_\ \_\ \__/.\_\ \_\ \_\
  \ \ \/  \/_/\//\/_/\/____/\/____/\/_/\/_/\/_/\/__/\/_/\/_/\/_/
   \ \_\                                                        
    \/_/                                                        

CSS & web design by Pixelman
###################################*/


/* css vars */
:root {
  --borderRad: 1.5vw;
  --bccolor-01: #CCFF00;
  --bccolor-02: #552db4;
  --bccolor-03: #000000;
  --bccolor-04: #E2DAFC;
  --bccolor-05: #f6514f;
  --bccolor-06: #f6514f;
  --bccolor-07: #f1f1f1;
  --bccolor-08: #ffffff;
  --bccolor-09: #0B7450;
  --bccolor-10: #6CCFFC;
  --bccolor-11: #EEB1D1;
  --bccolor-12: #FF935A;
  --bccolor-13: #f8de36;
  --bccolor-14: #B665A5;

  --font-04: 'Montagu Slab', serif;
  --font-03: 'Montagu Slab', serif;
  --font-02: 'Montagu Slab', serif;
  /* --font-01: 'Manrope', sans-serif; */
  --font-01: 'nimbus-sans-condensed', sans-serif;
  --font-05: 'nimbus-sans-condensed', sans-serif;
  --font-06: 'Barlow Semi Condensed', sans-serif;

/*  font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    font-style: normal; */

  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-body-padding-x: 1.25rem;
}

.showme {
  /* border: solid 1px blue !important;  */
}

.showme3 {
   /* border: solid 1px red !important; */
} 

.hideme {
  display: none !important;
}

.spacer {
  display: block;
  width: 100%;
  height: 1rem;
}

.bg-color-white {
  background-color: white !important;
}

.bg-color-black {
  background-color: #1e1e1c !important;
}

.bg-color-primary {
  background-color: #242550 !important;
}

.bg-color-secondary {
  background-color: var(--bccolor-05) !important;
}

.bg-color-third {
  background-color: #e9486c !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.border-bottom-grey {
  width: 100%;
  border-bottom: dotted 2px #343533;
}

.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2) !important;
}


/* main typography */
/* Google fonts */
/* Custom fonts */
@font-face {
  font-family: "bagnardregular";
  src: url("../../assets/fonts/bagnard/bagnard-webfont.woff2") format("woff2"), url("../../assets/fonts/bagnard/bagnard-webfont.woff") format("woff"), url("../../assets/fonts/bagnard/bagnard-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 80%;
  width: 100%;
  overflow-x: hidden;

}

body {
  font-family: var(--font-02);
  touch-action: pan-y;
  display: block;
  width: 100%;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;

}

li {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

b,
strong {
  font-weight: 500;
}

h1 {
  font-style: normal;
  font-family: var(--font-02);
  font-size: 3rem;
}

h3 {
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-family: var(--font-01);
  font-weight: 600;
  font-size: 2rem;
}

h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

h5 {
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

h5 {
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.logo-BC-tech-days img {
  height: 40vw;
  z-index: 100;
  /* filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5)); */
}

.cat-title {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  color: var(--bccolor-03);
}


.text-color-white {
  color: white !important;
}

.text-color-black {
  color: #1e1e1c !important;
}

.text-color-grey {
  color: #7e7e7e !important;
}

.text-color-primary {
  color: #242550 !important;
}

.text-color-secondary {
  color: var(--bccolor-05) !important;
}

.text-color-third {
  color: var(--bccolor-02) !important;
}

/* background stuff */

.bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bccolor-03);
  background-image: url(../images/2026/bg-header.jpg);
  background-repeat: no-repeat;
  background-position:  top;
  background-size: cover;
  z-index: -10;
  /* backdrop-filter: blur(5px); */

}

.bg video {
  width: 100%;
  position: fixed;
}

.bg-pink {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  background-image: url(../../assets/images/2024/2024-bg-pink@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* floating objects */

.sphere-01 {
  position: fixed;
  top: 13vw;
  left: 2vw;
  width: 20vw;
  animation: 3s infinite alternate floating ease-in-out;
  z-index: -10;
  mix-blend-mode: multiply;
  /* border: solid 1px red; */
}

.sphere-02 {
  position: fixed;
  top: 30vw;
  left: 17vw;
  width: 10vw;
  animation: 4s infinite alternate floating ease-in-out;
  z-index: -10;
  mix-blend-mode: multiply;
  /* border: solid 1px red; */
}

.cone-01 {
  position: fixed;
  top: 35vw;
  left: -2vw;
  width: 15vw;
  animation: 4s infinite alternate floating ease-in-out;
  z-index: -10;
  mix-blend-mode: multiply;
  transform: rotate(-20deg);

  /* border: solid 1px red; */
}

.cube-01 {
  position: fixed;
  top: 20vw;
  left: 25vw;
  width: 6vw;
  animation: 3,5s infinite alternate floating ease-in-out;
  z-index: -10;
  mix-blend-mode: multiply;
  /* border: solid 1px red; */
}




@keyframes floating {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}



/* === KALEIDOSCOPE BACKGROUND === */

.kaleidoscope {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -10;
    will-change: transform;
    /* background: url('../images/2026/bg-header2.jpg') center/cover; */
    background: #f6f6f6;
}

.slice {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../images/2026/bg-header2.jpg');
    background-position:  center;
    background-size: cover;
    transform-origin: right center;
    will-change: transform, background-position;
    filter: brightness(1.2) contrast(0.9) saturate(1.0);
}

/* 12 spiegelende segmenten */
.slice:nth-child(1) {
    transform: rotate(0deg) scaleX(1);
}

.slice:nth-child(2) {
    transform: rotate(30deg) scaleX(-1);
}

.slice:nth-child(3) {
    transform: rotate(60deg) scaleX(1);
}

.slice:nth-child(4) {
    transform: rotate(90deg) scaleX(-1);
}

.slice:nth-child(5) {
    transform: rotate(120deg) scaleX(1);
}

.slice:nth-child(6) {
    transform: rotate(150deg) scaleX(-1);
}

.slice:nth-child(7) {
    transform: rotate(180deg) scaleX(1);
}

.slice:nth-child(8) {
    transform: rotate(210deg) scaleX(-1);
}

.slice:nth-child(9) {
    transform: rotate(240deg) scaleX(1);
}

.slice:nth-child(10) {
    transform: rotate(270deg) scaleX(-1);
}

.slice:nth-child(11) {
    transform: rotate(300deg) scaleX(1);
}

.slice:nth-child(12) {
    transform: rotate(330deg) scaleX(-1);
}

/* === KLEUR-OVERLAY === */
.color-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: radial-gradient(circle at 30% 70%, rgba(255, 0, 150, 0.3), rgba(0, 120, 255, 0.2), transparent 80%);
    /* mix-blend-mode: overlay; */
    pointer-events: none;
}

/* === FILMGRAIN === */
.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAARUlEQVR42u3OQQEAAAQEMKb9q2dhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgI9eAz8AAa2NpiIAAAAASUVORK5CYII=");
    opacity: 0.15;
    animation: grainMove 1s steps(10) infinite;
}


@keyframes grainMove {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-5%, -5%);
    }

    40% {
        transform: translate(5%, -10%);
    }

    60% {
        transform: translate(-10%, 5%);
    }

    80% {
        transform: translate(10%, 10%);
    }

    100% {
        transform: translate(0, 0);
    }
}



.bg-video {
  /* position: absolute;
  right: -10vw;
  top: 16vw;
  width: 50vw;
  display: inline-block;
  overflow: hidden; */
  display: none;
}

.bg-video2 {
  display: flex;
  position: fixed;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  padding: 0;

}

.bg-video2 .video {
  width: ;
    object-fit: contain;

}

/* fullscreen video */

.cover-video {
    display: flex;
    position: absolute;
    z-index: 0;
    min-height: 80vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(var(--cover-border-inset, 0px) + var(--cover-border-width, 0px));
    color: var(--cover-color);
    text-align: var(--cover-text-align);
    background-color: black;
}

.w3-video {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100vh;
}


.bg-video .btn {
  position: absolute;
  top: 40%;
  left: 30%;
  z-index: 1000;
}

.hero-svg video.clipped {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("https://www.bctechdays.com/assets/images/2024/2024-video-clip.svg");
          mask-image: url("https://www.bctechdays.com/assets/images/2024/2024-video-clip.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* block banner-video */ 

#banner-video {
  position: relative;
}

.banner-video-box {
  position: relative;
}

.banner-video-box video {
  border-radius: 30px;
  z-index: 0;
  position: relative;
}

.banner-video-button {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: block;

}


.bg-white2 {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 50vw;
  display: inline-block;
}

.bg-green {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

.bg-waves {
  position: fixed;
  top: 25vh;
  left: -3vw;
  width: 18vw;
}

.bg-waves2 {
  position: absolute;
  top: 35vh;
  right: -3vw;
  width: 18vw;
}


.ico-wheel-white {
  position: absolute;
  left: 16vw;
  top: 35vw;
  width: 4.5vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.ico-cloud-white {
  position: absolute;
  left: 8vw;
  top: 35vw;
  width: 4.5vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}


.ico-AI-white {
  position: absolute;
  left: 3vw;
  top: 43vw;
  width: 4.5vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.ico-code-white {
  position: absolute;
  right: 20vw;
  top: 7vw;
  width: 3.7vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.ico-app-white {
  position: absolute;
  right: 27vw;
  top: 10vw;
  width: 3.5vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}


.ico-database-white {
  position: absolute;
  right: 33vw;
  top: 16vw;
  width: 3.5vw;
  max-width: 100px;
  display: inline-block;
  opacity: 0.3;
  mix-blend-mode: overlay;
}



/* event date stuff */

.event-date {
  position: relative;
  /* padding: 2vw 2vw 2vw 8vw; */
  /* top: 12vw; */
  display: inline-block;
  /* left: 70vw; */
  width: auto;
} 




.event-date h3 {
  position: relative;
  font-family: var(--font-01);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: var(--bccolor-03);
  text-align: center;
  margin: 0;
  padding: 0;
  float: none;
  z-index: 1000;
}

.event-date .strong-text {
  font-weight: 900;
  font-size: 4rem;
  line-height: 4.5rem;
  color: transparent;
  -webkit-text-stroke: 2px black; 
}


.event-date-text {
  position: relative;
  font-family: 'Besley', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;  
  line-height: 2.1rem;
  color: var(--bccolor-08);
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0;
  float: none !important;
  z-index: 1000;
}


.archive-title h3 {
  position: relative;
  font-family: var(--font-02);
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.8rem;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
  float: none;
  z-index: 1000;
  text-shadow: 1px 1px 2px black;

}



.page-title {
  font-style: normal;
  font-family: var(--font-02);
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.body-text li a {
  color: var(--bccolor-05);
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.body-text li a:hover {
  color: var(--bccolor-05);
  text-decoration: underline;

}

.red-accent {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #e9486c;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
}

/* base stuff */
body {
  font-family: "Barlow", sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: white;
}

body.spring {
  background-color: #000;
}

/* body.spring {
  background-color: var(--bccolor-09);
  background-image: url(../images/2025/2025-bg@1,5-v6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;

} */

body.event-page {
  background-color: #000;
  /* background-image: url(../../assets/images/2024/2024-bg.png); */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left; */
}

body.archive {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}

.galaxy-white {
  display: block;
  position: relative;
  background-color: rgba(204, 254, 0, 1.0);
  background-image: url(../../assets/images/galaxy-real-white.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.galaxy-trans {
  display: block;
  position: relative;
  background-color: transparent;
  background-image: none;
}


body.event-page .block-sponsors {
  margin-top: 0;
  background-color: var(--bccolor-08);
  border-radius: 0;
}

body.event-page .block-other-sponsors {
  margin-top: 0;
  padding-bottom: 5rem;
  background-color: var(--bccolor-08);
  border-radius: 0;


}

.border-top {
  border-top: solid 1px #c2c2c2 !important;
}

.border-end {
  border-end: solid 1px #c2c2c2 !important;
}

/* buttons stuff */
.btn {
  border-radius: 2rem;
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  padding: 0.6rem 2rem 0.8rem 2rem;
  color: white;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  text-decoration: none;
}


.btn-primary {
  background: #ff645f;
  opacity: 1.0;
  border: solid 3px #ff645f;
}

.btn-primary:hover {
  background: #ff645f;
  opacity: 0.7;
  border: solid 3px #ff645f;
}


.btn-secondary {
  background: #e9486c;
}

.btn-third {
  background: transparent;
  color: #242550;
  border: solid 2px #242550;
}

.btn-fourth {
  background: transparent;
  color: #1e1e1c !important;
  border: solid 3px #1e1e1c;
  border-radius: 2rem;
}

.btn-fourth:hover {
  background: #1e1e1c;
  color: white !important;
  border: solid 3px #1e1e1c;
  border-radius: 2rem;
  text-decoration: none !important;
}

.btn-fived {
  background: transparent;
  color: #fff !important;
  border: solid 3px #fff;
}

.btn-fived:hover {
  background: #fff;
  color: #000 !important;
  border: solid 3px #fff;
  text-decoration: none !important;
}

.btn-sixed {
  color: var(--bccolor-03) !important;
  /* border: solid 2px #fff; */
  background-color: #FFF;
}

.btn-sixed:hover {
  color: #fff !important;
  /* border: solid 2px #fff; */
  text-decoration: none !important;
  background: transparent linear-gradient(180deg, var(--unnamed-color-000000) 0%, #545454 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, #545454 100%) 0% 0% no-repeat padding-box;
}


.btn-register {
  background: var(--bccolor-03);
  border: solid 3px var(--bccolor-03);
}

.btn-register:hover {
  background: var(--bccolor-03);
  border: solid 3px var(--bccolor-03);
}



.archive-slideshow-button {
  position: absolute;
  bottom: 3rem;
  left: 42%;
  z-index: 1000;
}

#fixed-button {
  position: fixed;
  bottom: 1.5rem !important;
  left: 2rem !important;
  z-index: 100;
}

.btn-circle {
  background: transparent;
  color: #1e1e1c !important;
  border: solid 2px #1e1e1c;
  border-radius: 2rem;
  padding: 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btn-circle:hover {
  background: #1e1e1c;
  color: white !important;
  border: solid 2px #1e1e1c; 
}

.btn-circle.x,
.btn-circle.twitter {
  background-image: url(../../assets/images/social/ico-x-black-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btn-circle.x:hover,
.btn-circle.twitter:hover {
  background-image: url(../../assets/images/social/ico-x-white-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btn-circle.linkedin {
  background-image: url(../../assets/images/social/ico-linkedin-black-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.btn-circle.linkedin:hover {
  background-image: url(../../assets/images/social/ico-linkedin-white-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.btn-circle.company {
  background-image: url(../../assets/images/social/ico-company-black-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btn-circle.company:hover {
  background-image: url(../../assets/images/social/ico-company-white-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btn-circle.blog {
  background-image: url(../../assets/images/social/ico-blog-black-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.btn-circle.blog:hover {
  background-image: url(../../assets/images/social/ico-blog-white-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.btn-circle.mastodon {
  background-image: url(../../assets/images/social/ico-mastodon-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.btn-circle.mastodon:hover {
  background-image: url(../../assets/images/social/ico-mastodon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.btn-circle.bluesky {
  background-image: url(../../assets/images/social/ico-bluesky-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.btn-circle.bluesky:hover {
  background-image: url(../../assets/images/social/ico-bluesky-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}


.btn-float-right {
  float: right;
}

.btn-float-center {
  float: none;
  display: inline-block;
}

/* Nav stuff */
.navbar {
  background-color: #000;
  padding: 0.8rem 0 0 0;
  position: relative;
  z-index: 1000;
}

.navbar .nav {
  width: 100%;
  padding-left: 0;
}

.navbar .nav a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.60);
  padding-bottom: 1rem;
}

.navbar .nav a:hover {
  color: var(--bccolor-05);
}

.navbar .nav a.active {
  width: 100%;
  background-color: #FFF;
  color: #000;
  font-weight: 500;
}

.navbar .nav li:has(a.active) {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}


body.archive .navbar .nav a.active {
  background-color: #FFF !important;
  background-image: none;
}


.navbar-toggler {
  position: fixed;
  display: block;
  z-index: 1005;
  top: 2rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../../assets/images/ico-menu-dark.svg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  background-size: 1.3rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 10rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12rem;
    margin-bottom: 0;
    list-style: none;
}

.offcanvas {
  background-color: rgba(0, 0, 0, 0.8);
}

.offcanvas-start {
     width: 65%;
}

.offcanvas .btn-close {
  top: 2rem;
  left: 2rem;
  position: fixed !important;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 2rem;
  color: white;
  background: white url("../../assets/images/ico-close-black.svg") center/1em auto no-repeat;
  border: 0;
  border-radius: 10rem;
  opacity: 1;
}

.offcanvas nav {
  position: relative;
  top: 4rem;
}

.offcanvas nav ul {
  list-style: none;
  margin: 0;
}

.offcanvas nav li {
  margin: 0;
  padding: 0;
}

.offcanvas nav a {
  position: relative;
  color: white;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}


.offcanvas li {
    /* line-height: normal !important; */
    line-height: 3rem !important;
}

.offcanvas nav a,
.offcanvas .sub-nav a {
  display: inline;
  color: var(--bccolor-06);
  border-bottom: 2px solid transparent;
}

.offcanvas nav a.active,
.offcanvas .sub-nav a.active {
  display: inline;
  color: var(--bccolor-06);
  border-bottom: 2px solid var(--bccolor-06);
}

.offcanvas nav a:hover,
.offcanvas .sub-nav a:hover {
  color: var(--bccolor-06);
  display: inline;
  border-bottom: 2px solid var(--bccolor-06);
}

.offcanvas .sub-nav {
  list-style: none;
  margin: 0;
}

.offcanvas .sub-nav li {
  margin: 0;
  padding: 0;
}

.offcanvas .sub-nav li a {
  position: relative;
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

/* Nav sub stuff */
#nav-sub {
  position: fixed;
  top: 40vh;
  z-index: 1000;
}

#nav-sub ul {
  list-style: none;
  margin: 0;
}

#nav-sub li {
  margin: 0;
  padding: 0;
}

#nav-sub a {
  position: relative;
  color: var(--bccolor-03);
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

#nav-sub a.active {
  display: inline;
  color: var(--bccolor-02);
  border-bottom: 2px solid var(--bccolor-02);
}

#nav-sub a:hover {
  color: var(--bccolor-03);
  display: inline;
  border-bottom: 2px solid var(--bccolor-03);
}

/* header stuff */

main {
  position: relative;
  /* background-image: url(../../assets/images/2024/2024-bg-content.svg); */
  /* background-color: var(--bccolor-08); */
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1rem 0 0 0;
  margin-bottom: 0;
  /* margin-top: 22vh; */
  margin-top: 10vh;
  
  /* top: 30vw; */
}

header {
  background-image: url(../../assets/images/2026/bg-main2.png)  ;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}


.header-text {
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.header-text h1 {
  font-size: 9.5vw;
  line-height: 9.0vw;
  font-family: var(--font-01);
  font-weight: 500;
  /* text-indent: -1.5vw; */
  display: inline-block;
  padding-left: 4vw;
}

.header-text .last-line {
  font-family: var(--font-06);
  font-size: 3vw !important;
  display: block;
  position: relative;
  margin: 0;
  padding: -2vw 0 0 0;
}

.header-text .third-line {
  display: inline-block;
  text-indent: -5.45vw;
}


/* Banners stuff */
#banner-slideshow {
  display: block;
  position: relative;
  padding: 0;
}

#banner-slideshow .main-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

#banner-slideshow .carousel-cell {
  display: inline-block;
  width: 100%;
  height: 30vw;
  background-color: #7a7a7a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0;
  border-radius: var(--borderRad);
  /* filter: grayscale(1); */
}

#banner-slideshow .carousel-cell:hover {
  filter: grayscale(0);
}

#banner-slideshow .carousel-cell img {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background-color: #7a7a7a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
}

/* Nav timeline stuff */
#block-archive {
  width: 100%;
  position: relative;
  margin-top: 5rem;
}

#nav-timeline {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#nav-timeline .carousel {
  background: transparent;
}

#nav-timeline .carousel-cell {
  position: absolute;
  height: 22rem;
  width: 15rem;
  counter-increment: gallery-cell;
  text-align: center;
}

#nav-timeline figure {
  border-radius: 100rem;
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 6rem;
  left: 2.5rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 2px white;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

#nav-timeline .carousel-cell.active figure,
#nav-timeline .carousel-cell.is-selected figure {
  background: var(--bccolor-07);
  width: 13rem;
  height: 13rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 4px #fff;
  opacity: 1;
  left: 1rem;
  transition: all 0.3s;
}

#nav-timeline .carousel-cell.is-selected figure:hover,
#nav-timeline .carousel-cell figure:hover {
  background: var(--bccolor-07);
  width: 13rem;
  height: 13rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 4px #fff;
  opacity: 1;
  left: 1rem;
  transition: all 0.3s ease-in-out;
}

#nav-timeline figcaption {
  position: absolute;
  display: block;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: white;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px black;
}

#nav-timeline .carousel-cell.is-selected figcaption {
  font-size: 2.8rem;
  line-height: 3rem;
  text-shadow: 1px 1px 2px black;
}

#nav-timeline .timeline-hor {
  display: block;
  width: 100%;
  height: 2px;
  border-top: solid 1px white;
  position: absolute;
  bottom: 4.4rem;
  left: 0;
  right: 0;
}

#nav-timeline .timeline-ver {
  display: block;
  width: 2px;
  height: 2.5rem;
  border-left: solid 1px white;
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  right: 0;
}

/* arrows */
#nav-timeline .flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

#nav-timeline .flickity-button:hover {
  position: absolute;
  background: #00a3cc;
  color: white;
}

#nav-timeline .flickity-prev-next-button.next {
  right: 3%;
  top: 79.2%;
  background: var(--bccolor-03);
  color: white;
}

#nav-timeline .flickity-prev-next-button.next:hover {
  background: rgba(255, 255, 255, 0.75) ;
  color: var(--bccolor-03);
}

#nav-timeline .flickity-prev-next-button.previous {
  left: 3%;
  top: 79.2%;
}

#nav-timeline .flickity-prev-next-button.previous:hover {
  background: var(--bccolor-03);
  color: white;}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

/* NewsBox stuff */
#newsBox {
  position: relative;
  padding: 0;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px;
}

#newsBox h3 {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-01);
  color: var(--bccolor-02);
  text-align: center;
  padding-left: 4vw;
}

#newsBox h4 {
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0;
}

#newsBox p {
  font-size: 16px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.5rem 0;
}

#newsBox p a {
  color: #1d1e1b;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px #1d1e1b solid;
}

#newsBox .carousel-control-box {
  margin-right: 1rem;
  margin-left: 1.5rem;
  height: 2rem;
  float: right;
}

#block-latest-news {
    border: solid 5px var(--bccolor-02);
    border-radius: 30px;
    padding: 2rem;
}

#newsBox .carousel-inner {
  position: relative;
}

#newsBox .carousel-item {
  min-height: 13vw;
}

#newsBox .carousel-control-prev-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url(../../assets/images/arrow-left-black-outline.svg);
  opacity: 0.3;
}

#newsBox .carousel-control-next-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url(../../assets/images/arrow-right-black-outline.svg);
}

#newsBox .carousel-control-prev-icon:hover {
  background-image: url(../../assets/images/arrow-left-black-filled.svg);
  opacity: 1;
}

#newsBox .carousel-control-next-icon:hover {
  background-image: url(../../assets/images/arrow-right-black-filled.svg);
}

#newsBox .carousel-control-next,
#newsBox .carousel-control-prev {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

/* Twitter stuff */
#twitterBox {
  position: relative;
  padding: 4rem;
  background-color: #FFF;
  z-index: 100;
  border-radius: var(--borderRad);
}

#twitterBox p {
  font-size: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 0;
}

#twitterBox p a {
  color: #1d1e1b;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px #1d1e1b solid;
}

#twitterBox .carousel-control-box {
  margin-right: 1rem;
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
  top: 1rem;
  float: right;
}

#twitterBox .carousel-inner {
  position: relative;
}

#twitterBox .carousel-inner p strong {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bccolor-05);
}

#twitterBox .carousel-item {
  height: 10vw;
}

#twitterBox .carousel-control-prev-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url(../../assets/images/arrow-left-black-outline.svg);
  opacity: 0.3;
}

#twitterBox .carousel-control-next-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url(../../assets/images/arrow-right-black-outline.svg);
}

#twitterBox .carousel-control-prev-icon:hover {
  background-image: url(../../assets/images/arrow-left-black-filled.svg);
  opacity: 1;
}

#twitterBox .carousel-control-next-icon:hover {
  background-image: url(../../assets/images/arrow-right-black-filled.svg);
}

#twitterBox .carousel-control-next,
#twitterBox .carousel-control-prev {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.bgRedShape {
  background-color: transparent;
  position: absolute;
  top: 18rem;
  left: 0;
  height: 20rem;
}


.birdy img {
  width: 3rem;
  margin-right: 1.5rem;
  margin-left: 3.5rem;
}

/* Sponsors stuff */
.block-sponsors {
  background-color: transparent;
  z-index: 10;
  position: relative;
  padding: 0 2vw 2vw 2vw;
  background-color: #fff;
  z-index: 100;
  border-radius: var(--borderRad);
}

.block-sponsors h3,
.block-other-sponsors h3 {
  color: var(--bccolor-05) !important;
}

.block-sponsors .sponsor-box {
  opacity: 1;
  padding: 0;
  display: inline-block;
  height: 7vw !important;
}

.block-sponsors .sponsor-box img {
  opacity: 1;
  height: 100%;
}

#block-other-sponsors {
  padding: 2vw;
  display: relative;
  z-index: 10;
  background-color: white;
  border-radius: var(--borderRad);
}

.block-other-sponsors h3 {
  color: var(--bccolor-05);
}

.block-other-sponsors .sponsor-box {
  opacity: 1;
  padding: 0.5rem;
  display: inline-block;
  height: 5rem !important;
}

.block-other-sponsors .sponsor-box img {
  opacity: 1;
  height: 100%;
  /* width: 70%  !important; */

}

.block-other-sponsors .sponsor-box:hover img,
.block-sponsors .sponsor-box:hover img {
  opacity: 0.7;
}

#block-other-sponsors {
  margin-top: 0;
}

/* Footer stuff */
footer {
  position: relative;
  margin-top: 0;
  /* padding-top: 8rem; */
  padding-bottom: 50rem;
  background-color: transparent, transparent;
  background-image: url(../../assets/images/2026/bg-footer-white-brush.png), url(../../assets/images/2026/bg-footer.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  margin-bottom: 0;
}

/* Footer stuff */
/* .spring footer {
  background-image: none;
} */

#nav-main-footer {
  padding: 1rem 0 1rem 0;
}


#nav-main-footer .nav {
    padding-left: 0;
  }


#nav-main-footer a {
  font-family: "Barlow", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 0;
  margin-right: 1.5rem;
}

#nav-main-footer a.active {
  color: rgba(0, 0, 0, 1.0);
  border-bottom: 2px solid rgba(255, 255, 255, 1.0);
  font-weight: 500;
}

#nav-main-footer a:hover {
  color: rgba(0, 0, 0, 1.0);
  border-bottom: 2px solid rgba(255, 255, 255, 1.0);
}

#nav-social {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
}

#nav-social a {
  width: 4.5rem;
  height: 4.5rem;
  color: transparent;
  background-color: #343533;
  border-radius: 200px;
  margin: 0 0.5rem 0 0.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in-out;
}

#nav-social a.ico-bluesky:hover {
  background-color: var(--bccolor-02);
}


#nav-social a.ico-x:hover {
  background-color: var(--bccolor-05);
}

#nav-social a.ico-youtube:hover {
  background-color: var(--bccolor-11);
}

#nav-social a.ico-linkedin:hover {
  background-color: #242550;
}

.ico-x {
  background-image: url(../../assets/images/social/ico-x-white-alt.svg);
  background-size: 2rem;
  background-position: center;
}

.ico-bluesky {
  background-image: url(../images/social/ico-bleusky-white.svg);
  background-size: 2rem;
  background-position: center;
}

.ico-youtube {
  background-image: url(../../assets/images/social/ico-youtube-white.svg);
  background-size: 2rem;
  background-position: center;
}

.ico-linkedin {
  background-image: url(../../assets/images/social/ico-linkedin-white.svg);
  background-size: 2rem;
  background-position: center;
}

.ico-x:hover,
.ico-youtube:hover,
.ico-linkedin:hover,
.ico-bluesky:hover {
  background-size: 2.2rem;
}

#footer-text p {
  font-family: "Barlow", sans-serif;
  /* color: var(--bccolor-10); */
  color: var(--bccolor-03);
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
}

#footer-text a {
  color: var(--bccolor-03);
  opacity: 1.0;
}

#footer-text a:hover {
  opacity: 0.6;
}

/* block about stuff */

#block-about {
  /* background-image: url(../../assets/images/2024/2024-bg-content.svg);
  background-image: url(../../assets/images/2025/circles.png), url(../../assets/images/2025/bg-main.png)  ; */
  background-repeat: no-repeat, no-repeat;
  background-position: 60vw top, top center;
  background-size: 100vh, auto;
  /* background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent; */
  padding: 5rem 0 5rem 0;
  /* margin-bottom: -10vw; */

}

.block-about-nav .nav-link {
  color: var(--bccolor-03);
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  border-radius: 10rem;
  text-transform: uppercase;
}

.block-about-nav .nav-link.active {
  background-color: var(--bccolor-03);
  color: #fff;
}

.block-about-content .tab-pane p {
  color: var(--bccolor-03);
  font-family: "Barlow", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0;
}

.block-about-content .tab-pane strong {
  color: var(--bccolor-03);
}

.block-about-content .tab-pane li {
  color: var(--bccolor-03);
  font-family: "Barlow", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.block-archive-button {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: none;
  border: solid 8px var(--bccolor-02);

  padding: 1.5rem 3rem 1rem 3rem;
  padding: 2rem;
}

.block-archive-button h3 {
  font-family: var(--font-02);
  font-weight: 400;
}

.btn-archive {
  position: relative;
  display: block;
  height: auto;
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.8rem;
  padding: 4rem 0 4rem 6rem;
  background-image: url(../../assets/images/butt-archive.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: left;
  text-decoration: none;
}

.btn-archive:hover {
  color: #fff;
}

.btn-archive h4 {
  font-size: 1.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0.3rem 0 0 0;
}

.btn-archive-02 {
  position: relative;
  display: block;
  height: auto;
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.8rem;
  padding: 3rem 0 3rem 6rem;
  background-image: url(../../assets/images/butt-archive.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: left;
  text-decoration: none;
}

.btn-archive-02:hover {
  color: #fff;
}

.btn-archive-02 h4 {
  font-size: 1.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0.3rem 0 0 0;
}

/* Venue block stuff */
#block-venue {
  background-color: white;
}

.banner-venue {
  margin-bottom: -10rem;
}

.venue-address {
  background-color: var(--bccolor-13);
  z-index: 1000;
  border-radius: 2rem;
  text-align: center;
}

.banner-venue .carousel-inner {
  position: relative;
  width: 100%;
  display: block;
}

.banner-venue .carousel-item {
  position: relative;
  width: 100%;
  display: block;
  height: 60vh;
  height: 50vw;
  background-position: center;
  background-size: cover;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -3rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  opacity: 0.4;
  transition: opacity 0.6s ease;
  border-radius: 100rem;
  border: solid 2px black;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: black;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next-icon {
  background-image: url(../../assets/images/arrow-next-outline-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.carousel-control-next-icon:hover {
  background-image: url(../../assets/images/arrow-next-filled-white.svg);
}

.carousel-control-prev-icon {
  background-image: url(../../assets/images/arrow-prev-outline-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.carousel-control-prev-icon:hover {
  background-image: url(../../assets/images/arrow-prev-filled-white.svg);
}

#block-venue .nav-link-ver {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1e1e1c;
  padding: 1rem 0 1rem 5rem;
  line-height: 1.3rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  background-size: contain;
  background-repeat: no-repeat;
}

#block-venue .nav-link-ver {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1e1e1c;
  padding: 1.3rem 0.6rem 1.3rem 4.5rem;
  line-height: 1.3rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  background-repeat: no-repeat;
  background-position: 0.8rem center !important;
  text-align: left;
  border: solid 2px white;
  opacity: 0.3;
  border-radius: 0;
}

#block-venue .nav-link-ver.active {
  background-color: white;
  border-bottom: solid 2px var(--bccolor-05);
  opacity: 1;
  border-radius: 0;
  color: var(--bccolor-05);
}

#block-venue .nav-link-ver:hover {
  background-color: white;
  border-bottom: solid 2px white;
  opacity: 1;
  border-radius: 0;
  color: var(--bccolor-05);
}

#by-plane-tab {
  background-image: url(../../assets/images/plane-black-outline.svg);
  background-size: 2.2rem !important;
}

#by-car-tab {
  background-image: url(../../assets/images/car-black-outline.svg);
  background-size: 3rem !important;
}

#by-public-transport-tab {
  background-image: url(../../assets/images/bus-black-outline.svg);
  background-size: 3rem !important;
}

#hotels-tab {
  background-image: url(../../assets/images/luggage-black-outline.svg);
  background-size: 2rem !important;
}

#by-plane-tab.active {
  background-image: url(../../assets/images/plane-black-filled.svg);
  background-size: 2.2rem !important;
}

#by-car-tab.active {
  background-image: url(../../assets/images/car-black-filled.svg);
  background-size: 3rem !important;
}

#by-public-transport-tab.active {
  background-image: url(../../assets/images/bus-black-filled.svg);
  background-size: 3rem !important;
}

#hotels-tab.active {
  background-image: url(../../assets/images/luggage-black-filled.svg);
  background-size: 2rem !important;
}

#block-venue .nav-link-hor {
  color: black;
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  border-radius: 10rem;
}

#block-venue .nav-link-hor.active {
  background-color: var(--bccolor-11);
  color: var(--bccolor-03);
  text-shadow: 1px 1px 2px var(--bccolor-05);
}

.accordion-header button {
  color: black;
  font-size: 1.6rem;
  font-size: 1.4rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  background-color: white;
}

.accordion-header button:hover {
  font-size: 1.6rem;
  font-size: 1.4rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  background-color: var(--bccolor-11);
  color: var(--bccolor-03);
}

.accordion-item {
  margin-bottom: 0.8rem;
  border: solid 2px var(--bccolor-05);
}

.hotel-box {
 border: solid 2px var(--bccolor-05) !important;
 box-sizing: content-box !important;
 display: inline-block;
 padding: 2rem;
 margin-bottom: 2rem;

}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid var(--bccolor-05) !important;
  border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bccolor-03);
    background-color: var(--bccolor-11);
  box-shadow: inset 0 -1px 0 var(--bccolor-05);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}



.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-body a,
.tab-pane a {
  color: var(--bccolor-02);
  text-decoration: none;
  font-weight: 500;
}

.accordion-body a:hover,
.tab-pane a:hover {
  color: var(--bccolor-02);
  text-decoration: underline;
}

/* block Schedule stuff */
#block-schedule {
  background-color: var(--bccolor-07);
}

/* Event stuff */
.event {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.event-box {
  background-color: white;
  padding: 0.9rem 1rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
}

.event a {
  text-decoration: none;
  display: block;
}

.event h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  color: var(--bccolor-05);
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  max-width: 70% !important;
  text-align: left;
}

.event h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  color: #1e1e1c;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}

a.event-box:hover {
  color: #e9486c;
  text-decoration: none;
}

a.event-box:hover h2 {
  color: #e9486c;
  text-decoration: none;
}

.scheduleBreak.break a {
  background-color: #f2f2f2;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  border: solid 2px #fff;
  border-radius: 30rem;
}

.scheduleBreak.break a.event-box {
  color: #1e1e1c;
  text-decoration: none;
}

.scheduleBreak.break a.event-box h2 {
  color: #1e1e1c;
  text-decoration: none;
}
.scheduleBreak.break a.event-box:hover {
  color: #1e1e1c;
  text-decoration: none;
}

.scheduleBreak.break a.event-box:hover h2 {
  color: #1e1e1c;
  text-decoration: none;
}

.event-time {
  margin: 0 0 0.5rem 0;
}


/* Event2 stuff */
.event2 {
  position: relative;
  margin: 0 0 0.5rem 0;
  display: block;
  width: 100%;
}

.event2-box {
  background-color: white;
  padding: 0.9rem 1rem 0.9rem 2rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
  border-radius: 4rem;
}

.event2 a {
  text-decoration: none;
  display: block;
}

.event2 h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  color: var(--bccolor-05);
  font-size: 1.4rem;
  margin: 0;
  padding: 0 1rem 0 0;
  max-width: 100% !important;
  display: block;
  width: 100%;
  
}

.event2 p {
/*     font-size: 1.5rem; */
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    
  }

.event2 h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  color: #1e1e1c;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}

a.event2-box:hover {
  color: #e9486c;
  text-decoration: none;
}

a.event2-box:hover h2 {
  color: #e9486c;
  text-decoration: none;
}

.event2-time {
  margin: 0 0 0.5rem 0;
}


.tag {
  border: solid 1px #1e1e1c;
  border-radius: 1rem;
  color: #1e1e1c;
  padding: 0.2rem 0.4rem;
  margin: 0 0.2rem;
  line-height: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
}

#block-schedule .nav-link-hor {
  color: black;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  border-radius: 10rem;
}

#block-schedule .nav-link-hor.active {
  background-color: var(--bccolor-05);
  color: white;
  text-shadow: 1px 1px 2px black;
}

/* block speakers stuff */
#block-speakers {
  background-color: white;
  padding: 0 0 3rem 0;
}

#nav-speakers {
  width: 100vw;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 30rem;
}

#nav-speakers .carousel {
  background: transparent;
}

#nav-speakers .carousel-cell {
  position: absolute;
  height: 30rem;
  width: 15rem;
  counter-increment: gallery-cell;
  text-align: center;
}

#nav-speakers figure {
  border-radius: 100rem;
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 15rem;
  left: 2.5rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 2px #a5a5a5;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

#nav-speakers .carousel-cell.active figure,
#nav-speakers .carousel-cell.is-selected figure {
  background: #ED2;
  width: 13rem;
  height: 13rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 4px var(--bccolor-06);
  opacity: 1;
  left: 1rem;
  transition: all 0.3s;
}

#nav-speakers .carousel-cell.is-selected figure:hover,
#nav-speakers .carousel-cell figure:hover {
  background: #ED2;
  width: 13rem;
  height: 13rem;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 4px var(--bccolor-05);
  opacity: 1;
  left: 1rem;
  transition: all 0.3s ease-in-out;
}

#nav-speakers figcaption {
  position: absolute;
  display: block;
  top: 18.5rem;
  width: 100%;
  text-align: center;
}

#nav-speakers figcaption h3 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: var(--bccolor-03);
  font-size: 1.8rem;
  line-height: 2rem;
}

#nav-speakers figcaption p {
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #1e1e1c;
  font-size: 1rem;
  line-height: 1.2rem;
}

#nav-speakers .carousel-cell.is-selected figcaption {
  font-size: 2.8rem;
  line-height: 3rem;
}

#nav-speakers .timeline-hor {
  display: block;
  width: 100%;
  height: 3px;
  border-top: solid 1px #a5a5a5;
  position: absolute;
  bottom: 13.3rem;
  left: 0;
  right: 0;
}

#nav-speakers .timeline-ver {
  display: block;
  width: 2px;
  height: 2.5rem;
  border-left: solid 1px #a5a5a5;
  position: absolute;
  bottom: 13.5rem;
  left: 50%;
  right: 0;
}

/* arrows */
#nav-speakers .flickity-button {
  position: absolute;
  background: #a5a5a5;
  border: none;
  color: white;
}

#nav-speakers .flickity-button:hover {
  position: absolute;
  background: #00a3cc;
  color: white;
}

#nav-speakers .flickity-prev-next-button.next {
  right: 15%;
  top: 55.2%;
  background: var(--bccolor-05);
  color: white;
}

#nav-speakers .flickity-prev-next-button.next:hover {
  background: var(--bccolor-05);
  color: #333;
}

#nav-speakers .flickity-prev-next-button.previous {
  left: 15%;
  top: 55.2%;
}

#nav-speakers .flickity-prev-next-button.previous:hover {
  background: var(--bccolor-05);
  color: #333;
}

.fade-in-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  display: block;
  height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+50,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/* flags css */
.fi {
    box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
}


.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

.speaker {
  margin-bottom: 1.5rem;
}

.speaker p {
  font-size: 1rem;
  line-height: 1.1rem;
}

.speaker h5 {
  font-size: 1.4rem;
  line-height: 1.45rem;
}

.speaker a {
  text-decoration: none;
  color: black;
}

.speaker-image {
  border-radius: 100rem;
  width: 6rem;
  height: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  filter: grayscale(0) brightness(100%);
}

.speaker-name {
  padding: 0;
  font-size: 1.3rem;
  text-align: center;
}

.speaker-image2 {
  border-radius: 100rem;
  width: 15rem;
  height: 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

/* block gallery stuff */
#block-logo {
  background-color: #fff;
}

.block-logo-img {
  height: 25vh;
}

#block-gallery {
  background-color: #fff;
}

/* gallery styles */
#gallery-box {
  position: relative;
}

#gallery01 .carousel-cell {
  width: 42rem;
  width: 65%;
  min-height: 30rem !important;
  height: 40vw;
  padding: 0 0 0 0;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  margin-right: 10rem;
}

#gallery01 .is-selected {
  opacity: 1;
}

/* position dots in carousel */
#gallery01 .flickity-page-dots {
  bottom: -2rem;
  margin-top: 1rem;
}

/* white circles */
#gallery01 .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  margin: 0 4px 4px 4px;
  opacity: 0.25;
  background: transparent;
  background: #7a7a7a;
}

/* fill-in selected dot */
#gallery01 .flickity-page-dots .dot.is-selected {
  background: var(--bccolor-03);
  border: 4px solid var(--bccolor-03) !important;
  position: relative;
  bottom: -1px;
  opacity: 1;
}

/* arrows */
.gallery .flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: var(--bccolor-03);
}

.gallery .flickity-button:hover {
  position: absolute;
  background: var(--bccolor-03);
  color: white;
}

.gallery .flickity-prev-next-button.next {
  right: 3%;
  background: var(--bccolor-03);
  color: white;
}

.gallery .flickity-prev-next-button.next:hover {
  background: #fff;
  color: var(--bccolor-03);
}

.gallery .flickity-prev-next-button.previous {
  left: 3%;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: black;
  background-color: #242550;
}

/* block stats stuff */
#block-stats {
  position: relative;
  background-color: var(--bccolor-07);
}

.stats-country {
  column-count: 2;
}

.stats-country dt span {
  color: #e9486c;
}

.stats-country dt {
  font-size: 1.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 2.2rem;
}

.stats-country dt::last-word {
  color: red;
}

.stats-chart01,
.stats-chart02 {
  margin-bottom: 2rem;
}

.stats-intro {
  margin-bottom: 4rem;
}

.stats-score-bg {
  position: relative;
  background-image: url("../../assets/images/polygon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 4rem;
}

.stats-number {
  font-family: "Barlow Condensed", sans-serif;
  color: #e9486c;
  font-size: 6rem;
  line-height: 6rem;
}

.stats-score {
  display: block;
  position: relative;
  left: 7vw;
}

.stats-txt {
  font-family: "Barlow Condensed", sans-serif;
  color: #1e1e1c;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.stats-txt span {
  color: #e9486c;
}

.stats-score figcaption {
  font-family: "Barlow Condensed", sans-serif;
  color: #1e1e1c;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
}

.stats-score figcaption span {
  color: #e9486c;
}

/* block faq stuff */
#block-faq {
  background-color: var(--bccolor-05);
  /* background-color: transparent; */
  /* background-image: url(../images/2025/bg-blue-80.jpg); */
}

/* homepage-only: make FAQ background transparent */
body.spring #block-faq {
  background-color: transparent;
  background-image: none;
}

/* FAQ accordion hover/active colors */
#block-faq .accordion-header button:hover {
  background-color: var(--bccolor-13);
  color: var(--bccolor-03);
}

#block-faq .accordion-button:not(.collapsed) {
  background-color: var(--bccolor-13);
  color: var(--bccolor-03);
}

/* modals stuff */
/* modal scrollbar hack on windows*/
.modal-open {
  overflow: hidden!important;
  overflow-y: scroll!important;
  padding-right:0 !important;
}

.modal-header {
  text-align: center;
}

.modal-content {
  padding: 2rem;
}

.modal-body h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #1e1e1c;
  font-size: 2rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.modal-body h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: var(--bccolor-05);
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.modal-body h4 a {
  text-decoration: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: var(--bccolor-05);
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.modal-body h4 a:hover {
  text-decoration: underline;
  color: #1e1e1c;
}

.modal-body a {
  color: var(--bccolor-05);
  text-decoration: none;
  font-weight: 500;
}

.modal-body a:hover{
  color: var(--bccolor-05);
  text-decoration: underline;
}

.modal-body2 a {
  color: var(--bccolor-05) !important;
}

.modal h5 {
  padding: 0;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* added stuff */

#contact-form .btn {
  margin-top: 1rem;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  padding: 0;
  top: 0.5rem;
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  
}

#cookies .modal-body2 a {
  color: var(--bccolor-05) !important;
}


  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


/* slideshow stuff */
/*********************** gallery stuff **********************/

#logoGallery {
  position: fixed;
  z-index: 1000;
  display: block;
  bottom: 3rem;
  right: 3rem;
}

#logoGallery a {
  display: block;
  -moz-opacity: 1.0 !important;
  opacity: 1.0 !important;
  -webkit-transition: all 0.20s ease-out;
  -moz-transition: all 0.20s ease-out;
  -o-transition: all 0.20s ease-out;
  transition: all 0.20s ease-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */
  background: url(../../assets/images/2025/2025-logo-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#logoGallery a:hover {
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
}


/*body#about #logo a:hover {
  background: url(../../images/logo_navtechdays_color.png) center center;
  background-size: contain;
  background-repeat: none !important;
}*/

#logoGallery img {
  height: 10rem;
}

#bannerBoxGallery {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  text-align: right;
}

#bannerBoxGallery .main-carousel {
  width: 100%;
  height: 100%;
  display: block;
}

#bannerBoxGallery .carousel-cell {
  display: inline-block;
  /* height: 100%; */
  /* height: 53rem; */
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#bannerBoxGallery .carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

#bannerBoxGallery .flickity-button {
  position: absolute;
  border: none;
  z-index: 100;
  border-radius: 0;
  background-color: transparent;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.20s ease-out;
  -moz-transition: all 0.20s ease-out;
  -o-transition: all 0.20s ease-out;
  transition: all 0.20s ease-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */
}

#bannerBoxGallery .flickity-button:disabled {
    opacity: 1.0;
    cursor: auto;
    pointer-events: none;
}



#bannerBoxGallery .flickity-prev-next-button {
}


#bannerBoxGallery .flickity-button-icon {
  display: none;
}


#bannerBoxGallery .previous {
  position: absolute;
  background-image: url(../../assets/images/arrow-prev-outline-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#bannerBoxGallery .previous:hover {
  background-image: url(../../assets/images/arrow-prev-filled-white.svg);
  width: 70px;
  height: 70px;
}

#bannerBoxGallery .next {
  background-image: url(../../assets/images/arrow-next-outline-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#bannerBoxGallery .next:hover {
  background-image: url(../../assets/images/arrow-next-filled-white.svg);
  width: 70px;
  height: 70px;
}

#bannerBoxGallery .flickity-page-dots {
  position: absolute;
  display: none;
  top: 12rem;
  left: 0;
  z-index: 100;
}

#bannerBoxGallery .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px 0 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1.0;
}

#bannerBoxGallery .flickity-page-dots .dot:hover {
    opacity: 0.7;
}
#bannerBoxGallery .flickity-page-dots .is-selected {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px 0 8px;
    padding: 4px 0 0 0;
    background: #e9486c;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1.0;
    position: relative;
}

/* ATTENDEES STUFF */

#attendees-header {
  padding-bottom: 0 !important;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url("../../assets/images/2023/BC-dots.svg"), url("../../assets/images/2023/bctechdays2023-bg-green-blue-v2@2x.png");
  background-size: 40%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: -5% -30%, center center;
  background-attachment: fixed, scroll;
}

.attendeesList {
  margin-bottom: 0;
}

.attendeesList th {
  font-weight: normal;
  font-family: var(--font-02);
  font-size: 1.2rem;
}

.attendeesList th a {
  color: var(--bccolor-05);
  text-decoration: none;
  font-weight: 600;

}

.attendeesList th a:hover {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.attendeesList td {
  font-weight: normal;
  font-size: 1rem;
}

.attendeesList th a.active {
  background-image: url("../../assets/images/2023/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 55%;
  padding-right: 1.2rem;
  background-size: 15%;
  color: black;
  font-weight: 600;
}

/* RESPONSIVE STUFF */

/* mobile portrait stuff */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
  html {
    /*base rem size: change to scale site */
    font-size: 80%;
  }
 
 body.spring {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
 }

  .bg-video {
    display: none;
  }

  footer {
    background-size: 50%;
    background-attachment: scroll;
    background-position: left top;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);

  }

  #newsBox .carousel-item {
/*     height: 50vw; */
  }

  #newsBox .carousel-item img {
    width: 20vw;
  }

  #newsBox {
    margin-right: 0;
    margin-top: 10rem;
    top: 0;
    padding: 0 0 4rem 0;
  }

  #twitterBox {
    margin-left: 0;
    margin-top: 0;
    padding: 0m 0 0 0;
  }

  #twitterBox p {
    font-size: 16px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 4rem;
  }

  .attendeesList td {
      font-weight: normal;
    }

 
}
/* mobile portrait stuff */
@media (max-width: 575.98px) {
  html {
    /*base rem size: change to scale site */
    font-size: 80%;
  }
  
  body.spring {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;

   }

  .bg-video {
    display: none;
  }

  .logo-BC-tech-days img {
    height: 40vw;
    z-index: 1000;
    position: relative;
    /* top: 10vw; */
  }
  
  footer {
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    /* clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); */

  }

  .header-text h5 {
    font-size: 3.5vw;
  }

  #newsBox {
    margin-right: 0;
    margin-top: 0;
    top: 0;
    padding: 2rem 0 4rem 0;
  }
  
  #newsBox .carousel-item {
    height: auto; 
  }
  
  #newsBox img {
    width: 50vw;
    display: block;
  }

  #twitterBox {
    margin-left: 0;
    margin-top: 0;
    padding: 0m 0 0 0;
  }

  #twitterBox p {
    font-size: 16px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 4rem;
  }

  #nav-social a {
    width: 3rem;
    height: 3rem;
  }

  .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }


  .ico-twitter {
    background-size: 1.2rem;
  }
  
  .ico-youtube {
    background-size: 1.2rem;
  }
  
  .ico-linkedin {
    background-size: 1.2rem;
  }

  .banner-venue {
    margin-bottom: 0;
  }

  .box-venue-address {
    margin-bottom: 1rem;
  }

.banner-venue .carousel-item {
    height: 50vh;
    background-position: center;
    background-size: cover;
  }
  
  #banner-slideshow .carousel-cell {
    display: inline-block;
    width: 100%;
    height: 40vh;
    background-color: #7a7a7a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    border-radius: var(--borderRad);
    /* filter: grayscale(1); */
  }

  .sphere-01 {
    top: 60vw;
    left: -40vw;
    width: 60vw;
  }

  .sphere-02 {
    top: -3vw;
    left: 35vw;
    width: 20vw;
  }

  .cone-01 {
    top: 30vw;
    left: 10vw;
    width: 20vw;
  }

  .cube-01 {
    top: 50vw;
    left: 85vw;
    width: 20vw;
  }


}

/* mobile tablet portrait stuff */
@media (min-width: 576px) {

}


/* mobile tablet portrait stuff */
@media (max-width: 767px) {
  .header-text h5 {
    font-size: 3.5vw;
    /* font-size: 80%; */

  }
  

}

/* Tablet portrait stuff */
@media (min-width: 768px) {
  
  .logo-BC-tech-days img {
    height: 28vw;
    top: 20vw;
  }

  .speaker-name {
    text-align: left;
  }

  .banner-venue {
    margin-bottom: 0;
  }
  
  .box-venue-address {
    margin-bottom: 1rem;
  }

  #newsBox {
    /* margin-right: 0;
    margin-top: 10rem;
    top: -12rem;
    top: -6rem;
    padding: 0 0 4rem 0; */
  }

 
  .header-text h5 {
    font-size: 3.5vw;
  }

  .nav {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 10rem; */
  margin-bottom: 0;
  list-style: none;
  }

  .bg-video {
    display: none;
  }

  .event-date {
    /* position: absolute;
    padding: 2vw 2vw 2vw 8vw;
    top: 10vw;
    display: inline-block;
    right: 2.5vw; */
  }


  
}
/* Large devices stuff */
@media (min-width: 992px) {
    
  .logo-BC-tech-days img {
    height: 20vw;
  }

  .header-text h1 {
    /* font-size: 4vw;
    line-height: 4vw; */
    font-size: 6.5vw;
    line-height: 6.0vw;
    font-weight: 500;
    display: inline-block;
}

  .header-text h5 {
    font-size: 2.2vw;
  }

  .speaker-image {
    border-radius: 100rem;
    width: 10rem;
    height: 10rem;
    width: 7vw;
    height: 7vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }

  .speaker-name {
    padding: 0;
    font-size: 1.3rem;
    text-align: left;
  }

  .speaker-image2 {
    border-radius: 100rem;
    width: 15rem;
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  
  
  .banner-venue {
    margin-bottom: -10rem;
  }
  
  .box-venue-address {
    margin-bottom: 0;
  }
  
  .attendeesList td {
    font-weight: normal;
    font-size: 1.2rem;
  }

  .bg-video {
    position: absolute;
    right: -10vw;
    top: 13vw;
    width: 80vw;
    display: inline-block;
    overflow: hidden;
  }


  .bg-video .btn {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1000;
  }

  .bg-white2 {
    position: absolute;
    right: -20px;
    top: -50px;
    width: 42vw;
    display: inline-block;
  }

  .event-date {
    /* position: absolute;
    padding: 2vw 2vw 2vw 8vw;
    top: 10vw;
    display: inline-block;
    right: 2.5vw; */
  }


}

/* Large devices stuff */
@media (min-width: 1618px) {
    .bg-video {
    position: absolute;
    right: -10vw;
    top: 16vw;
    width: 57vw;
    display: inline-block;
    overflow: hidden;
  }


  .bg-video .btn {
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 1000;
  }

    .bg-white2 {
  position: absolute;
  right: -20px;
  top: -90px;
  width: 42vw;
  display: inline-block;
}


}