/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Background: Gradient Pink
----------------------------------------------------------------------------------------------------*/

body#page { background: #7D4769; }

@media only screen and (min-device-width: 769px) {

	body#page {
		background: #7D4769  url(../../images/background/gradient_pink/gradient.svg) 50% 0 repeat-y fixed;
		background-size: 100% 1500px;
	}
	
	.wrapper {
		-moz-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(250,200,215,0.6);
		-webkit-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 200px rgba(250,200,215,0.6);
		box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(250,225,235,0.6);
	}
	
}