@import "../../modules/button/button";
@import "../../modules/grid/grid";
@import "../../modules/carousel/carousel";
@import "../../modules/panel/panel";
@import "../../modules/thumbnail/thumbnail";
@import "../../modules/section/section";
@import "../../modules/cover/cover";
@import "../../modules/modal/modal";
@import "../../modules/topbar/topbar";


@include Button;
@include Grid;
@include Carousel;
@include Panel;
@include Thumbnail;
@include Section;
@include foundation-menu;
@include Cover;
//@include Modal;
//@include foundation-off-canvas;
//@include foundation-reveal;
@include Modal;

@include Topbar;

@include foundation-forms;


//orbit 

// GUI stylies of the project
// For example, styles of the links, buttons and so on.

//@import '../../../node_modules/foundation-sites/scss/components/button';
//@import '../../../node_modules/foundation-sites/scss/components/menu';
//
////@include foundation-button;
//
////variables
//$button-padding: 20px;
//
//
//.Button {
//
//    @include button;
////    @include button-hollow;
////    @include button-hollow-style;
//    @include button-dropdown;
//    &--full {
//        @include button-expand(true);
//    }
//
//}