/* 
  This file is for custom styles that are difficult to manage with Tailwind utility classes,
  such as complex background images.
*/

#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.pexels.com/photos/92904/pexels-photo-92904.jpeg') no-repeat center center;
    background-size: cover;
}

#careers {
    background: linear-gradient(rgba(25, 32, 45, 0.8), rgba(25, 32, 45, 0.8)), url('https://images.pexels.com/photos/338504/pexels-photo-338504.jpeg') no-repeat center center;
    background-size: cover;
}
