body {
  background-color: #1f1f1f;
  color:#dddddd;
}





a {
  text-decoration: none;
  color: #fbb600;
}
a:hover {
  color: #bb8b09; /* Changes color on hover */
}



.aw-menu a {
  text-decoration: none;
  color: #ffffff;
}

.aw-menu a:hover {
  color: #bdbdbd; /* Changes color on hover */
}


.aw-prod-1 {
  font-weight: bold;
}

.aw-about-01 {
  color: #fbb600;
  text-shadow:
    -1px -1px 0 black, /* Top left */
    1px -1px 0 black,  /* Top right */
    -1px 1px 0 black,  /* Bottom left */
    1px 1px 0 black;   /* Bottom right */
    padding:20px;
}

.bg-image-1 {
    background-image: url('../images/awimg-001.jpg'); /* Path to your image */
    background-size: cover; /* Makes the background image responsive */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
  
    /* Fill the entire viewport */
    width: 100vw; /* 100% of the viewport width */
    height: 100vh; /* 100% of the viewport height */
  
    /* Position relative to allow content overlay */
    position: relative;
  }

  .bg-image-2 {
    background-image: url('../images/awimg-003.jpg'); /* Path to your image */
    background-size: cover; /* Makes the background image responsive */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
  
    /* Fill the entire viewport */
    width: 100vw; /* 100% of the viewport width */
    height: 100vh; /* 100% of the viewport height */
  
    /* Position relative to allow content overlay */
    position: relative;
  }

  .aw-footer {
    background-color: #1f1f1fcc;
    padding: 5px;
  }