/*
Theme Name: Go Electric Theme
Author: EDER
Author URI: http://www.eder.link
Description: Theme based on Bootstrap 5.2 version.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

html, body {
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif !important;
}

nav- {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}

.btn-warning {
    background-color: #ffe500 !important;
    border: 1px solid  #ffe500 !important;
}

.btn-warning:hover {
    background-color: #D6C31A !important;
    border: 1px solid  #D6C31A !important;
}

.text-warning {
    color: #D6C31A !important;
}