/*--------------------------------------------------------------------------
 Project 		: ME+ | Responsive Modern V-card
 Author 		: Mias Marthinus
----------------------------------------------------------------------------
 Copyright (c) 2016 - MiasStudio 
--------------------------------------------------------------------------*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
							  TABLE OF CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[1] Large Screen
| 
[2] Small Screen 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@charset "utf-8";

/* 
===============================================================================
 ALL SCREEN
===============================================================================
*/

/*
=============================================================================== 
 LARGE SCREEN
===============================================================================
*/
@media (min-width:993px){
	
	/* profile picture */
	#profile-picture{
		background-image:url("../img/linsey.jpg");
		-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
	}
	
	/* portofolio page cover */
	#portofolio-picture{
		background-image:url("../img/linsey.jpg");
	}
	
	/* hire page cover */
	#hire-picture{
		background-image:url("../img/linsey.jpg");
	}
}

/* 
===============================================================================
 SMALL SCREEN 
===============================================================================
*/
@media (max-width:992px){
	
	/* profile picture */
	#profile-picture{
		background-image:url("../img/linsey.jpg");
	}
	
	/* portofolio page cover */
	#portofolio-picture{
		background-image:url("../img/linsey.jpg");
	}
	
	/* hire page cover */
	#hire-picture{
		background-image:url("../img/linsey.jpg");
	}
}
