.hero-text-wrapper {
	padding: 0 60px;
}
#hero-logo-wrapper {
	margin: 15px;
	overflow: hidden;
}
#hero-logo {
	position: relative;
	background-image: url(/wp-content/uploads/2019/01/maddengilmour-logo-inverse.png);
	width: 361px;
	height: 42px;
	display: block;
	z-index: 99;
	background-size: auto 100%;
	background-position: right center;
}
#intro-text {
	font-size: 40px;
}
#hero-text {
	font-size: 50px;
}
.hero-text-wrapper h3{
	font-family: 'Merriweather', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:white;
	text-align: center;
	font-size: 26px;
	padding: 0;
}

.custom-header-media{
	min-height: 100vh
}

.typed-cursor {
	display:inline !important;
}
@media only screen and (max-width:767px) {
	#hero-logo-wrapper {
		text-align: center;
	}
	#hero-logo {
		width: 275px;
		height: 32px;
		display: inline-block;
	}
	.hero-text-wrapper {
		padding: 0 30px;
	}
	#intro-text {
		font-size: 25px;
		display: block;
	}
	#hero-text {
		font-size: 30px;
	}
	.hero-text-wrapper h3{
		font-size: 18px;
	}
	.custom-header-media-overlay {
		background-color: rgba(0,0,0,0.35) !important;
		background-image: none !important;
	}
}