
/* mob240 */
@import url("mob240adarsh.css") only screen and (max-width:240px) and (orientation : portrait);

/* Telefoon */
@import url("mob320adarsh.css") only screen and (min-width:241px) and (orientation : portrait);

/*iPhone 6 Portrait*/
@import url("mobiphone6adarsh.css") only screen and (min-width: 375px) and (orientation : portrait);

/*iPhone 6+ Portrait*/
@import url("mobiphone6plusadarsh.css") only screen and (min-width: 414px) and (orientation : portrait);

  /* Tablet landscape*/
@import url("tabletadarsh.css") only screen and (min-width:415px) and (orientation : landscape);  

/* Bureaublad */
@import url("screenadarsh.css") only screen and (min-width:769px);





