#cftext {
		
    background-position: contain;
    background-attachment: local;
    background-size: 30%;
    background-repeat: no-repeat;
}

    @media screen and (max-width: 1000px) {
        #cftext {
            padding: 10em;
            padding-top: 8em;
            padding-bottom: 0em;
        }
    
}

.logo{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    

}
#headerlogo {
    position: inherit;
    display: inherit;
    height: 100%;
    width: auto;
    padding: 1%;
 }
    @media screen and (max-width: 736px){
        #headerlogo {
            display: none;
        }
    }

#introsubtitle{
    font-family: 'dalfiltraregular';
    font-weight: normal;
      font-style: normal;
    font-size: larger;
    padding-top: 2em;
}

/* Custom Fonts */
@font-face {
    font-family: 'adedisplay';
    src: url('/assets/webfonts/AdeDisplay/ade-display-webfont.woff2') format('woff2'),
        url('/assets/webfonts/AdeDisplay/ade-display-webfont.woff') format('woff'),
}

@font-face {
    font-family: 'eliantoregular';
    src: url('/assets/webfonts/EliantoRegular/elianto-regular-webfont.woff2') format('woff2'),
        url('/assets/webfonts/EliantoRegular/elianto-regular-webfont.woff') format('woff'),

}

@font-face {
    font-family: 'cagerollstandard';
    src: url('/assets/webfonts/CagerollStandardRegular/cageroll-standard-webfont.woff2') format('woff2'),
        url('/assets/webfonts/CagerollStandardRegular/cageroll-standard-webfont.woff') format('woff');

}

@font-face {
    font-family: 'dalfiltraregular';
    src: url('/assets/webfonts/DafiltraRegular/dalfitra-webfont.woff2') format('woff2'),
        url('/assets/webfonts/DafiltraRegular/dalfitra-webfont.woff') format('woff');


}

@font-face {
    font-family: 'hybridbold';
    src: url('/assets/webfonts/Hybrid-b/hybrid_b-webfont.woff2') format('woff2'),
        url('/assets/webfonts/Hybrid-b/hybrid_b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'planetkosmosregular';
    src: url('/assets/webfonts/PlanetKosmos/plank___-webfont.woff2') format('woff2'),
        url('/assets/webfonts/PlanetKosmos/plank___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::placeholder {
    color: #cdcdcd;
}

.showcase {
  display: flex;
  flex-direction: column;
}

.showcase-div {
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-containter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.showcase-videosrc {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; 
}

.galleryvideo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.galleryvideosrc {
    position: relative;
    width: 110%;
}

.gallerycontainer {
    display: flex;
    overflow: hidden;
    height: 13em;
}

.bgvideosrc {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.bgvideocontainer {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}