* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
  }
  body {
    background-color: white;
  }
  header {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #e7c5aa;  
    justify-content: space-between;
  }
  #header-img {
    width: 130px;
  }
  nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-link {
    margin: 0 50px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #3d2622;
    font-weight: bold;
  }
  .nav-link:hover {
    color: #c81912;
  }
  .jumbotron {
    height: 400px;
    margin-top: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .jumbotron h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    color: #3d2622;
  }
  .jumbotron p {
    display:flex;
    align-items: center;
    font-size: 20px;
    margin: 10px 0;
    color: #3d2622;
  }
  .ridgid {
    width: 80px;
    margin: 0 5px;
  }
  #form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #submit, #email {
    font-size: 18px;
    padding: 3px;
    margin-top: 25px;
  }
  #email {
    width: 400px;
  }
  #submit {
    margin-left: -6px;
    background-color: #c81912;
    color: white;
    border: 2px solid #c81912;
    width: 120px;
  }
  #submit:hover {
    cursor: pointer;
    background-color: #8a0f0f;
    border: 2px solid #8a0f0f;
  }
  #about {
    height: auto;
    background-color: #e5e5e5;
    color: #3d2622;
    padding: 30px;
    scroll-margin-top: 120px;
  }
  #about h1 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    color: #3d2622;
  }
  #about p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    color: #3d2622;
  }
  #video {
    width: 600px;
    height: 400px;
  }
  .brands {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .brands img{
    width: 110px;
    height: 55px;
    margin-right: 20px;
    margin-top: 40px;
  }
  #ridgid {
    background-color: #084177;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #ridgid p {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
  }
  iframe {
   border: 1px solid #3d2622;  
   margin-top: 44px;
   margin-bottom: 44px;
  }
  #products {
    min-height: 400px;
    color: #3d2622;
    scroll-margin-top: 120px;
  }
  #products h1 {
    font-size: 30px;
    padding: 30px;
    text-align: center;
  }
  .cards {
    display: flex;
    padding: 16px;
    justify-content: center;
    flex-wrap: wrap;  
  }
  .card {
    width: 300px;
    height: 300px;
    margin: 20px;
  }
  .card-1 {
    background-image: url("https://cdn2.ridgid.com/resources/images/31ea54b4-941c-4f80-b146-ed18d89d1568"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
  }
  .card-2 {
    background-image: url("https://cdn2.ridgid.com/resources/images/c4c41c22-d7f7-43a1-8974-4677ee6fa219");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
  }
  .card-3 {
    background-image: url("https://cdn2.ridgid.com/resources/images/9da2c76e-3768-4571-8544-1f7bf11bcd5f");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
  }
  .products {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .product {
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .product-btn {
    font-size: 22px;
    padding: 6px; 
    background-color: #084177;
    color: white;
    border: 1px solid #084177;
    width: 200px;
  }
  .product-btn:hover {
    cursor: pointer;
    color: white;
    background-color: #41444b;
    border: 1px solid #41444b;
  }
  .all-products {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .all-products-btn {
    width: 500px;
    background-color: white;
    color: #3d2622;
    margin: 80px 0;
    font-size: 22px;
    padding: 6px; 
    font-weight: bold;
    border: 2px solid #3d2622;
  }
  .all-products-btn:hover {
    background-color: #41444b;
    color: white;
    border: 2px solid #41444b;
    cursor: pointer;
  }
  #location {
    background-color: #e5e5e5;
    min-height: 500px;
    scroll-margin-top: 120px;
    color: #3d2622;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #location h1 {
    font-size: 30px;
    padding: 30px;
    text-align: center;
  }
  #location iframe {
    width: 90%;
  }
  .location-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .hours, .contact {  
    margin: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    color: #084177;
  }
  .hours-header, .contact-header {
    font-weight: bold;
    font-size: 18px;  
    margin-bottom: 10px;
    border-bottom: 2px solid #084177;
  }
  .hours p, .contact p {
    margin-bottom: 4px;
  }
  footer {
    height: 80px;
    background-color: #3d2622;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    text-align: center;
  }
  @media screen and (max-width: 800px) {
    #email {
      width: auto;
    }
    #ridgid iframe {
      width: auto;
    }
    .all-products-btn {
      width: auto;
    }
    .nav-link {
      margin-bottom: 6px;
      margin-right: 15px;
      font-size: 18px;
    }   
  }
  @media screen and (max-width: 600px) {
    #nav-bar {
      justify-content: center;
      align-items: center;
      width: 50%;
      flex-direction: column;
      flex-wrap: wrap;
    }

  }