/*
________________________________________________________________________________________

Style sheet voor art

(c) 2015 Frank Th. Dekker / donphilippo.nl
________________________________________________________________________________________
*/


/*
----------------------------------------------------------------------------------------
Large
----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1700px)
{
}
/*
----------------------------------------------------------------------------------------
Portrait Large
----------------------------------------------------------------------------------------
*/
@media only screen and (orientation: portrait) and (min-device-width: 641px)
{
}
/*
----------------------------------------------------------------------------------------
Portrait Small
----------------------------------------------------------------------------------------
*/
@media only screen and (orientation: portrait) and (max-device-width: 640px)
{
}
/*
----------------------------------------------------------------------------------------
Landscape Small
----------------------------------------------------------------------------------------
*/
@media only screen and (orientation: landscape) and (max-device-width: 640px)
{
}