@charset "utf-8";
/* CSS Document */

body{background-color:#B04380;}
body.hotel-background{background-color:#4360ac;}
body.nutrition-background{background-color:#c970b1;}
body.travel-background{background-color:#0563b0;}
.artist-img{padding:10px;margin:0px;}
.explain p{color:#fff;font-size:1.6em;padding-top:10px;}
.arrow{width:50%;margin:0px auto;padding:0px;}
.next-project{
  top: 50%;
  right: 0;
  width: 50%;
  position: absolute;
  background-position: right;
  }
.previous-project{
  top: 50%;
  left: 0;
  width: 50%;
  position: absolute;
  background-position: left;}
.previous-project a{text-decoration:none;padding:50px 30px;display:block;background:url(../images/previous.png) no-repeat;top: 50%;
  position: absolute;
  width: 90%;
  background-position: left;
}
.next-project a{text-decoration:none;padding:50px 30px;display:block;background:url(../images/next2.png) no-repeat;top: 50%;
  position: absolute;
  width: 90%;
  background-position: right;
}
#header{background-color:#B04380;}
#header.hotel-header{background-color:#4360ac;}
#header.nutrition-header{background-color:#c970b1;}
#header.travel-header{background-color:#0563b0;}
.full-image{max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.content{width: 90%;
  margin: 0 5%;
}
.wrapper{width: 100%;
  overflow: hidden;
  padding-top: 100px;
}

@media (min-width: 750px){
.content {
  width: 750px;
  margin: 0 auto;
}
}

@media screen and (max-width:850px){
	.next-project a{background:url(../images/next2-medium.png) no-repeat;width:24px;height:24px;padding:0px;}
.previous-project a{background:url(../images/previous-medium.png) no-repeat;width:24px;height:24px;padding:0px;}

}
