@media only screen and (max-width: 1200px) {
.mobile_menu_button {
display: table;
}
nav.mobile_menu {
display: block;
background-color: transparent;
}
.main_menu {
display: none!important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1200px){
  .q_logo{
  position:absolute;
  left:100px;
  }
  .mobile_menu_button{
  margin-left:30px;
  }
}
@media only screen and (max-width: 1100px){
header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img{
  opacity:0!important;
}
}
@media only screen and (max-width: 1100px) {
header .q_logo img.mobile{
  display: block!important;
  opacity: 1!important;
  position: relative;
  margin: 0 auto;
}
}