* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
header {
  padding: 25px 0;
}

img.logo {
  max-width: 100%;
}
strong {
  font-weight: 600;
}

section#top-bar {
  padding: 15px 0;
  background-color: #ed1c24;
}

section#top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section#top-bar ul li {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  font-weight: 700;
}

section#top-bar a {
  color: #fff;
  display: inline-block;
}
section#top-bar a:hover {
  color: #fff;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.bg-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}

section#window-cleaner {
  background-image: url(./img/raindrops.jpg);
}

section#scraper {
  background-image: url(./img/highway.jpg);
}

section#jumping-cables {
  background-image: url(./img/battery-charge.jpg);
}
section#ice-scraper {
  background-image: url(./img/snow-scraper-2.jpg);
}

section#ice-scraper-soft {
  background-image: url(./img/scraper-bg.jpg);
}

section#ice-scraper-snow-soft-small {
  background-image: url(./img/scraper-bg.jpg);
}

section#ice-scraper-snow-soft {
  background-image: url(./img/scraper-bg.jpg);
}

section#ice-scraper-mini {
  background-image: url(./img/scraper-bg.jpg);
}

h2 {
  color: #fff;
  font-weight: 800;
}

h3 {
  color: #fff;
  font-weight: 800;
  font-size: 1.5em;
  margin: -10px 0 25px 0;
}

p {
  color: #fff;
}

.product-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  padding: 15px 0;
  color: #fff;
  background-color: #ed1c24;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}
