header {
  background-color: #5a5a5a;
}
navbar-brand, navbar-nav .nav-link {
  color: white;
}
navbar-nav .nav-link:hover {
  color: #f9a51a;
}

/* Hero image */
.jumbotron {
  background-image: url('hero-image.jpg');
  background-size: cover;
  color: white;
}

/* Products grid */
.row {
  justify-content: center;
}
.col-md-4 {
  text-align: center;
}
.col-md-4 h2 {
  color: #f9a51a;
}

/* Footer */
footer {
  background-color: #5a5a5a;
  color: white;
}

.image-container {
  width: 30%;
  margin: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}


.image-container h3 {
    text-align: left;
}

.image-container p {
    text-align: left;
}

/* Update Body Background Color */
body {
    background-color: #191919;
    color: #fff;
}

/* Update Section Background Color */
section {
    background-color: #222222;
    padding: 50px 0;
}


/* Add brushed metal effect to headings */
h2, h3 {
    text-shadow: 2px 2px 4px #ccc;
}

/* Add copper effect to links */
a {
    color: #9c5;
}

/* Add brushed metal effect to images */
.image-container img {
    box-shadow: 0px 0px 10px #ccc;
}


/* Add brushed metal effect to headings */
h2, h3 {
    text-shadow: 2px 2px 4px #ccc;
}

/* Add copper effect to links */
a {
    color: #9c5;
}

/* Add brushed metal effect to images */
.image-container img {
    box-shadow: 0px 0px 10px #ccc;
}

header, main {
    background-color: inherit;
}

