@charset "UTF-8";

/** General **/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}

/** Page **/
#header {
	background-color: #fff;
	min-width: 980px;
	width: 100%;
}
#body {
	min-width: 980px;
	width: 100%;
}

footer {
	height: 84px;
	margin: 0 auto;
	width: 980px;
}
footer .left {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-size: 1.375em;
	font-weight: 300;
	padding-top: 28px;
}
footer .left a {
	color: #8f6d7f;
	text-decoration: none;
}
footer .left a:hover { text-decoration: underline; }
footer .right {
	float: right;
	padding-top: 17px;
}
a img { border: 0; }

#body .container, 
#header header {
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* 
#header header {
	max-height: 400px;
}
*/
#body .container .content, 
#header header .content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#body .container .content .content-table, 
#header header .content .content-table {
	display: table;
	height: 100%;
	width: 100%;
}
#header header .content .content-table .header-title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/** Title **/
.title-image {
	/*background-image: url(../img/title.png);
	height: 97px
	margin: 0 auto;
	width: 637px;*/
	text-align: center;
}
.title-author {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1em;
	letter-spacing: 2px;
	/*margin: 4px auto 0;
	padding-left: 360px;
	width: 277px;
	*/
	margin-left: 50%;
	margin-top: 4px;
	padding-left: 40px;
}

/** Boxes **/
.text-position {
	position: absolute;
}
.text-position .text-container {
	/*border: 2px solid #f00;*/
}
.text-position .text-container .text-content {
	/*border: 1px solid #f00;*/
	height: 100%;
}

/** Texts **/
span.h2 {
	color:#8f6d7f;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 36px;
	line-height: 1.00em;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 19px;
	line-height: 1.40em;
	margin: 0;
	margin-top: 30px;
}

/** Custom **/
#image-01 .text-position, 
#image-03 .text-position {
	left: 50%;
	top: 6%;
	width: 50%;
}
#image-03 .text-position { top: 9%; }
#image-01 .text-position .text-container, 
#image-03 .text-position .text-container {
	background-image: url(../img/box-01.png);
	background-repeat: no-repeat;
	height: 756px;
	margin-left: 40px;
}
#image-03 .text-position .text-container { background-image: url(../img/box-03.png); }
#image-01 .text-position .text-container .text-content, 
#image-03 .text-position .text-container .text-content {
	background-image: url(../img/box-01-int.png);
	background-repeat: no-repeat;
	height: 650px;
	padding-top: 106px;
	width: 394px;
}
#image-03 .text-position .text-container .text-content { background-image: url(../img/box-03-int.png); }
#image-03 .text-position .text-container .text-content {
	height: 670px;
	padding-top: 86px;
}

#image-02 .text-position {
	left: 14%;
	top: 44%;
}
#image-02 .text-position .text-container {
	background-image: url(../img/box-02.png);
	background-repeat: no-repeat;
	height: 533px;
	width: 552px;
}
#image-02 .text-position .text-container .text-content {
	background-image: url(../img/box-02-int.png);
	background-repeat: no-repeat;
	height: 422px;
	padding-top: 50px;
}


/** FLUID **/
img.fluid {
	height: auto;
	width: 100%;
}

@media (max-width: 1023px) {
	img.hd { display: none; }
	img.ld { display: inline; }
}
@media (min-width: 1024px) {
	img.hd { display: inline; }
	img.ld { display: none; }
}