.home_container{
	background-color: inherit;
	height:100%;
}
.home_text_main_container{
	display: table;
	height: 100%;
	margin-left:-8%;
}
.home_text_container{
	color:black;
	width: 80%;
	text-align: center;
	font-family: 'futura_ltbook';
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.home_image_container{
	height: 100%;
	text-align: center;
	padding:0;
}
.home_date_text{
	font-size: 18px;
	font-family: 'futura_ltoblique';
}
.home_function_text{
	width: 65%;
	text-align: center;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
.home_quote_text{
	width: 50%;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.home_quote_text_long{
	width: 80%;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.home_quote_author{
	font-size:14px;
}
.home_given{
	margin-top: 10%;
	font-size:16px;
	text-align: right;
}
.home_image{
	height: 100%;
}
.home_image_object{
	height: 100%;
}
.home_title_text{
	font-family: 'futura_ltheavy';
	margin-top: 30px;
}

@media (max-width: 1060px) {
	.home_text_main_container{
		background:inherit;
		margin-left:0px;
		margin-bottom: 50px;
		height: initial;
	}
	.home_image_container, .home_text_main_container{
		width:100%!important;
	}
}
