/*

************** author details **************

Template Name: Gymask
Template URI: 
Description: Gymask - Gym & Fitness Bootstrap HTML5 One Page Template 
Author: googly code
Author URI: https://www.templatemonster.com/authors/googlycode/ 
Version: 1.0

/*  import all css file*/

@import "template section/backtotop.css";
@import "template section/preloader.css";
@import "template section/header.css";
@import "template section/owlslider.css";
@import "template section/about.css";
@import "template section/service.css";
@import "template section/category.css";
@import "template section/testimonial.css";
@import "template section/team.css";
@import "template section/parallax.css";
@import "template section/counter.css";
@import "template section/blog.css";
@import "template section/brand.css";
@import "template section/gallery.css";
@import "template section/footer.css";


/* Responsive Media*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
