/*
    Temporary file to use for responsive changes - in future all responsive breakpoints should be included where the class is defined, with a mobile first approach, using media-breakpoint-up(). However, the website is currently coded using a desktop first approach so we need to use media-breakpoint-down() or media-breakpoint-only().

    Bootstrap uses internal grid definitions, these are: [xs, sm, md, lg, xl]. Usage:
        @include media-breakpoint-down(sm) {}           // The specified size and lower
        @include media-breakpoint-up(sm) {}             // The specified size and higher
        @include media-breakpoint-only(sm) {}           // Only at that specified size
        @include media-breakpoint-between(sm, lg) {}    // Between two sizes
*/

/*# sourceMappingURL=responsive.css.map */