/*
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: #000;
	margin: 0;
    z-index: 1;
	padding: 0;
}

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

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

.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-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
    z-index: 100;
}

#nav { width: 500px; float: right; margin-top: 20px;}

#logo {

    text-decoration: none;
    float: left;
    margin-top: 0px;
    font-family:"Arvo";
    font-weight: bold;
}
#logo #slogan {
    margin-top:40px;
}
#logo img {
    text-decoration: none;
    float: left;
    margin-right:10px;
}
#logo a {
    color: #fff;
    text-decoration: none;
    float: left;
    font-size: 30px;
    margin-top: 20px;

}
#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: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Wellfleet'; }
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }



/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/

h4.quotes {   
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	margin: 50px auto;
}

.quotes {   
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	margin: 50px auto;
}

.about {
    font-family: 'Goudy Bookletter 1911', serif;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    margin: 50px auto;
}
   
 .author_name_black { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #000; font-size: 20px; }
 .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
--------------------------------------------------------*/

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/watch2.jpg') 50% 0 no-repeat fixed;
	color: #000;
	height: 650px;
	padding: 370px 0 0 0;
	background-size: cover;
}

#slide2{
	background-color: #fff;
	color: #333333;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
}

#slide3{
	background:url('../img/cooper2.jpg') 50% 0 no-repeat fixed;
	color: #000;
	height: 650px;
	padding: 370px 0 0 0;
	background-size: cover;
}

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

#slide5{
	background: url('../img/escalator.jpg') 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding-top: 250px;
	color: #fff;
	background-size: cover;
}

.eiffel{
	float: left;
    height:10%;
    width:10%;
}

/*.social {
	text-align:center;
	display:block;
	margin: auto;
    width: 50%;
}*/

.icons-container {
	text-align:center;
	display:block;
	margin: auto;
    width: 50%;
}

.social {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	list-style: none;
  	padding: 0; }
  .social li {
    height: 45px;
    margin-left: .4em;
    margin-right: .4em;
    width: 45px; }
  .social a:hover img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  .social img {
    -webkit-transition: .6s all;
    transition: .6s all;
    width: 100%; }


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

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