.brightness50 {
    filter: brightness(50%);
}

#codeAcademyNavBar {
    transition: padding-top 0.3s, padding-bottom 0.3s;
}

.navbar-padding {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.navbar-shrink {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.btn-outline-light:hover {
    color: black;
}

#navBarSearch input {
    border: 1px solid white;
}

.navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s;
}

.navbar-brand-font-size-1 {
    font-size: 1em;
}

.btn {
    cursor: pointer;
}

.btn-no-box-shadow {
    box-shadow: 0 0 0 0;
}

.btn-no-box-shadow:focus {
    box-shadow: 0 0 0 0;
}

.jumbotron {
    margin-bottom: 0;
}

#productCards {
    padding: 30px;
}

#popularProducts {
    background: #698996;
}

#popularProducts h2 {
    color: white;
    padding: 60px 30px 0 30px;
    cursor: default;
}

#popularProducts h4 {
    color: white;
    cursor: default;
    margin-top: 20px;
}

#popularProducts i {
    font-size: 75px;
    color: black;
    background: #C9C5BA;
    border-radius: 60px;
    padding: 25px;
}

#popularProducts .subHeading {
    color: white;
    cursor: default;
}

#popularProducts p {
    color: rgb(224, 223, 223);
    margin-bottom: 79px;
}

#contactForm {
    height: 500px;
    background: #212529;
    color: white;
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contactForm h2 {
    padding: 60px 30px 0 30px;
}
a {
    color: #f5f8fa;
    text-decoration: none;
}

a:hover {
    color:#f0f5f7; 
    text-decoration:none; 
    cursor:pointer;  
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
 }

 .footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#282d32;
  }
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }
  