@charset "utf-8";
/* {wrapbootstrap} - Portfolio Igniter */

h1, h2 {
	color:#FFF;
}
.footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
}
body * {
	font-family: 'Lato', sans-serif;
}

#bg {
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:-1;
    }
p {
	font-weight:300;
	font-size:14pt;
	line-height:22pt;
}
h1 {
	font-size:48pt;
	font-weight:400;
	line-height:48pt;
	padding-bottom: 20pt;	
}

h2 {font-size: 24pt; font-weight:400; line-height: 20pt; padding: 6pt 0 15pt 0;}

h4, h5 {font-size: 20pt; font-weight:400; line-height: 20pt; padding: 10pt 0 10pt 0;}

p a {
	color:#000;
	text-decoration:underline;
}
p a:hover {
	color:#000;
	text-decoration:none;
}
p a.btn {
	text-decoration:none!important;
}


/* colors */

h1 {color:#000;}
h2 {color:#000;}
h3 {color:#000;}
h4 {color:#000;}
h5 {color:#000;}
h6 {color:#000;}
p {color:#000;}

.navbar-fixed-top {
position:fixed;
margin-bottom: 18px;
}

.navbar-inner{background: #ff7f00;}

#navi {float: right;}
#navi a {color: white;}
.nav-collapse {margin-top: 20px;}
.navlabel {margin-top: 10px;}
/* footer */
.footer {
	background:#333333;
}
.footer p {font-size:11pt;}
.footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, footer h6 {
	color:#FFFFFF;
}

/* elements */
span.rnd {
	font-size: 15px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	width: 44px;
	height: 44px;
	text-indent: 8px;
	line-height: 44px;
	position: absolute;
	margin-top: 8px;
	margin-left: 2px;
	font-weight: normal;
	text-transform: lowercase;
	font-weight:800;
	font-style: italic;
	text-shadow: 1px 2px 0 rgba(0,0,0,0.075);
	-webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.075);
	-moz-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.075);
}

.story {
	margin: 0 auto;
	margin-top:60px;
}


/* pages */

#home {
	background: #333;
	background-image: url(../img/dots.gif);
	padding: 100px 0 70px 0;
}

#home h1, #home p {color: white;}

#second {
	background: #d7d7d7;
	padding: 30px 0 70px 0;
}

#third {
	background: #e1e1e1;
	padding: 50px 0 70px 0;
}
#third h2 {font-weight:300;}

#fourth {
	background: #ebebeb;
	padding: 50px 0 70px 0;
}
#fifth {
	background: #f5f5f5;
	padding: 50px 0 700px 0;
}

/* objects */

/* 
you can add floating object in to design :

<div class="bg"></div>
<div class="bg2"></div>

note : this will break bootstrap fluid and responsive.css
*/

.bg {
	background: url(../assets/objects.png) top left no-repeat fixed;
	height: 1200px;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	left:0px;
	;
	width: 800px;
	z-index: 1;
	overflow:hidden;
}
.bg2 {
	background: url(../assets/objects2.png) top left no-repeat fixed;
	height: 1400px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left:-5px;
	width: 1200px;
	z-index: 1;
	overflow:hidden;
	top: 1379px;
}


blockquote {
  padding: 0 0 0px 15px ;
  margin: 15px 0 15px 0;
  border-left: 1px solid #22b573;
}
/Previous orange was ff8000 */

blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
}
blockquote small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}/*

@media only screen and (max-device-width: 480px) {

h1 {
	font-size:24pt;
	font-weight:400;
	line-height:28pt;
	padding-bottom: 20pt;	
}

.brand img {max-width: 200px;}
*/