.header-top {
    background-image: url('https://black-venom.com/img/headerinkdef.png'); /* Change to your image path */
    background-size: cover; /* Ensures the image covers the entire header */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 100vh; /* Sets the height of the header to 100% of the viewport height */
    width: 100%; /* Ensures the header takes the full width */
}

.navigation {
    border-top: 0px;
  background:#ffffff;}
}

#header .logo {
    max-width: 270px;
    max-height: auto !important;
    height: auto;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    margin-bottom: 38px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
  text-shadow: 
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}
.an_homeproducts-banner-type2.an_homeproducts-banner-overlay .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #fff;
  text-shadow: 
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}