body {
    color: #555555;
    font-family: 'Noto Sans',sans-serif;
	/* padding-top: 110px; */
}
.second {
	margin: 20px 0;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #2c3e50;
    font-family: 'Roboto Condensed',sans-serif;
}
p {
	line-height: 1.6;
	font-size: 16px;
}
img {
	max-width: 100%;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}
.spacer {
	height: 60px;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
h2.sectionTitle {
	color: #2980b9;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}


/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/

.jumbotron {
	background: url(../assets/img/small1.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
    padding-top: 70px;
	color: #fff;
	margin-bottom: 0;
}
#p2 .jumbotron { background-image: url(../assets/img/small2.jpg); }
#p3 .jumbotron { background-image: url(../assets/img/small3.jpg); }
#p4 .jumbotron { background-image: url(../assets/img/small4.jpg); }
not#p5 .jumbotron { background-image: url(../assets/img/small5.jpg); }
#p6 .jumbotron { background-image: url(../assets/img/small6.jpg); }

#p1 .jumbotron {
	background-image: url(../assets/img/desk3.jpg); 
	padding-bottom: 40px;
    padding-top: 180px;
}

.jumbotron h1 {
	color: #fff;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 2px 5px #222222;
}
.jumbotron h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 2px 5px #222222;
	margin-bottom: 30px;
}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	margin-top: 50px;
	background: #444;
	padding: 40px 0;
}
footer p {
	color: #ddd;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer .social {
	margin: 0;
}
footer .social a {
	color: #DDDDDD;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1200px){
	.jumbotron .mobile {
		margin-left: -164px;
	}
}
@media(max-width:979px){
	body { 
		/* padding-top: 70px; */
	}
	.spacer {
		height: 4px;
	}
	.jumbotron {
		padding-top: 100px;
	}
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron h1 {
		font-size: 64px;
	}
	.jumbotron .actionBtn {
		margin-bottom: 50px;
	}
	.jumbotron .mobile {
		margin-left: -48px;
	}
	#productWrap .imgWrap img {
		margin: 0 auto 60px;
	}
	#contactWrap .blurb {
		font-size: 20px;
	}

}
@media (max-width: 767px) {
	#p1 .jumbotron {
		padding-bottom: 60px;
		padding-top: 100px;
	}
	
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	
	#featureWrap .feature {
		margin-bottom: 40px;
	}
	#productWrap .productFeatures .icon {
		font-size: 14px;
	}
	#pricingWrap .priceTable {
		margin-bottom: 60px;
	}
}


.sauna { font-size: 18px; background: #eee; padding:10px 20px; border:5px solid #aaa; }
.sauna .dedatum { font-weight:900; }
.sauna .bezet { color: #e74c3c; }
.sauna .vrij { color: #16a085; }

video {
	max-width: 100%;
}

