/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2023 | 09:59:07 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* fonts start */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	line-height: 125%;
	font-weight: 500;
}
h4, .h4,
h5, .h5,
h6, .h6 {
	font-size: 17px;
}

.lead, .info {
		line-height: 150%;
	}
.small, .muted {
		line-height: 170%;
	}
.jumbo {
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 500;
	font-size: 62px;
	line-height: 78px;
	margin-bottom: 0;
}
body {
	color: #2A2F41;
}
@media(min-width: 769px) {
	.muted {
		font-size: 17px;
	}
	.lead {
		font-size: 28px;
	}
	.info {
		font-size: 20px;
	}
	.small {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	h1,.h1 {
		font-size: 36px;
	}
	h2,.h2 {
		font-size: 32px;
	}
	h3,.h3 {
		font-size: 24px;
	}
	h4,.h4 {
		font-size: 20px;
	}
}
/* fonts end */

/* links start */
a:link, a {
	text-decoration: none;
}
a:hover {
	color: #1AB6D8;
}
a:visited {
	color: #697DFF;
}
/* links end */

/* footer start */
footer#footer {
  padding-top: 90px;
}
/* footer end */
/* main start */
main#main {
	padding-top: 70px;
/* 	padding-bottom:225px; */
}
.single main#main {
	padding-top: 0;
}
.single .page-top {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* main end */

/* bg color on different pages start */
.home header#header,
.home main#main,
.home #wrap,
.page header#header,
.page main#main,
.page #wrap{
	background-color: #ECF5FC;
}
.single header#header,
.single main#main,
.single #wrap,
.blog_page header#header,
.blog_page main#main,
.blog_page #wrap {
	background-color: #FDF7F6;
}

.page-template-page-tjenester header#header,
.page-template-page-tjenester main#main,
.page-template-page-tjenester #wrap {
	background-color: #F6F6F6;
}
/* bg color on different pages start */
a.btn-primary:hover, .btn-default:hover {
  background: none repeat scroll 0 0 #00B2BA;
  color: #fff;
}