@import url('https://rsms.me/inter/inter.css');
@supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; scroll-behavior: smooth; } }
html { font-family: 'Inter', sans-serif; }
h1 { font-size: 1.25rem; font-weight: bold; margin-bottom: 25px; text-transform: uppercase; }
h3 { font-size: 1rem; font-weight: bold; margin-bottom: 25px; text-transform: uppercase;}
p { font-size: 14px; line-height: 24px; margin: 0 0 24px; text-align: justify; text-justify: inter-word; }
img { width: 100%;}

/*TOP MENU SECTION
==============================================================================*/
#TopMenu, #TopMenu .bg-light { background:#ecf0f1 !important; }
#TopMenu .navbar .navbar-brand img { width: 200px; height: auto; }
#TopMenu .navbar-collapse { text-align: center;}
#TopMenu .navbar-nav { font-weight: bolder; }

/*ABOUT SECTION
==============================================================================*/
#About { background: #EEE; padding-top: 50px; text-align: center; }

/*STORE SECTION
==============================================================================*/
#Store { background: #bdc3c7; padding-top: 50px; text-align: center; }
#Store p { text-align: center;}
#Store .container { padding-bottom: 50px;}
#Store img { width: 200px; }

/*PRODUCT SECTION
==============================================================================*/
#Product { background: #dfe6e9; padding-top: 50px; text-align: center; }
#Product .justify-content-between { padding-bottom: 50px; }

/*STORE SECTION
==============================================================================*/
#GoogleMaps { padding-top: 50px; text-align: center; }
#GoogleMaps .nav-pills .nav-link.active { color: #FFF; background-color: #2c3e50; }
#GoogleMaps a.nav-link { color: #2c3e50; }
#GoogleMaps .tab-content { padding-bottom: 50px; }
#GoogleMaps iframe { width: 100%; }

/*FOOTER SECTION
==============================================================================*/
#sticky-footer a { text-decoration: none; color: #EEE; }
#sticky-footer a:hover { text-decoration: none; color: #FFF;}