/*
Theme Name: Simple Parallax Website
Description: Simple Parallax Scrolling Effect
Author: Samuel Dalusung
*/

/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	width: 100%;
}

h1 { 
    font-family:"Arvo";
	font-weight:normal;
	font-size: 55px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
   font-family:"Arvo";
   font-weight: normal;
   font-size: 40px;
   text-align: center;
   color: #fff;
   margin: 0;
	padding: 0;
}

h3 {
   font-family: Oswald;
   font-weight: normal;
   font-size: 18px;
   text-align: center;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

#slide2 h2 {
	color: #333;
	text-shadow: 2px 2px 10px rgba(150, 150, 150, .75);
}


.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 960px; }
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }
/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%; 
	background: url('../img/header_bkgd.png') repeat-x;/*rgba(0,0,0,.50); */
	background-color: transparent;
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
	z-index: 99;
}
#logo{
	display: block;
	height: 100%; 
	width: 260px;
	float: left;
}
#phoneNum{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	display:block;
	top: 48%;
	left: 380px;
	color: #999;
	float: left;
	width: 200px;
	padding-top: 35px;
	padding-left: 10px;	
}

#nav { /*width: 410px;*/ float: right; margin-top: 20px; }
#logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #999; font-family:"Wellfleet"; font-weight: bold; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}

#nav li{
	margin-top: 9px;	
	float: left;
	padding-left: 21px;
}

#nav li a { color: #888; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Wellfleet'; }
#nav li a.active { color: #333; opacity:1; border-bottom: 2px solid #333; }
#nav li a:hover { color: #111; opacity:1;  }



/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
 font-family: 'Goudy Bookletter 1911', serif;
   font-weight: normal;
   font-size: 30px;
  text-align: left;
  margin: 50px auto;
}
   
 .author_name_white { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #fff; font-size: 20px; }  
 .author_name_gray { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
 .quotes_container { width: 800px; margin: 0 auto; }
#christmas_tree { background: url('../img/christmas-tree.png')no-repeat; width: 48px; height: 77px; margin: 0 auto; position: relative; bottom: -35px;}
#divider { background: url('../img/divider.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }
#ribbon { background: url('../img/ribbon.png')no-repeat; width: 251px; height: 48px; margin: 0 auto;  display: block; position: relative; top: -38px; }
#snowflakes1 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -54px; left: -102px; }
#snowflakes2 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -33px;  right: -100px; }



/*= BUTTONS
--------------------------------------------------------*/

button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1, #slide2{ width: 100%; }
#slide1{
	background:url('../img/SatPrime.png') 50% 0 no-repeat fixed;
	background-position: center center;
	color: #fff;
	height: 325px;
	margin: 0;
	padding: 475px 0 260px 0;
	background-size: cover;
	
}

.photoBorder{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #fff;
	-webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.47);
	-moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.47);
	box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.47);
		
}
#slide15{
	background: rgba(76,76,76,1);
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#slide2{
	background-color: #fff;
	color: #333333;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
	padding-bottom: 150px;
	position: relative;
}


#slide3{
	background: url(../img/ConstalationSide.jpg) 50% 0 no-repeat fixed;
	background-position: center center;
	color: #fff;
	height: 800px;
	padding: 170px 0 0 0;	
	background-size: cover;
	position: relative;
}

#slide4{
	background-color: #fff;
	color: #333333;
	height: 300px;
	padding: 100px 0;
	position: relative;
}

#slide5{
	background: url(../img/DSC_0913.png) 50% 0 no-repeat fixed;
	background-color: #000000;
	height: 400px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
	position: relative;
}

#slide5 span {
	display: block;
	background-color: rgba(0,0,0,.75);
	padding: 30px;
}

.colLeft {
	width: 49%;
	float: left;
}

.colRight {
	width: 49%;
	float: right;
}



#slide3 .colRight, #slide3 span {
	display:block;
	background: rgba(0,0,0,.75);
	padding: 50px;
}
.content a, .content a:visited {
	color: #fff;
	text-decoration: none;
}
.content a:hover {
	color: #fff;
	text-decoration: underline;
}
.colRight ul {
	font-size: 16pt;
}
.pleft, .pmid, .pright {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.pleft img, .pmid img, .pright img{
	margin: 0px auto;
}

.pleft h5, .pmid h5, .pright h5{
	margin: 0px;
}

/*= FOOTER 
--------------------------------------------------------*/

#footer{
	background-color: #333;
	border-top: solid 15px #CCC;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	padding-bottom: 30px;
	color: #fff;
	background-size: cover;
	position: relative;
}

#footer a, #footer a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color:#999999;
	text-decoration: underline;
}
#footer .colLeft {
	text-align: center;
	border-right: dashed #fff 1px;
}
#footer .colRight {
	text-align: right;
}


#copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }