* {
	/* background: #000 !important;
	color: #0f0 !important;
	outline: solid #f00 1px !important; */
  }
  button:focus { outline: none; }
  
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
	color: rgb(0, 0, 0);
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #608dfd;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}

/* Navigation */
#menu {
	padding: 15px 2px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	float: right;
}
#logo {
	margin-left: -2%;
	padding-right: .5px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	/* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); */
	background: #71addf;
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	/* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important; */
	background: #71addf;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: c;
}
.section-title {
	margin-bottom: 70px;
	
}
#features .section-title {
	width: 80%;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	
}
.section-title h2::after {
	position: absolute;
	content: "";
	/* background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%); */
	background-color: #71addf;
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #608dfd;
	background-image: linear-gradient(to right, #5ca9fb 0%, #608dfd 100%);
	padding: 10px 30px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #608dfd;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/testheader2.jpg) center center no-repeat;
	background-attachment: fixed;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.2);
}
.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
header .intro-text {
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}
/* Features Section */
#test {
	padding: 50px 0;
	background: #f6f6f6;
}
#features{
	padding: 50px 0;
}
#features i.fa, i.fas {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	border-radius: 50%;
	/* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); */
	background-color: #71addf;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
#test i.fa, i.fas {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	border-radius: 50%;
	/* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); */
	background: #71addf;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
#fas1{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
	color: #fff;
	font-size: 38px;
	background: #71addf;
	transition: all 0.5s;

}
/* About Section */
#about {
	padding: 100px 0;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#about h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: "\203A";
	color: #5ca9fb;
	font-size: 25px;
	font-weight: bold;
	padding-right: 8px;
	size: 15px;
}

#about img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 50px 0;
	background: #f6f6f6;
	color: rgb(255, 255, 255);
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h2 {
	color: rgb(0, 0, 0);
}
#services .section-title h2::after {
	position: absolute;
	content: "";
	background-color: #71addf;
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
#services i.fa {
	font-size: 42px;
	width: 120px;
	height: 120px;
	padding: 40px 0;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	border-radius: 50%;
	color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
#services h3 {
	font-weight: 500;
	padding: 5px 0;
	color: rgb(0, 0, 0);
}
#services p {
	color: rgba(0, 0, 0, 0.75);
}
#services .service-desc {
	margin-bottom: 40px;
}
/* Team Section */
#team {
	padding: 40px 0;
	
}
#team h4 {
	margin: 5px 0;
}
#team .team-img {
	width: 240px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
	
}
#team .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #888;
	
}

#customNav{
	width: 95%;
	margin: auto;
}
#teambilde {
	width: 60%;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #608dfd;
}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
}


 .material-icons{
	margin: 0px;
	padding: 0px;
	width: 24px;
	display: inline-block;
	background-color: #608dfd;
	border-radius: 50%;
	color: white;
	position: absolute;
	left: 65px;
	top: 30px;
	box-shadow: 1px 1px 1px rgba(207, 194, 194, 0.8);

}

#features .row, #just-row-bilder{
	display: flex;
	justify-content: center;
}
#test .row{
	display: flex;
	justify-content: center;
}
#just-row-bilder{
	margin-top: 30px;
}
#erik-logo{
	position: absolute;
	left: 2%;
	margin-top: 11px;
	width: 340px;
	height: 35px;
}

.bilder img{
	height: 150px;
	width: 150px;
	border-radius: 50%;

}
.bilder1 img{
	width: 100%;
	height: 100px;
}


/* #testmid{
	display: flex;
	justify-content: center;
} */


/* .testspace{
	padding: 25px;
} */


#myBtn, #myBtn1{
	background: #71addf;
	color: white;
	text-decoration: none;
	padding: 5px 5px;
	border:  none;
	display: inline-block;
	font-size: 13px;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.myBtn:hover{
	background: rgb(42, 117, 231);
	transition: 1s;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}

#linkedin1, #linkedin2{
	display: inline-block;
}

#team a:hover{
	text-decoration: underline;
}

#more{
	display: none;
}

.onefourth{
	width: 25%;
	margin: 5px;
}

.onethird{
	width:33.3%;
	margin: 10px;
}
.text-left{
	text-align: left;
}

.text-center1{
	text-align: center;
}
.hidden-erik{
	visibility: unset !important;
}
.portrett{
	display: none !important;
}
.resp{
	width: 40%;
}
@media (max-width: 1024px){
	.intro{
		background-image: url(../img/testheader.jpg);
		background-color: #e5e5e5;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	#headerTekst{
		margin: 50px 0 !important;
	}
}
@media (max-width: 992px){
	#left{
		text-align: left;
	}
	#vibeke, #siv{
		display: inline-block;
		width: unset !important;
	}
	#test .row, #just-row-bilder, #features .row {
		display: unset;
		justify-content: unset;
	}
	.onethird, .onefourth{
		width: 100%;
		display: unset;
	}
	header .intro-text{
		padding-top: 180px !important;
	}
	.resp{
		width: unset !important;
		padding: 0;
	}
	#teambilde{
		/* width: 100%; */
		display: none !important;
	}
	#erik-logo{
		margin-top: 7px;
	}
	.hidden-erik{
		visibility: hidden !important;
	}
	header .intro-text{
		padding-bottom: 100px;
	}
	#features .text-left{
		text-align: center !important;
	}
	.portrett{
		display: unset !important;
		width: 70%;
	}
	#features .section-title{
		width: initial;
	}
}
