/* Color Pallette
Red - #DC3522
Beige - #E3D4A5
Grey - #374140
Dark Grey - #161717
Black - #0C0C0D
*/

section {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/pumpstation.jpg") bottom/cover no-repeat fixed;
}

@media screen and (max-width: 1080px) {
}
