:root {
    --sd-background-color: #007a5024;
    --sd-heading-color: rgb(1, 95, 64);
    --sd-text-color: #000000;
    --sd-primary-color: rgb(83, 171, 130);
}

html, body {
  background-color: #FFF;
}

@font-face {
  font-family: "RedRocket";
  src: url(fonts/red-rocket/redrocketcond.ttf);
}

.space {
  background-color: rgb(19, 23, 31);
  background-image: url(jeremy-thomas-4dpAqfTbvKA-unsplash.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #FFF;

  h2 { 
    color: #FFF;
  }
  
  &::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(19, 23, 31, 0.75);
    z-index: -1;
  }
}

.sd-slide:first-child {
    h1 {
      color: #FFF;
      
      b {
        font-family: "RedRocket", sans-serif;
        font-size: 9vw;
      }
    }

    svg {
      width: 200px;
      height: 200px;
    }
}

h2 b {
  font-family: "RedRocket", sans-serif;
}

.elec .step {
    box-shadow: 0 0 5px var(--sd-text-color);
}

.full-image {
  display: block;
  padding: 0;
  margin: 0;

  .sd-img, img {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
  }
}

.max-image {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;

  .sd-img, img {
    max-width: 100vw;
    max-height: 100vh;
  }

  .sd-img {
    margin: 0 auto;
    display: block;
  }
}

.author {
  h2 {
    margin-bottom: 5vh;
    text-transform: uppercase;
  }

  img {
    border-radius: 50%;
    border: 4px solid var(--sd-primary-color);
  } 
}

/* Slide with 2 columns*/
.two-cols {
  display: flex;
  width: 100%;
  height: 87%;
}

.a-column {
  flex: 50%;
  align-content: center;
}

.vertical-align {
  margin: auto;
}

.sd-qrcode {
  background: white;

  svg {
    width: 328px !important;
  }
}

.sponsors-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 2vh;
  width: 90vw;
}

.sponsors-logos .sd-img {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors-logos .sd-img img {
  margin: 0 auto;
  width: 10vw;
}

.sponsors-logos.flocon {
  grid-template-columns: repeat(7, 1fr);
}

.sponsors-logos.flocon .sd-img {
  max-height: 10vh;
}

.sponsors-logos.flocon .superposed {
  display: flex;
  margin: 0 1vw;
  flex-direction: column;
  align-items: stretch;
}

.sponsors-logos.flocon .superposed .sd-img {
  max-height: 5vh;
}

.sponsors-logos.flocon .sd-img img {
  width: auto;
  max-height: 100%;
}