

@media screen and (max-width: 1000px) {
  header {    
    position: fixed !important;    
    left: 0px !important;    
    top: 0px !important;
  }
  .content {    
    top: 100px !important;    
    padding-bottom: 100px !important;
  }
}