/*
@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: */

body {
  line-height: 1.7;
  color: #777777;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  background-attachment: fixed;
}

.menuzord-menu > li > a {
    font-size: 14px;
    font-weight: 400;
}

.gallery-isotope.gutter .gallery-item {
    padding-right: 10px;
    padding-bottom: 10px;
}