header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: auto;
  padding: 8px 0 4px 0;
  background-color: #033f72;
  text-align: center;
}

/* default status for menu overlay */
div#menus-overlay {
  display: none;
  position: relative;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

body#landing-replay header {
  box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.30);
}

header a#logo-arquivo-link:hover {
  background-color: transparent;
}

header button#nav-menu-button-left {
  position: absolute;
  left: 10px;
  width: 54px;
  height: 31px;
  border-radius: 3px;
  top: 8px;
}

header button#nav-menu-mobile-button-left {
  display: none;
}

header button#nav-options-right-button {
  display: block;
  position: absolute;
  right: 10px;
  width: 66px;
  height: 31px;
  font-size: 0.75em;
  border-radius: 5px;
}

header img#logo-arquivo {
  width: 182px;
}


header img#logo-fccn {
    width: 31px;
    position: absolute;
    right: 10px;
    top: 8px;
}

header .background-top-curve {
  position: relative;
  z-index: 0;
  top: 5px;
  margin: 0;
  height: 4px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

body#landing-replay header .background-top-curve {
  display: none;
}

/* Header container wrap */
section.header-content-container {
  margin: 65px auto 0 auto;
  max-width: 960px;
  padding: 0 10px;
}

section.header-content-container h3 {
  visibility: collapse;
  height: 0;
}

@media (min-width: 1281px) {
  header button#nav-options-right-button-mobile {
    display: none;
  }
}

/* 
  Device = Laptops, Desktops Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
  header button#nav-options-right-button-mobile {
    display: none;
  }
}

/* Device = Tablets, Ipads (portrait) Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  header button#nav-options-right-button-mobile {
    display: none;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  header button#nav-options-right-button-mobile {
    display: none;
  }
}

@media (min-width: 482px) and (max-width: 900px) {
  header button#nav-options-right-button-mobile {
    display: none;
  }
}

/* Device = Tablets and Mobiles */
@media (min-width: 0px) and (max-width: 767px) {
  header button#nav-menu-mobile-button-left {
    display: block;
    position: absolute;
    left: 10px;
    font-size: 1.1em;
    border-radius: 3px;
    width: 31px;
    height: 31px;
    background: none;
    border: none;
  }

  header button#nav-menu-mobile-button-left:hover {
    color: white;
    border: none;
  }
  
  section.header-content-container {
    margin: -5px auto 0 auto;
  }

}

@media (min-width: 0px) and (max-width: 480px) {

  header button#nav-menu-button-left {
    display: block;
  }

  header button#nav-menu-mobile-button-left {
    display: block;
    position: absolute;
    left: 10px;
    font-size: 1.1em;
    border-radius: 5px;
    width: 31px;
    height: 31px;
    background: none;
    border: none;
  }

  section.header-content-container {
    margin: -5px auto 0 auto;
  }
}

@media (max-width: 415px) {

  /* Galaxy Fold: ##Screen = B/w 280px to 653px */

  @media (width: 280px) and (height: 653px) {

    header button#nav-menu-button-left {
      display: none;
    }

    header button#nav-menu-mobile-button-left {
      display: block;
      position: absolute;
      left: 10px;
      font-size: 1.1em;
      border-radius: 5px;
      width: 31px;
      height: 31px;
      background: none;
      border: none;
    }

    section.header-content-container {
      margin: -5px auto 0 auto;
    }

  }
}
