@charset "utf-8";
/* CSS Document */

/* #header height below was originally 50px when title and my name included */
#header {
	position: fixed;
	top: 0px;
	height: 30px; 
	width: 100%;
	background: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

#header_elements {
    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;
    top:0;
    right:30px;
    font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
} 

#new_font {
font-size: 20pt;
}

#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;
}

.floatleft {
	float:left;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
}

.floatright {
	float:right;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
}

.image .caption { font-size: 70%;
        font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
}

.smallcaps {
	font-variant: small-caps
}

.title_1{
	margin-top: 100px;
	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: 500px;	
}

/* ============================================================
  SECTIONS
============================================================ */

section.module:last-child {
  margin-bottom: 0;
}

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-1 {
  background-image: url("../img/smx-calligraphy.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/smx-buffet.jpg");
}

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


section.module.parallax-1{
background-image: url("../img/smx-calligraphy-800px.jpg");
background-attachment: scroll;
}

section.module.parallax-2{
background-image: url("../img/smx-buffet-800px.jpg");
background-attachment: scroll;
}


}

.container {
    height: 100%;
    width: auto;
    position: relative; 
}


@media all and (min-width: 600px) {
 
  section.module p {
    font-size: 20px;
  }
}
