
/*
@media (min-width:0px) and (max-width:639px){
  body{
    background-color:red !important;
  }

  header #main_header_section div:not(:first-child){
    display: none;
  }
}


@media (min-width:1024px) and (max-width:1200px){
  header #main_header_section div:nth-child(n + 2) {
    display: none;
  }
}

@media (min-width:1201px){

}
*/


/*
@media (min-width:0px) and (max-width:319px){
  body{
    background-color:orange !important;
  }
}

@media (min-width:320px) and (max-width:500px){
  body{
    background-color:yellow !important;
  }
}

@media (min-width:320px) and (max-width:639px){
  body{
    background-color:red !important;
  }
}

@media (min-width:640px) and (max-width:767px){
  body{
    background-color:green !important;
  }
}

@media (min-width:768px) and (max-width:1023px){
  body{
    background-color:blue !important;
  }
}



@media (min-width:1024px) and (max-width:1920px){
  body{
    background-color:purple !important;
  }
}


@media (min-width:1920px){
  body{
    background-color:teal !important;
  }
}

@media (min-width:1026px) and (max-width:1077px){
  body{
    background-color:brown !important;
  }
}
*/
