﻿html, body, ul, ol {
  margin: 0;
  padding: 0; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  font-size: 14px;
  z-index: 2000; }

.magic-header {
  z-index: 10;
  position: relative;
  width: 100%;
  line-height: 50px;
  height: 50px;
  background-color: #2f385a;
  border-bottom: 1px solid white;
  padding-left: 13px;
  padding-right: 13px;
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.5); }
  .magic-header i.fa.fa-bars.fa-2x {
    color: white; }
  .magic-header i.fa.fa-2x {
    vertical-align: middle !important; }

/*# sourceMappingURL=header.css.map */