@charset "utf-8";
/* CSS Document */

.header {
    display: table;
    position: relative;
	color: #49728E;
    width: 100%;
    height: 100%;
	background: url(../img/forest-intensive.jpg) no-repeat center scroll;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media screen and (max-width:768px) {
	.header {
		background: url(../img/forest-intensive-small.jpg) no-repeat center scroll;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;		
	}
}
.header .margin-portfolio {
	margin-bottom:50px;
}
.header h1 {
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 50px;
}
@media screen and (max-width:768px) {
	.header h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 20px;
	}
}
@media screen and (max-height:950px) and (min-width:1024px) {
	.header h1 {
		font-size: 36px;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.header h2 {
		font-size: 25px;
	}
	.header p.lead {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.header .margin-portfolio {
		margin-bottom:25px;
	}	
}
.main {
	border: medium #49728E solid;
}
.CTA {
	/*background-color: rgba(80,200,236,0.69);
	color: #49728E;*/
	font-weight: bold;
}
.CTA {
	margin: 30px;
}
.shadow-depth-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
/* Map */

.map {
    height: 500px;
}

@media screen and (max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}
hr.small {
    max-width: 100px;
}

