div { 
    border: 0px solid red;
}
span { 
    border: 0px solid green;
}
body {
    padding-top: 100px; 
    margin-bottom: 100px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 100%;
    background-color: black;
}
.client-demo-area {
    max-width: 90%!important;
}
.purple-header {
    background-color: #6b5b95;
}
.gold-header {
    background-color: #feb236;
}
.magenta-header {
    background-color: #d64161;
}
.orange-header {
    background-color: #ff7b25;
}
.product-card {
    height: 100%;
    width: 100%; 
    background-position: center; 
    background-size:cover;
}
.fitted-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.side-menu-btn {
    color: white;
    padding: 6px 12px 6px 12px;
}
.side-menu-item:hover {
    background-color: brown;
}
.home-row {
    height: 300px;
    min-width: 250px;
    flex: 1 0 auto;
}
