@charset "utf-8";
/* {wrapbootstrap} - Portfolio Igniter */
.vevent{
    	font-weight:300;
	font-size:14pt;
	line-height:20pt;
	display:block;
}
.vevent .dtstart{
    	font-weight:400;
}

img.intext{
    float: left;
    margin: 10px;
}


/* {wrapbootstrap} - Portfolio Igniter */

h1, h2 {
	color:#000000;
}
.footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
}
body * {
	font-family: 'Lato', sans-serif;
}
p {
	font-weight:300;
	font-size:14pt;
	line-height:20pt;
}
.names {
	font-size:16pt;
	line-height:20pt;
}
h1 {
	font-size:84pt;
	font-weight:200;
	line-height:120pt;
}


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:#000000;}
h2 {color:#000000;}
h3 {color:#000000;}
h4 {color:#000000;}
h5 {color:#000000;}
h6 {color:#000000;}
p {color:#000000;}

.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:#000000;
}

/* elements */
span.rnd {
	font-size: 15px;
	background-color: rgba(0,0,0,0.5);
	color: #000;
	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:url(../assets/white-wall.jpg);
	color: #000;
	height: 800px;
	padding: 60px 0 0 0;
}

.story{
    margin-left:auto;
    margin-right:auto;
    max-width:900px;
}


#home img{
    max-width:500px;
}


#second {
	background: url(../assets/white-wall2.jpg);
	color: #000;
	height: 1030px;
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
}

#third {
    	background: url(../assets/white-wall3.jpg);
	height: 900px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#third p, #third h1, #third h2, #third h3, #third h4, #third h5, #third h6 {color:#000000;}

#fourth {
    /* Används ej */*
    height: 800px;
    padding: 80px 0 0 0;
}
#fifth {
    background: url(../assets/white-wall4.jpg);
    color:#FFF;
    height: 800px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
#fifth p{
    color: #FFF;
}

#fifth a{
    color: #FFF;
}

#fifth h1{
    color: #FFF;
}


/* 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;
}
