
/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

.background {
	background-repeat: no-repeat;

	-webkit-background-position: center;
	   -moz-background-position: center;
	    -ms-background-position: center;
	     -o-background-position: center;
	        background-position: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/*--------------------------------------------------*/
/*	IMAGES
/*--------------------------------------------------*/

.image-1  {
	background-image: url("/content/backgrounds/01");
}

.image-2  {
	background-image: url("/content/backgrounds/02");
}

.image-3  {
	background-image: url("/content/backgrounds/03");
}

.image-4a {
	background-image: url("/content/backgrounds/04a");
}

.image-4b {
	background-image: url("/content/backgrounds/04b");
}

.image-5  {
	background-image: url("/content/backgrounds/05");
}

.image-6a  {
	background-image: url("/content/backgrounds/06a");
}

.image-6b  {
	background-image: url("/content/backgrounds/06b");
}

.image-7  {
	background-image: url("/content/backgrounds/07");
}

/*--------------------------------------------------*/
/*	SHAPES
/*--------------------------------------------------*/

/* the shapes colours are a pastelle
 * variation of the main colours */

.shapes-gray {
	background-image: url("/content/backgrounds/shapes/gray");
}

.shapes-orange {
	background-image: url("/content/backgrounds/shapes/orange");
}

.shapes-blue {
	background-image: url("/content/backgrounds/shapes/blue");
}

.shapes-cyan {
	background-image: url("/content/backgrounds/shapes/cyan");
}

.shapes-red {
	background-image: url("/content/backgrounds/shapes/red");
}

.shapes-green {
	background-image: url("/content/backgrounds/shapes/green");
}

.shapes-purple {
	background-image: url("/content/backgrounds/shapes/purple");
}
