
@media screen and (min-width: 1100px) {
  
  #searchImg {
    fill: #cccccc;
}
  
  #headerText {
    width: 120px;
    margin-top: -22px;
}
  
  #title {
    margin-top: -27px;
   
}
  
  #title-padding {
    width: 700px;
    margin-left: 160px;
    margin-top: 48px;
}
  
  #title a {
    font-size: 24px;
    color: #f3f3f3;
    text-decoration: none;
}
  
  #search {
    margin-right: 30px;
}
  #slider {
 
   margin-top: 90px;
}
  
  #navigation {
    border-top: 5px solid #4c4747;
}
  
  #navigation .sf-menu li>a {
    padding-bottom: 14px;}
  



@media (max-width: 1099px) {
  #title a {
    text-decoration: none;
    color: #f3f3f3;
}
  
  #header-mobile {
    background: #404346;
}
  
}