html, body {
    font-family: Roboto, Helvetica, sans-serif !important;
}

#footer {
    background-color: #e7a83e;
    padding-bottom: 10px;
}

/* remove the solid bottom border line */
.footer__sitemap {
    border: none !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

#header {
    position: fixed !important;
    background-color: #e7a83e;
}

#header .header__navi ul li>a {
    color: white;
    text-transform: Capitalize;
    font-size: 18px;
}

#footer .footer__sitemap h4 {
    text-transform: none;
    color: white;
}

.mobile--menu {
    border-right: 0;
}

.submit-btn {
    background-color: blue;
    padding: 12px 16px;
    border-radius: 5px;
}

.purchase-btn {
    background-color: #e7a83e;
    padding: 12px 16px;
    border-radius: 5px;
}

.purchase-btn:hover {
    background-color: blue;
}

.my-4 .form-group input,
.my-4 .form-group textarea
{
    border-radius: 5px;
}

.my-4 .form-group img {
    width: auto;
}

.teaser {
    overflow: hidden;
    position: relative;
}

.product-item img {
    transition: all .5s ease-in-out;
}

.product-item:hover img {
    transform: scale(1.1);
}
