/*-----------------------------| CUSTOMIZE STYLE |--------------------------
 Project 		: MeSure - Profesional vCard, Resume, CV, & Portofolio
 Author 		: Mias Marthinus
----------------------------------------------------------------------------
 Copyright (c) 2015 - MiasStudio 
--------------------------------------------------------------------------*/

@charset "utf-8";

/*=============================================================================== 
 LARGE SCREEN
===============================================================================*/
@media (min-width:993px){	
	/* 
	-change body background
	-delete this comment code to active background image
	
	body{ background-image:url("../img/bg.png"); }*/
	
}

/* PROFILE COVER PICTURE */
#profile-cover{ background-image:url("../img/home.jpg"); }

/* RESUME COVER PICTURE */
#resume-cover{ background-image:url("../img/cover_resume.png"); }

/* PORTOFOLIO COVER PICTURE */
#portofolio-cover{ background-image:url("../img/cover_portofolio.png"); }

/* BLOG COVER PICTURE */
#blog-cover{ background-image:url("../img/cover_blog.png"); }

