/*
Theme Name: Divi Child
Theme URI: //www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Jacob Burkhart
Author URI: //www.jacob-burkhart.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.74.1509034983
Updated: 2017-10-26 16:23:03

*/

#footer-bottom {
	display: none;
}


.home-header .header-content-container {
		background-color: rgba(0,0,0,0.64);
	 width: auto;
	max-width: 800px;
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.85);
}

a:focus,.focus a {
	outline: none !important;
}
.hvr-grow {
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 1px transparent;
	-webkit-box-shadow: 0 0 1px transparent;
	-o-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	-moz-transform: perspective(1px) translateZ(0);
	-webkit-transform: perspective(1px) translateZ(0);
	-o-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-property: transform;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

.et_pb_section_parallax .et_pb_parallax_css {
    transform: none;
}