#titleBar {
    width: 100%;
    aspect-ratio: 1280/330;
    background-image: url('../img/products_banner.png');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding-top: 12%;
}

#section1 {
    width: 90%;
    margin: 60px auto;
}

#product-cards .card {
    height: 450px;
    position: relative;
}

.infoBtn {
    position: absolute;
    background-color: #61B4DC;
    margin-top: 2rem;
    width: 130px;
    border: none;
    color: white;
    left: 1.5rem;
    bottom: 1.5rem;
}

#product-card3 {
    background-image: url('../img/product-card-sensor_a.png');
    background-size: cover;
    background-position: center;
}

#product-card4 {
    background-image: url('../img/product-card-sensor_b.png');
    background-size: cover;
    background-position: center;
}

footer {
    background-color: #000410;
    padding: 80px;
    text-align: center;
}

/* RWD Navbar Dropdown Fix */
@media screen and (max-width: 1023px) {
  #titleBar {
    padding-top: 8%;
  }
}