html, body {
	overflow-x: hidden;/* Prevent scroll on narrow devices */
}
body {
	padding-top: 56px;
	font-family: 'Merriweather Sans', Helvetica, Arial, "sans-serif";
	color: #fff;
}
h1, h2, h3, h4, h5, h6, .btn {
	font-family: 'Oswald', Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
}
.wrapping {
	max-width: 1450px;
}

@media (max-width: 767.98px) {
.omforetaget {
	max-height: 280px;
}
.carousel {
	margin-bottom: 4rem;
	background-image: url(images/sthlm-mob.jpg) !important;
	background-size: cover;
	background-position: center center;
}
.lead {
	font-size: 16px;
}
.offcanvas-collapse {
	position: fixed;
	top: 85px;
	color: #fff !important;
	/* Height of navbar */
        
	width: 100%;
	padding: 1rem;
	overflow-y: auto;
	background: rgba(0,0,0, 0.75);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.offcanvas-collapse.open {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);/* Account for horizontal padding on navbar */
}
.nav-link {
	color: #fff !important;
}
.active {
	color: #fafafa !important;
}
.nav-link::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #fff !important;
	transition: width .3s;
}
}
.nav-link {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oswald', Helvetica, Arial, "sans-serif";
	color: #252525;
}
.active .nav-link {
	color: #000;
}
.nav-link::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width .3s;
}
.nav-link:hover::after {
	width: 100%;
	transition: width .3s;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
	background-image: url(images/nordiskbyggpartner-stockholm.jpg);
	background-size: cover;
	background-position: center center;
}
.tjanster {
	background-image: url(images/byggtjanster.jpg);
	background-size: cover;
	background-position: center center;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	bottom: 3rem;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
	background-color: transparent;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
.carousel h2 {
	background: rgba(0,0,0,0.75);
	display: inline-block;
	padding: 8px;
	margin-bottom: 12px;
}
.carousel p {
	background: rgba(0,0,0,0.75);
	display: inline-block;
	padding: 8px;
}
.clererad {
	clear: both;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
	margin: 5rem 0;/* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.05rem;
	line-height: 1.4;
}
.featurette-heading {
	font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
/* margin-top: 7rem */
}
}
.sh1 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.sh1-hover:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.sh2 {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.sh2-hover:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.sh3 {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}
.sh3-hover:hover {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}
.sh4 {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.sh4-hover:hover {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.sh5 {
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}
.sh5-hover:hover {
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/*  XL Desktops */
@media only screen and (min-width : 1200px) {
}

/* LG Desktops  */
@media only screen and (max-width : 1200px) {
}

/* MD Tablets  */
@media only screen and (max-width : 992px) {
}

/* XS Landscape phones Phones  */
@media only screen and (max-width : 768px) {
}

/* XS Portrait Phones */
@media only screen and (max-width : 544px) {
}
.bg-dark {
	background-color: #000 !important;
}
.text-muted {
	color: #AFAEAE !important;
}
.bg-muted {
	background-color: #AFAEAE !important;
}
.btn-secondary {
	color: #000;
	background-color: #AFAEAE;
	border-color: #AFAEAE;
}
.btn-secondary:hover {
	color: #fff;
	background-color: transparent !important;
	border-color: #fff;
	transition: ease 0.6s;
}
.bg-secondary {
	background-color: #AFAEAE !important;
}
footer {
	margin-top: 2rem;
	color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-family: 'Oswald', Helvetica, Arial, "sans-serif";
	font-size: 16px;
	border-top: solid 2px #ffc107;
}
footer p {
}
a:link, a:visited {
	color: inherit;
}
.bgbg {
	height: 275px;
	background-image: url(images/byggnads.jpg);
	margin-bottom: 25px;
	background-size: cover;
	background-position: top center;
}
.omforetaget {
	height: 400px;
	background-image: url(images/byggforetag-stockholm.jpg);
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;
	margin-top: 30px;
}
.large-caro {
	font-size: 50px;
}
/* *********************************
          Transitions
  ********************************** */

.animate-reveal {
	opacity: 0;
	-webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	-moz-animation: reveal 1s ease-in 1 normal forwards;
	-o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}
.animate-first {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}
.animate-second {
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}
.animate-third {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
 @-webkit-keyframes reveal {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @-moz-keyframes reveal {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes reveal {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes reveal {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
/* *********************************
          End Transitions
  ********************************** */
