body {
    font-family: 'Roboto';
}

/* Custom styles for this template */
.navbar-toggler {
    border-color: #ffffff;
}
.navbar-collapse > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.navbar-brand > img {
    width: 220px;
    height: auto;
}
.bg-photo {
    background-image: url('images/cover.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)  
    ), url('images/cover.jpg'); 
    background-size: cover; 
    background-position: center; 
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
}
.overlay h1 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
    }
.overlay p {
    font-size: 20px;
    margin-bottom: 30px;
}
.btn {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
}
.container {
    margin-top: 20px;
}
.products > .container > .row > .card > img {
    width: 100%;
    height: auto;
}
.card-title {
    text-align: center;
}
.btn-container {
    margin-top: 30px;
}
  
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 5px;
}
  
  .btn:hover {
    background-color: #0056b3;
}
footer {
    background-color: #3f73a7;
    padding: 20px 0 0 0 ;
    text-align: center;
    color: white;
}
.second-footer {
    background-color: rgb(37, 82, 131);
    width: 100%;
}
.footer-list > ul > li > a {
    color: white;
}
.second-footer > div > p > a{
    color: white;
}
.dropdown-menu {
    left: -55px;
    width: 240px !important;
}
.dropdown-item {
    text-wrap: balance !important;
}
.tagline {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}
.tagline > p {
    margin: 10px;
}
.shop-contact {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 10px;
    background-color: #007BFF;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}