/* ---------------------Stylesheet Designed for Max Engineering & Marketing by NJB Webmatrix and Copyright to change this stylesheet is with NJB Webmatrix only. */
/* ---------------------------------Google Fonts (Roboto) Imported----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ---------------------------------Website Universal Style Settings------------------------------------------- */
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body
{
    background: url('../images/bg-texture.jpg') repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 20px 10px;
}
/* -------------------------------------------Main Site Settings----------------------------------------- */
/* -------------------------------------------- Site Header --------------------------------------------- */
.header
{
    background: #ffd175 !important;
    width: 100%;
}
.navbar-toggler
{
    outline: none;
    border: none;
}
.navbar-toggler .fa-bars
{
    color: #DD2C00 !important;
    padding: 10px 14px;
    background: #f6e600;
    border-radius: 3px;
}
/* -----------------------------------------------------Hero Section------------------------------------- */
.hero{
    width: 100%;
    height: auto;
    margin-top: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.472), rgba(255, 255, 255, 0.555)),
                url('../images/christopher-burns-8KfCR12oeUM-unsplash.jpg');
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.hero-heading
{
    font-size: 2.5em;
    color: rgb(218, 74, 7);
    font-weight: 800;
    text-align: center;
}
.hero-description
{
    font-size: 23px;
    color: rgb(3, 23, 90);
    font-weight: 400;
    text-align: center;
}
.products{
    width: 100%;
    height: auto;
    background: #fff;
}
.footer{
    width: 100%;
    height: auto;
    background: rgb(0, 0, 0);
    padding: 10px 20px;
}
.footer .footer-heading {
    font-size: 1em;
    color: #fff;
}
