header.page_header > div {
	display: grid;
	grid-template-columns: 350px auto;
}

header.page_header .logo {
	margin-left: 10px;
	font-size: 36px;
}

header.page_header .logo img {
	max-height: 70px;
}

header.page_header .toggle_menu {
	right: 0;
	left: auto;
}

.slider-header {
	font-size: 7.5em !important;
}

.slider-name {
	font-size: 2em !important;
}

.contact-form-field {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.flex-direction-nav {
	visibility: hidden !important;
}

#hero-container {
	position: relative;
	text-align: center;
	color: white;
}

#hero-container > div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#hero-container > div > h3 {
	font-size: 60px;
	margin: 0;
}

#hero-container > div > p {
	font-size: 20px;
}

@media (min-width: 768px) {
	#hero-container > div > h3 {
		font-size: 77px;
	}

	#hero-container > div > p {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	#hero-container > div > h3 {
		font-size: 99px;
	}

	#hero-container > div > p {
		font-size: 33px;
	}
}

@media (min-width: 1200px) {
	#hero-container > div > h3 {
		font-size: 120px;
	}

	#hero-container > div > p {
		font-size: 40px;
	}
}