/**
.---------------------------------------------------------------------.
|  @package: Theme Lazy5resume (a.k.a. theme Résumé Pro)
|  @version: v2.5.2.2 (21 January 2025)
|  @link:    http://italinux.com/resume-pro
|  @docs:    http://italinux.com/theme-resume-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2025                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_lazy5resume/LICENSE.TXT                   |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.fullscreen.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
section.fullscreen.menu.loggedIn {
  top: 48px !important;
}

section.fullscreen.menu nav.navbar div.navbar-header div.navbar-toggle {
  display: block;
}
section.fullscreen.menu nav.navbar div.navbar-header .nav-logo {
  display: none;
}
section.fullscreen.menu nav.navbar div.navbar-center div.menu-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  section.fullscreen.menu {
    top: -2px;
  }
}
