
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header, .marketing, .footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header 
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation 
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
} */


/* Customize */

.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}

.container-narrow > hr {
  margin: 30px 0;
}

.footer {
	margin-top:50px;
  padding-top: 19px;
	padding-bottom: 30px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

h1 {
	margin-top: 50px;
	margin-bottom: 10px;
}

.nobr {
	white-space: nowrap;
}

.jumbotron {
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron  p.small {
	font-size: 14px;
}
.jumbotron  h1, h2, h3 {
	margin-top: 5px;
}

.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .header, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
  }
 .container {
    max-width: 730px;
  }	
  .jumbotron {
    border-bottom: 0;
  }
	.navbar-nav {
		float: right;
		margin: 0;
	}	
	.jumbotron h1, .jumbotron .h1 {
		font-size: 42px;
	}	
}


/* Custom page CSS */
.as-deof {
		margin: 30px 30px 0 50px;
}
.as-deof ul {
	margin-bottom: 30px;
}
.as-deof li {
	margin: 15px 0;
}
.as-resume.marketing {
	margin-top:5px;
}
.as-contact {
	width: 100%;
	height: 388px;
	margin: 15px 0 40px 0;
}
.as-d {
	margin: 15px 0 30px;
}
.as.glyphicon.small {
	font-weight: normal;
	font-size: 56%;
}
@media screen and (max-width: 479px) {
	.as-photo {
		display: none;
	}
}

.as-p p .as.glyphicon.small {
	font-weight: normal;
	font-size: 56%;
	margin: 0 3px 0 26px;
}
.as-p h3 a, .as-p p a {
	text-decoration: underline;
}
.as-p h3 a:not([href]), .as-p p a:not([href]) {
	color: #999;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.as-p h3 a:not([href]):before {
	content: "(Link comming soon)";
	color: #999;
	position: absolute;
	top: -1.3em;
	right: 0;
	font-size: 50%;
}
.as-p p a:not([href]):before {
	content: "(Link comming soon)";
	color: #999;
	position: absolute;
	top: 2px;
	right: -10em;
	font-size: 80%;
}

.as-spesial {
	background-color: #eee;
	border-radius: 5px;
	padding: 30px 40px;
}