.home-image {
	margin-left: 150px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home-header-container { 
	top: 0;
	height: 650px;
	background-size: cover;
	background-image: linear-gradient(to bottom right, #e8800b, #f7a307);
}

@media screen and (max-width: 840px) {
	.home-header-container {
		height: 850px;
	}

	.rounded-line:before {
		margin-top: 200px;
	}
}

.index-table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.rounded-line:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 600px;
	height: 223px;
	background: white;
	-webkit-transform: skew(0,-3deg);
	transform: skew(0,-3deg);
}

@media screen and (min-width: 840px) {
	.index-table-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.index-table-wide {
		display: none;
	}
}

.home-image-text {
	margin-left: 130px;
	font-size: 50pt;
	font-weight: 700;
	color: white;
	margin: 10px;
	background-color: rgba(0,0,0,0);
}

.home-header-text {
	/*background-color: white;*/
	font-family: 'Montserrat', sans-serif;

	color: black;
	width: 700px;
	height: 100px;
	padding: 0;
	margin-left: 0px;
}

.home-header-text-narrow {
	background-color: rgba(0,0,0,0);
	color: black;
	width: 300px;
	height: 100px;
	padding: 0;
	margin-left: 0px;
}

.home-image-description {
	color: white;
	font-size: 20pt;
	margin-top: 0;
	font-weight: 400;
	margin-left: 50px;
}

.home-background1 {
	width: 100%;
	padding-top: 105px;
	padding-bottom: 150px;
	padding-left: 0px;
	background-color: white;
}

@media screen and (min-width: 840px) {
	.home-background1-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.home-background1-wide {
		display: none;
	}
	.home-background1-narrow {
		margin-top: 70px;
	}
}

.home-background2 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: #f2f2f2;
}

@media screen and (min-width: 840px) {
	.home-background2-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.home-background2-wide {
		display: none;
	}
}

.home-background3 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: white;
}

@media screen and (min-width: 840px) {
	.home-background3-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.home-background3-wide {
		display: none;
	}
}

.home-background4 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: #f2f2f2;
}

@media screen and (min-width: 840px) {
	.home-background4-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.home-background4-wide {
		display: none;
	}
}

.home-background5 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: white;
}

@media screen and (min-width: 840px) {
	.home-background5-narrow {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.home-background5-wide {
		display: none;
	}
}

