/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.imgwrapper {
   width: 80%;
}

@media (max-width: 800px)
{
  .menuzord-responsive {
    /* max-width:110%; */
  }
  .menuzord-responsive .menuzord-brand{
    margin-left: 0px;
  }

}
@media (max-width: 900px)
.menuzord-responsive .showhide {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
