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

h1, h2 {
	color:#FFF;
}
.footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
}
body * {
	font-family: 'Lato', sans-serif;
}
p {
	font-weight:300;
	font-size:14pt;
	line-height:20pt;
}
h1 {
	font-size:40pt;
	font-weight:100;
	line-height:50pt;
}
h2 {
	font-size:30pt;
	font-weight:100;
	line-height:40pt;
	font-weight: 300;
}
p a {
	color:#FFFFFF;
	text-decoration:underline;
}
p a:hover {
	color:#FFF;
	text-decoration:none;
}
p a.btn {
	text-decoration:none!important;
}


/* colors */

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

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

/* 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: 14px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	width: 60px;
	height: 60px;
	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:url(../img/firstBG.jpg) 50% -75px no-repeat fixed;
	background-color: #FFF;
	color: #333;
	height: 1200px;
	padding: 100px 0 0 0;
}
#rwd {
	/*background: url(../img/secondBG.jpg) 50% 0 no-repeat fixed;*/
	background-color: #FFF;
	color: #333;
	/*height: 1300px;*/
	margin: 0 auto;
	overflow:hidden;
	padding: 40px 0 40px 0;
}

#work {
	/*background: #333;*/
	background: #EEE;
	color: #333;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

#resources {
	background-color: #FFF;
	color: #333;
	margin: 0 auto;
	
	padding: 40px 0 40px 0;
}


#work p, #work h1, #work h2, #work h3, #work h4, #work h5, #work h6 {color:#333;}
#work h2 {font-weight:300;}

#fourth {
	/*background: url(../img/thirdBG.jpg) 50% 0 no-repeat fixed;*/
	background-color: #FFF;
	color: #333;
	/*height: 1200px;*/
	padding: 40px 0 0 0;
}
#contact {
	/*background: #8c31b7;*/
	background: #EEE;
	/*height: 800px;*/
	margin: 0 auto;
	padding: 40px 0 0 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(../img/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(../img/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;
}
