// The master CSS file.
// ----------------------------------------------------------------------------
// One css to rule them all, One css to find them; One css to bring them all
// and in the darkness bind them.
// The order of files include is important. Dont change it.


// All general settings and utils
@import "base/settings";
@import "base/mixins";
@import "base/normalize";
@import "base/fonts";
@import "base/general";
@import "base/helpers";

// This should not interfere with the theme, so if you
// comment it out nothing will break.
@import "base/styleguide";

// Set max height for the responsive images.
@import "base/responsive-images";

// The Foundation framework
@import "foundation/foundation";

// The Font-Awesome build files
@import "font-awesome/font-awesome";

// Including plugins before site stlyling to allow overwrite
@import "plugins/owl";

// Separating the largest parts of the site in specific files.
@import "layout/general";
@import "layout/header";
@import "layout/footer";

// Any other module that can be reused multuple times.
@import "components/buttons";
@import "components/sections";
@import "components/elements";
@import "components/entry";
@import "components/comments";
@import "components/widgets";
@import "components/input";
@import "components/mobile-menu";

// If there is anything specific for a page it should be in this folder
@import "pages/404";
@import "pages/single";
@import "pages/search";

// Comment out what you don't need
// ----------------------------------------------------------------------------
@import "prebuilds/header-clean.scss";
@import "prebuilds/flex-grid.scss";
@import "prebuilds/section-general.scss";
@import "prebuilds/section-heading.scss";
@import "prebuilds/section-halfsplit.scss";
@import "prebuilds/section-hero.scss";

@import "prebuilds/elements/faq-elements.scss";
@import "prebuilds/elements/tooltip.scss";
