    body {
        background-image: url(../images/bg_01.jpg);
        background-repeat: repeat-x;
        background-color: url(../images/bg_02.png);
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .container {
        max-width: 1024px;
        margin: 0 auto;
    }

    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

    .logo {
        height: 131px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        }
    .logo img {
        width: 100%; /* Make the image fill its container */
        }

@font-face {
    font-family: 'stencil';
    src: url('stencil-webfont.woff2') format('woff2'),
         url('stencil-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
    }

    .bg_btns {
        width: 100%;
        height: 25px;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px 0px 5px;
    }

/* menu stuff */
    #btns {
        list-style: none;
        display: flex;
        justify-content: center;
        font-family: 'stencil', Stencil, serif;
        font-size: 1.1em;
        font-weight: lighter;
        gap: 20px;
        margin: 0px;
        padding: 0;
        white-space: nowrap;
    }

    #btns li a {
        color: #fff; /* Default color */
        text-decoration: none;
        transition: color 0.2s ease; /* Add a smooth transition for color change */
        margin: 0px 6px 0px 6px;
    }

    #btns li a:hover {
        color: #6AFF40; /* Change color on hover */
       text-shadow: 0 0 5px #9CC9FF;
    }

        /*Fade in menu*/
    .fadein {
        position: relative;
       margin: 0 auto;
        background: url("http://www.audiowerkz.com/images/bg_02.jpg") repeat-x scroll left top transparent;
        padding: 10px;
     }

     .fadein img {
        position: absolute;
        left: 0px;
        top: 0px;
        align: right;
     }
    #apDiv1 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 1;
        top: 0;
    }

    .bg_btns {
        height: 27px;
        width: 1024px;
    }
    .logo {
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: left center;
    }
    #tag {
        background-image: url(../images/catch.png);
        background-repeat: no-repeat;
        z-index: 10;
        float: right;
        height: 84px;
        width: 200px;
    }

    .textFooter {
        font-family: 'stencil', Stencil, serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
    }
    .textBody {
        font-family: "Trebuchet MS", "Arial Unicode MS";
        font-size: .95em;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
    }
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:visited {
        color: #FFFFFF;
    }
    a:hover {
        color: #FFFF00;
        text-decoration: underline overline;
    }
    h2 {
    font-family: 'stencil', Stencil, serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 1.5em;
    color: #000000;
    text-shadow: 0 0 5px #17E139;
    }

/* sections css */
    .sections {
        padding-top: 5%;
        height: auto;
        max-width: 90%;
        margin: 0 auto; /* Center the element horizontally */
    }
hr {
    border: none;
    height: 5px;
    background: linear-gradient(#ACADA7, transparent);
    margin: px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

/* Send Message */
      .message-btn {
        background-color: #020F20;
        color: #fff;
        font-family: 'stencil', times;
        font-weight: 100;
        font-size: 1.0em;
        padding: 10px 10px;
        border-radius: 5px;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
        border: none;
          margin: 1%;
    }

    .message-btn:hover {
        background-color: #000;
        color: #ffff00;
        text-decoration: none;
    }

/* Back to Top */
    .back-to-top {
        position: fixed;
        bottom: 90px;
        right: 30px;
        background-color: #020F20;
        color: #fff;
        font-size: .9em; 
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        opacity: 0; /* Initially invisible */
        transition: opacity 0.3s ease-in-out;
    }

    .back-to-top:hover {
        background-color: #000;
        font-family: 'stencil', times;
        font-style: normal;
        font-size: .9em;
        font-weight: lighter; /* font weight */
        text-decoration: none;
    }

/* Show the button when the user scrolls down */
    .back-to-top.show {
        opacity: .8;
        font-family: 'stencil', times;
        font-style: normal;
        font-size: 1.25em;
        font-weight: lighter; /* font weight */
        text-decoration: none;
        
/* product css */
        @media (min-width: 768px) {
            div[style*="width: 100%"] {
                flex: 0 0 33%;
                max-width: 33%;
            }
        }


