﻿/*
Theme Name: Simple Parallax Website
Description: Simple Parallax Scrolling Effect
Author: Samuel Dalusung
*/

/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	width: 100%;
	font-family: 'Droid Serif', 'serif';
	font-weight:400;
	font-size: 18px;
	text-align: left;
	color: #354968;
	margin: 0;
	padding: 0;
	background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;
	background-size:100% 100%;
}

h1 { 
    font-family:"Ubuntu";
	font-weight: 700;
	font-size: 55px;
	text-align: left;
	color: #122a3b;
	margin: 0;
	padding: 0;
	display:block;
}


h2 {
	font-family:"Ubuntu";
	font-weight: 700;
	font-size: 30px;
	text-align: left;
	color: #067b88;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h3 {
   font-family:"Ubuntu";
   font-weight:500;
   font-size: 21px;
   text-align: left;
   margin: 20px 0px 10px 0px;
	padding: 0;
	z-index: 1;
}

h4 {
	font-family:"Ubuntu";
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	z-index: 1;
}

p {
	font-family: 'Droid Serif', 'serif';
	font-weight:400;
	font-size: 18px;
	text-align: left;
	color: #354968;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.alignText {
	padding-left:30px;
}

.listHeader {
	font-weight:bold;
	color:#71767d;
}

.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; }

hr {
	margin-top:30px;
	margin-bottom:30px;
}

/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header {
width: 100%;
background: #122a3b;
min-height: 80px;
position: fixed;
z-index: 1;
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
z-index: 9999;
}

#nav { /*width: 410px;*/ float: right; margin-top: 20px; }
#logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
.navbar-brand img {max-width:200px; height:auto;}
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 30px 15px;
  font-size:18px;
  font-family:"Ubuntu";
  
}

.navbar-default .navbar-nav > li > a {
	color:#e5e5e5;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
}

.navbar-toggle {
	margin-top: 20px;
}


/* TABS 
--------------------------------------------------------*/

#tabs a {
	padding:10px;
	color:#ef941f;
	
	
}

#tabs .active a,
#tabs .active a:hover {
    background-color: transparent;
	color:#FFF;
}

.tabChart {
	/*border:1px solid #CCC;*/
	width:100%;
	height:auto;
	
}

.tabChart img {
	width:100%;
	height:auto;
}

/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
	font-family: Ubuntu;
	font-weight: 700;
	font-style:italic;
	font-size: 36px;
	line-height:45px;
	text-align: left;
	margin: 20px auto;
	color:#122A3B;
}

.quoteMark {
	font-family: 'Droid Serif', 'serif';
	font-weight:400;
	font-size: 36px;
}
   
 .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: 100%; margin: 50px 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; }

/*= PROJECT THUMBNAIL
--------------------------------------------------------*/
.projectThumbnail {
	width: 200px;
	height: 200px;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
}

.description {
	font-family: 'Droid Serif', 'serif';
	font-weight:400;
	font-size: 15px;
	text-align: left;
	color: #354968;
	margin-bottom:10px;
	padding: 0;
	text-align:center;
}

/*= BUTTONS
--------------------------------------------------------*/
.btn-warning {
	background-color: #ef941f;
}

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/about.jpg') no-repeat;
	color: #fff;
	min-height:0px;
	height: auto;
	margin: 0;
		float:left;width:100%;
	padding: 30px 0;
	background-size: cover;
}

#slide2{
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 0px;
	position: relative;
	float:left;width:100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#slide3{
	min-height: 245px;
	padding: 10px 0 0 0;	
	background-size: cover;
	
	float:left;width:100%;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

#slide4{
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	float:left;width:100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#slide5{
	height: 255px;
	padding: 20px 0 0 0;	
	background-size: cover;
	
	float:left;width:100%;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
#slide9 {
min-height: 245px;
padding: 10px 0 0 0;
background-size: cover;
float: left;
width: 100%;
-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}


#slide6{
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	
	float:left;width:100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}


/*= FOOTER 
--------------------------------------------------------*/

#copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }


/***************************************** custom styles **********************************/

@font-face {
	font-family: 'Corbel-Regular';
	src: url(../fonts/Corbel-Regular.ttf);	
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url(../fonts/Oswald.ttf);	
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url(../fonts/Oswald.ttf);	
}


@font-face {
	font-family: 'AlteHaasGroteskBold';
	src: url(../fonts/AlteHaasGroteskBold.ttf);	
}


.navbar-nav li a
{
	font-family: 'Corbel-Regular';
	text-transform:uppercase;
	font-size:20px;
}




.padding-none{
padding:0px;
}

