/*CSS custom class to overwrite Bootstrap values*/
.nav-link:hover{
    color: rgb(68, 138, 170) !important;
}
.btn-primary{
    background-color: rgb(68, 138, 170) !important;
}
.btn-primary:hover{
    background-color: rgb(41, 81, 100) !important;
}
.bottom-navbar-link{
    text-decoration: none;
    color: white;

}
.bottom-navbar-link:hover{
    text-decoration: underline;
}
.attract-video {
    object-fit: cover;
    min-height:720px;
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
}
.display-8 {
    font-size: calc(1.375rem + 1vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-8 {
      font-size: 1.8rem;
    }
  }
svg{
    transition: .4s ease;
}
svg:hover{
    transition: .4s ease;
    fill: rgb(68, 138, 170);
}
html {
    height: 100%;
}
body{
    background-color: black;
}
.dynamic-text{
    color: white;
}

@media only screen and (max-width: 767px) {
    .infographic-text
    {
        order: 1;
    }
    .infographic-image
    {
        order: 2;
    }
}

@media (max-width: 780px) {
    .dynamic-text {
        font-size: 28px;
    }
}
@media (max-width: 702px) {
    .dynamic-text {
        font-size: 27px;
    }
}
@media (max-width: 624px) {
    .dynamic-text {
        font-size: 26px;
    }
}
@media (max-width: 623px) {
    .dynamic-text {
        font-size: 23px;
    }
}
@media (max-width: 335px) {
    .dynamic-text {
        font-size: 15px;
    }
}
@media (min-width: 781px) {
    .dynamic-text {
        font-size: 1.5rem;
    }
}