/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 21px;
    line-height: 32px;
}

.bg-body-tertiary {
    background: #fff !important;
}



.navbar li a {
    text-transform: uppercase;
    color: #000;
    padding: 50px 30px 50px 30px !important;
    transition: 0.4s all;
    font-size: 14px;
    
}

.navbar li a:hover {
    padding: 30px 30px 70px 30px !important;
    color: #000;
}

.navbar-brand img {
    width: 140px;
}

.navbar-expand-lg .offcanvas .offcanvas-body li a.active {
    color: #6ea5bb;

}

.nav-toggler {
    border: 3px solid #111;
    width: 80px;
    border-radius: 0px !important;
    color: #000 !important;
}

.top-button { 
    background: #9cdcfe !important;
    border: 1px solid #6ea5bb !important;
    border-radius: 0px;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1540px;
    }
}

@media (max-width: 991px) {

    .navbar li a {
        text-transform: uppercase;
        color: #000;
        padding: 20px 10px 20px 10px !important;
        transition: 0.4s all;
        border-top: 1px solid #eee;
        
    }
    
    .navbar li a:hover {
        padding: 20px 10px 20px 10px !important;
        color: #000;
    }
}