/**
* dezmembrari.css
*
* CUSTOM CSS FILE CONTAINING ALL THE MODIFICATIONS TO THE INHERITED THEME (style.css)
*/

/* MEDIA QUERIES (Based on Bootstrap 4's responsive breakpoints) */
@import "dezmembrari-mobile-first.css";

/* Small devices (landscape phones, 576px and up) */
@import "dezmembrari-576.css" screen and (min-width: 576px);

/* Medium devices (tablets, 768px and up) */
@import "dezmembrari-768.css" screen and (min-width: 768px);

/* Large devices (desktops, 992px and up) */
@import "dezmembrari-992.css" screen and (min-width: 992px);

/* Extra large devices (large desktops, 1200px and up) */
@import "dezmembrari-1200.css" screen and (min-width: 1200px);

/* TARGETING IE>=10 ONLY, Source: http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 */
@import "dezmembrari-ie10.css"  screen and (-ms-high-contrast: active), (-ms-high-contrast: none);

/* Large tablets (iPad Pro), etc. (2014 and up) */
@import "dezmembrari-tablet.css?" screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 3);

/* GENERAL CSS DEBUG OUTLINES */
@import "debug.css";
@import "mtr-layout.css";
