/* 1px
-------------------------------------------------- */
/*
  Overwrite the default Bootstrap styles
*/


body {
	padding-top: 50px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
	}
}

/* Head element
-------------------------------------------------- */

.jumbotron {
  background: #53534b;
  background-image: none;
  padding: 0px;
}

	.jumbotron .pxValign {
		padding-top: 20px;
		padding-bottom:  20px;
	}
	.jumbotron .span5 .pxValign {
		padding-bottom: 0px;
		padding-top: 50px;
	}

	.jumbotron .pxValign {
	}

	.jumbotron:after {
	  /*background-image: url(/1px-asset/img_fokus-screenshot.png);
	  background-repeat: no-repeat;
	  background-position: right bottom; */
	  background-image: none;
	}

	.jumbotron h1 {
		font-weight: 300;
	}

	.pxSubText p {
	  font-size: 15px;
	  font-weight: normal;
	  margin-bottom: 0.5em;
	}

/* Element : Magnus Love
-------------------------------------------------- */

.pxlove {
	padding: 15px 40px 20px ;
}

.pxlove h3 {
	font-weight: 200;
}

/* Layout
-------------------------------------------------- */

.pxSpacing-articles {
	height:  150px;
}


.pxTop10 {
	padding-top: 10px;
}
.pxTop20 {
	padding-top: 20px;
}
.pxTop30 {
	padding-top: 30px;
}
.pxTop50 {
	padding-top: 50px;
}

.pxBottom10 {
	padding-bottom: 10px;
}
.pxBottom20 {
	padding-bottom: 20px;
}
.pxBottom30 {
	padding-bottom: 30px;
}
.pxBottom50 {
	padding-bottom: 50px;
}

/* Typo
-------------------------------------------------- */

h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 43,5px;
}

.pxh3 {
	margin-top: 20px;
}

h3.pxh3Intro { 
	font-size: 20.5px;
	line-height: 36px;
}


/* Div helpers and ajustments
-------------------------------------------------- */

.bs-docs-sidenav {
  margin-top: 50px;
}

/* fixed top nav-bar */
.navbar-inner {
    background-color: #fff;
    background-image: none;
    min-height: 50px;
}
