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

/*= GENERAL STYLING
--------------------------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android rules here */
}

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

h1 { 
	font-family: 'Cabin', sans-serif;	font-weight:normal;
	text-align: center;
	font-size: 32px;	
	color: #fff;
	padding: 0;
}

h2 {
	font-family: 'Cabin', sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 10px #7A7979;
}

h3 {
    font-family: 'Cabin', sans-serif;	font-weight:normal;
    font-weight: 300;
    font-size: 6vw;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

h4 {
   font-family: 'Cabin', sans-serif;	font-weight:normal;
   font-weight: 600;
   font-size: 24px;
   margin: 5px 0;
   line-height: 26px;
   color: #7d7f7e;
	padding: 0;
}

.center { margin: 0 auto; }
.content{ margin: 0 auto; max-width: 1140px; }
.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
--------------------------------------------------------*/

#headerWrapper {
}
#header {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	height: 80px;
	-webkit-box-shadow: 0 1px 1px #B9B9B9;
	box-shadow: 0 1px 1px #B9B9B9;	
}
.sticky { 
	position:fixed;
	top: 0;
	z-index: 100;
}

#header .content {
	width: 95%;
	padding: 0 60px;	
}
#header .content .myButton {
	font-size: 16px;
	padding: 15px 25px 14px 25px;
	float: right;
	margin-top: -8px;
	margin-left: 50px;
	background-color: #f1a71e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#header2 {
	width: 99%;
	height: 80px;
	padding-top: 10px 0 0 0;
	margin: 0;
	text-align: left;
}
#header2 .content {
	width: 99%;
	background-color: blue;
}
#header2 .content .logo {
	margin-left: 60px;		
}

#nav { width: 675px; float: right; margin-top: 25px; margin-right: 60px; background: red;}
.logo { float: left; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}

#nav li{
	margin-top: 9px;
	float: right;
	padding-left: 50px;
	text-transform: uppercase;
}

#nav li a { color: #4e4f4f; font-size: 16px; font-weight: 600; text-decoration: none; font-family: 'Cabin'; }
#nav li a.active { color: #4e4f4f; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #4e4f4f; opacity:1;  }


nav#nav-main {
    width: 660px;
    margin-top: 25px;
    margin-right: 60px;
}

nav#nav-main ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    height: 40px;
    float: right;
    -webkit-padding-start: 0px;
}
nav#nav-main li {
    display: block;
    vertical-align: middle;
    float: left;
    margin-top: 9px;
    padding-left: 30px;
    text-transform: uppercase;
    height: 30px;
}


/*= 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; }



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

#action {
	width: 225px;
	height: 32px;
	background: #65b6e3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	position: fixed;
	top: 75%;
	right: 0;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	z-index: 200;
	margin-right: -96px;
}
.verticalText {
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	height: 32px;
	width: 225px;
	color: #FFFFFF;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	margin-top: 4px;
	display: block;
}

.myButton {
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;	
	font-family: 'Cabin', sans-serif;	
	font-weight: 600;
	text-decoration: none;
}

.myButton:hover {
	background-color:#f1a71e;
}
.myButton:active {
	position:relative;
	top:1px;
}

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

#slide1, #slide2{ width: 100%; }
#slide1{
	background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;
	color: #fff;
	height: 820px;
	margin: 0;
	background-attachment: scroll !important;
	background-size: cover !important;
	text-align: center;
}
#slide1 h1 {
	position: absolute;
	width: 100%;
	margin: 25% auto 0 auto;
	text-align: center;
}
#slide1 .myButton {
	font-size: 20px;
	font-weight: 800;
	width: 248px;
	height: 24px;
	padding: 32px 25px 28px 25px;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 28% auto 0 auto;
	text-align: center;
	letter-spacing: 0.5px;
	position: relative;
}

#slide2 {
	background-color: #fff;
	color: #333333;
	margin: 0 auto;
	overflow: hidden;
}
#slide2 p {
    display: inline-block;
}
#slide2 h3 {
	margin: 65px 0 0 0;
	font-size: 6vw;
}

#slide2 ul li h4 {
    font-size: 2vw;;
}
.features {
	width: 292px;
	height: 450px;
	float: left;
	margin-top: 75px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	display: block;	
}
.features li {
	width: 100%;
	margin-bottom: 35px;
}

.left {
	width: 20vw;
	padding-right: 30px;	
}

.right {
	width: 20vw;
	padding-left: 30px;	
}

#slide2 img#desktop {
	float: left;
	width: 34vw;
	margin-top: 85px;
}

#slide3{
	background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	padding: 170px 0 0 0;	
	background-attachment: scroll !important;
	background-size: cover !important;
}

#slide3 h2 {
	margin-top: 300px;	
}

#slide4{
	background-color: #fff;
	color: #333333;
}
#slide4 #box1 h3 {
    font-size: 6vw;
}
#slide5{
	background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 150px 0;
	color: #fff;
	background-size: cover;
	background-attachment: scroll !important;
}


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

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

footer .content {
    height: auto;
}

footer {
    height: auto;
}