nav {
	position: fixed;
	z-index: 99;
}

nav ul {
	margin-left: 60px;
}

#index-banner {
	padding-top: 65px;
}

#index-img {
	position:absolute;
	bottom: 400px;
}

/* #waterjet {
	top: -250px;
}

#rengineer {
	top: -350px;
}

#drawing {
	position: absolute;
	bottom: 100px;
} */

#index-banner.section {
	padding-top: 0px;
	padding-bottom: 0px;
}

#index-banner h1 {
	margin-top: 75px;
}

#index-banner.parallax-container {
	background-color: rgba(0, 0, 0, .50);
}

.parallax-mute {
	background-color: rgba(0, 0, 0, .50);
}

#logo-container img {
	margin: 10px;
}

#phone {
	display: inline-block;
	color: #444;
}

.sidenav {
	position: fixed;
	width: 150px;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	height: calc(100% + 60px);
	height: -moz-calc(100%);
	padding-bottom: 60px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

.sidenav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 120vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 98;
	display: none;
}

.inline-icon {
	vertical-align: bottom;
	font-size: 28px !important;
}

.top {
	position: fixed;
	z-index: -1;
}

.active {
	color: #2196F3;
}

html, body, #map_canvas {
	margin: 0;
	padding: 0;
	height: 175px;
}

/* ERROR PAGE CSS */

#venn div{
    height: 360px;
    width: 360px;
    border-radius:180px;
    -khtml-border-radius:180px;
    -moz-border-radius:180px;
    -webkit-border-radius:180px;
    border: 0;
    display: table;
	float: left;
}

#venn div:nth-child(1){
    background-color: #FF9800;
	color: #FFF;
	padding-left: 50px;
	padding-top: 150px
}

#venn div:nth-child(2){
    background-color: #2196F3;
    color: #FFF;
    margin-left: -125px;
	padding-left: 195px;
	padding-top: 150px;
	opacity: .6;
}

#venn #overlap{
    border: 0;
    height: 30px;
    width: 30px;
    left: -325px;
    top: 100px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 10;
    opacity: 1;
}

#chart {
	padding-top: calc(50vh - 150px);
	padding-left: calc(50vw - 300px);
}