
#header {
	position: fixed;
	top: 0px;
	height: 30px;
	width: 100%;
	background: white;
	color: #888;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	text-align: center;
	z-index: 1;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

#header_elements {font-family
    position:relative;
}
#header_element_left {
    float:left;
    margin-left:30px;
    font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
} 
#header_element_center {
	 text-align:center; 
}
#header_element_right {
    position:absolute;
    right:30px;
        font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
} 

#footer {
	position: fixed;
	bottom: 0px;
	height: 35px;
	width: 100%;
	background: white;
	color: #777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	padding-top: 14px;
	text-align: center;
}

.title_1{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	background-image: url('../images/bg-light-beige-linen paper-2.jpg');
	color: #111;
	font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
	font-size: 20pt;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
}
.title_2{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	background-image: url('../images/bg-light-beige-linen paper-2.jpg');
	color: #111;
	font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
	font-size: 20pt;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;	
}

.title_3{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	background-image: url('../images/bg-light-beige-linen paper-2.jpg');
	color: #111;
	font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
	font-size: 20pt;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;	
}

.title_4{
	margin-top: 5px;
	height: auto;
	overflow: hidden;
	background-image: url('../images/bg-light-beige-linen paper-2.jpg');
	color: #111;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 350px;	
}

.smallcaps {
	font-variant: small-caps
}
/* ============================================================
  SECTIONS
============================================================ */

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 10px;
  font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
  font-size: 26pt;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
  font-size: 24pt;
  text-align: center;
}
section.module.parallax-1 {
  background-image: url("../images/my_photos/nanxun/red_door.jpg");
}

section.module.parallax-3 {
  background-image: url("../images/my_photos/nanxun/open_door.jpg");
}

@media screen and (max-device-width: 860px){


section.module.parallax-1{
background-attachment: scroll;
}

section.module.parallax-3{
background-attachment: scroll;
}


}

.container {
    height: 100%;
    width: auto;
    position: relative; 
}
.container h1 {
    margin: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.container h2 {
    margin: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 38px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
    font-style: italic;
    text-align: center;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 48pt;
  }
}

.callout-Photo {
    height: 600px;
    margin: 62px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.callout-Background {
    background: url("../img/bk_1.jpg") no-repeat scroll left top / cover rgba(0, 0, 0, 0);
    bottom: 0;
    height: 847px;
    min-width: 1316px;
    position: absolute;
    right: 0;
    transform-origin: 80% 67% 0;
    -webkit-transform-origin: 80% 67% 0;
    -moz-transform-origin: 80% 67% 0;
    -ms-transform-origin: 80% 67% 0;
    -o-transform-origin: 80% 67% 0;
    width: 100%;
}

.js-scrolled .callout-Background {
    animation: 7s linear 0s reverse	 forwards 1 callout-animation;
    -webkit-animation: 7s linear 0s reverse	 forwards 1 callout-animation;
    -o-animation: 7s linear 0s reverse	 forwards 1 callout-animation;
}

@-moz-keyframes callout-animation {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.2);
}
}
@-moz-keyframes callout-animation {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.2);
}
}

@-webkit-keyframes callout-animation {
0% {
    -webkit-transform: scale(1);
}
100% {
    -webkit-transform: scale(1.2);
}
}
@-webkit-keyframes callout-animation {
0% {
    -webkit-transform: scale(1);
}
100% {
    -webkit-transform: scale(1.2);
}
}

@-o-keyframes callout-animation {
0% {
    -o-transform: scale(1);
}
100% {
    -o-transform: scale(1.2);
}
}
@-o-keyframes callout-animation {
0% {
    -o-transform: scale(1);
}
100% {
    -o-transform: scale(1.2);
}
}

#callout-zoom .callout-Background {
    background-image: url("../images/my_photos/nanxun/red_door.jpg");
}
.callout-Background {
    background-position: center bottom;
}

