@charset "utf-8";
#navilogo {
    height: auto;
    width: 120px;
}
body header {
    min-height: 340px;
    background-image: url(images/misc/truck-background.jpg);
    background-repeat: no-repeat;
    background-position: center -60px;
    background-size: auto auto;
}
nav, footer {
    background-color: #45acb5;
}
.product-button {
    background-color: #e8799c;
}
.product-button:link , .product-button:visited {
    background-color: #e8799c;
    border-style: none;
}
.product-button:hover , .product-button:active, .product-button:focus{
    background-color: #b25d77;
    border-style: none;
}
#submit-btn:hover   , #submit-btn:active, #submit-btn:focus{
    background-color: #e8799c;
    color: #E9E9E9;
}
.nav-link:link, .nav-link:visited {
}
.nav-link:hover, .nav-link:active , .nav-link:focus{
    background-color: #45acb5;
    color: #e9e9e9;
}
.dropdown-item:hover, .dropdown-item:active  , .dropdown-item:focus{
    background-color: #45acb5;
    color: #e9e9e9;
}
#bottom-ban {
    width: 20%;
    height: auto;
}
