#background,header,footer { 
  background-image:url('../images/bg/desktop/bg_pink.jpg')
}
#des_1{
	width: 150px;
	height: 150px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/plant2pink.png');
	background-size: 100% 100%;
	z-index: 100;
	position: fixed;
	left:80vw;
	top:10vh;
	margin-left:0px;
	margin-top:40px;
	pointer-events: none
}
@media screen and (min-width: 758px) {
	#des_1{
		margin-left:15px;
	}
}
@media screen and (min-width: 900px) {
	#des_1{
		 margin-left:30px;
	}
}
@media screen and (min-width: 1025px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-205px;
	}
}
@media screen and (min-width: 1180px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-105px;
	}
}
@media screen and (min-width: 1280px) {
	#des_1{
		 width: 250px;
	   height: 250px;
		 margin-left:-125px;
	}
}
#des_left{
	width: 10vw;
	height: 500px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/des_left.png');
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 0;
	position: fixed;
	right:90vw;
	top:200px;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#des_bottom{
	width: 100vw;
	height: 200px;
	background-image:url('../images/bg/desktop/des_bottom.png');
	background-size: 70% auto;
	background-position:  10% top;
	background-repeat: no-repeat;
	z-index: 4;
	position: fixed;
	left:10vw;
	top:90vh;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#contentbgfield{
	border:  solid 2px white;
	background: #ffb3d3;
	background: -o-linear-gradient(bottom right, #fff, #ffb3d3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #fff, #ffb3d3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #fff, #ffb3d3); /* Standard */	
  background-image: url("../images/bg/grunge_desktop.png"); /* fallback */
  background-image: url("../images/bg/grunge_desktop.png"), -webkit-linear-gradient(left top, #fff, #ffb3d3);
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	opacity: 1;
}

.chosenpage, .chosenpage a:hover{
	color: #fff !important;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	border: 1px solid #fff;
}
.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 1px 0 0 1px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 1px 1px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#contentholder h1{
  color:#000;
}
#content_top{
	height: 0 !important;
}