.nav {
	height: 100%;
	padding: 0;
}
.ytcontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-overlay:not(.active){
	display:none;
}
.popup-overlay {
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 22222;
	display: flex;
	background-color: #1c1c1cbf;
	align-items: center;
}
article#estimate {
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: auto;
	z-index: 112;
	padding: 20px!important;
	min-height: 420px;
}
a#request-form-button {
	color: white;
}
.request-form {
	background-color: transparent!important;
	padding: 0!important;
}
.nav-mobile {
	display: none;
}
.col-md-12.col-lg-5.hiderr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
header {
	padding: 15px 0 15px!important;
}
a#request-form-button {
	cursor: pointer;
}
@media (max-width: 767px){
	.brand {margin: 0 auto!important;}
	.nav {justify-content: center!important;}
	article#estimate {margin: 10px;}
	.request-form {background: #252525;padding: 10px;}
	form .col-md-6 {margin-bottom: 5px;}
	article#estimate > div {padding: 0;}
	.homeRequest h2 {
		margin-bottom: 15px;
	}
}
@media (min-width: 601px){
	.adminbar.adminbar--sticky {z-index: auto;}
}