/**
.---------------------------------------------------------------------.
|  @package: Theme Lazy4resume (a.k.a. Résumé)
|  @version: v1.1.5 (25 October 2018)
|  @link:    http://italinux.com/resume
|  @docs:    http://italinux.com/theme-resume
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   http://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2018                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           http://concrete5.org/help/legal/commercial_add-on_license       |
|           or just: file://theme_lazy4resume/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.fixed.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
section.fixed.menu.loggedIn {
  top: 48px !important;
}

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