 #secondaryHeader {
top: 50px;
}
#custom-header {
background: white;
position: fixed;
top: 30px;
width: 100%;
z-index: 1200;
}
@media screen and (max-width: 1120px) {
#custom-header{
position:static;
}
}