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

@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

div.border {
  padding: 10px 20px;
  height: auto;
}
div.spacer {
  height: 40px;
  width: 100%;
  padding: 10px;
}
