
/* Common */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height:1.8em;
}

/* Home Button */

div.fixed {
	position: fixed;
	bottom: 25;
	right: 25;
	width: auto;
	border: 3px solid #000000;
	border-radius: 12px;
	background-color: #ebb54b;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 30px;
}

/* Parallax */

body, html{
	height:100%;
	margin:0;
	font-size:16px;
	font-family:sans-serif;
	font-weight:400;
	line-height:1.8em;
	color:#666;
}

.pimg1, .pimg2, .pimg3, .pimg4{
	position:relative;
	opacity:0.85;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.pimg1{
	background-image:url('../images/p-image-1.jpg');
	min-height:100%;
}

.pimg2{
	background-image:url('../images/p-image-2.jpg');
	min-height:400px;
}

.pimg3{
	background-image:url('../images/p-image-3.jpg');
	min-height:400px;
}

.pimg4{
	background-image:url('../images/p-image-4.jpg');
	min-height:400px;
}

.section{
	padding:50px 80px;
}

.section-light{
	text-align:center;
	background-color:#f4f4f4;
	color:#666;
	font-weight: bold;
}

.section-dark{
	text-align:left;
	background-color:#282e34;
	color:#ddd;
}

.ptext{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	color:#000;
	font-size:28px;
	letter-spacing:8px;
	text-transform:uppercase;
}

.ptext .border{
	background-color:#111;
	color:#fff;
	padding:20px;
}

.ptext .border.trans{
	background-color:transparent;
}

@media(max-width:568px){
	.pimg1, .pimg2, .pimg3{
		background-attachment:scroll;
  }
}
