#bg_vid {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.hero-section {
    width: 100%;
    min-height: 80vh;
}

.hero_text {
    font-size: 8vw;
    line-height: 1em;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: white;
    mix-blend-mode: difference;
    z-index: 1
}

.photo_text {
    font-size: 8vw !important;
}

.title_text {
    font-size: 2vw;
    line-height: 1em;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.title {
    text-decoration: underline;
}

.card-img-top {
    max-height: 480px;
    min-height: 480px;
    padding: 50px;
}

.card {
    min-height: 550px;
    height: 100%;
    min-width: 500px;
    width: 500px;
}

.card-link {
    position: relative;
    bottom: 0px;
    width: 150px;
}

.camera_section {
    background-image: url('cameras.jpeg');
    min-height: 700px;
}


@media screen and (max-width: 1250px) {
    p, h2, h3, h4, h5 {
        font-size: 4.2vw;
    }
    
    .main-container {
        position: relative;
        top: 10vh;
    }
}

@media screen and (min-width: 1250px) {
    p, h2, h3, h4, h5 {
        font-size: 150%;
    }
    
    .main-container {
        position: relative;
        top: 0px;
    }
}



.rainbow:is(.linear-hstripes) {
background: linear-gradient(to bottom,   red 0%,   red 12.5%,   orange 12.5%,   orange 25%,   yellow 25%,   yellow 37.5%,   green 37.5%,   green 50%,   blue 50%,   blue 62.5%,   indigo 62.5%,   indigo 75%,   violet 75%,   violet 87.5%) 0 0.3em/100% 1em repeat-y;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 15vw;
font-family:sans-serif;
font-weight: bold;
text-align: center;
display:inline!important;
  text-align:center;
  display:block;
animation:scroll 2s infinite;
  animation-timing-function: linear;
}

.stroke{
    filter:url(#stroke-text-svg-filter);
}

@keyframes scroll{
  0%{
    background-position-y:0;
  }
  100%{
    background-position-y:1em;
  }
}