.bg {
    background-image: url("/images/photo-1598026878267-1f22ae804eac.avif");
    background-color: grey;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 339px !important;
}

.heroBg {
    background-color: rgb(43, 42, 42);
    min-width: 345px;
    margin: 20px;
    filter: drop-shadow(-25px -25px 11px #303030);
}

.heroText{
    color: white;
}

.btn {
    border-radius: 0px !important; 
    width: 116px;
}

.instagram { 
    color: #f09433;
    border-image:
    linear-gradient(to bottom left, #bc1888, #f09433) 1;
}

.instagram:hover{
    
    color: #fff;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

    .fwfc {
        min-width: 250px !important;
    }

    .eoi-link {
        text-decoration: none !important;
    }

    .eoi-disc {
        text-decoration: underline !important;
    }
    

@media (max-width: 1400px) {
    .filler { display: none !important;}
  }

@media (min-width: 992px) {
    .rounded-lg-3 { border-radius: .3rem; }
  }