header {
	position: relative;
	background-color: black;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .container {
	position: relative;
	z-index: 2;
	max-width: 100%;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0;
	z-index: 1;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.page-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;

	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.nav-back,
.nav-next {
	flex: 1;
	text-align: center;
}

.d-md-none {
	display: none;
}
.d-none {
	display: none !important;
}

input[type="text"] {
	height: 40px;
	font-size: 16pt;
}

button {
	background: #333;
	color: #fff;
	border: none;
	padding: 10px 20px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 4px !important;
	align-self: center;
}

/*Guest page condition default element */
.guest-wrapper {
	text-align: left;
	padding-top: 100px;
	padding-left: 20px;
}
input[type="text"].guest-home {
	width: 90%;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
}

/*PlusOne condition default element */
input[type="text"].plusone {
	width: 500px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
}

input[type="checkbox"].plusone {
	outline: none;
	text-align: right;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	padding: 10px;
	margin-right: 20px;
}

/*GuestOf condition default element */

input[type="radio"].guestof-wrapper {
	border: 0px;
	height: 1em;
	width: 1em;
	outline: none;
}

div.tequila {
	text-align: left;
	padding-right: 20px;
	padding-top: 50px;
	font-size: x-large;
}

div.hennessy {
	text-align: right;
	padding-right: 20px;
	padding-top: 50px;
	font-size: x-large;
}

/*Terms condition default element */

.terms-wrapper {
	text-align: center;
	padding-top: 100px;
	padding-left: 20px;
}

h1.terms {
	text-align: center;
	color: black;
	font-size: 40px;
	font-weight: 500;
}

p.terms {
	text-align: center;
	color: black;
	font-size: 24px;
}

p.terms.check {
	text-align: center;
	color: black;
	font-size: 20px;
}

p.congrats {
	font-size: 30px;
	font-weight: 400;
	color: white;
}

input[type="checkbox"].terms {
	outline: none;
	text-align: right;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	padding: 10px;
	margin-right: 20px;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
/*
@media (pointer: coarse) and (hover: none) {
	header {
		background: url("../../images/logo.jpg") black no-repeat center center
			scroll;
	}

	header.congrats {
		background-image: none !important;
	}

	header .container.logo-top {
		background-image: none !important;
	}

	header .container.logo-bottom {
		background-image: none !important;
	}

	header video {
		display: none;
	}

	input[type="text"].guest-home {
		background-color: rgba(255, 255, 255, 1);
		border: none;
	}

	.terms-wrapper {
		padding-top: 20px;
	}

	h1.terms {
		font-size: 20px;
		font-weight: 500;
		color: white;
	}

	p.terms {
		font-size: 20px;
		font-weight: 400;
		color: white;
	}

	p.terms.check {
		font-size: 16px;
		color: white;
	}

	p.congrats {
		font-size: 20px;
		font-weight: 400;
		color: white;
	}
}
*/

@media (min-width: 200px) {
	h1.terms {
		padding-top: 100px;
	}

	div.hennessy {
		text-align: right;
		padding-right: 100px;
	}
}

@media (min-width: 250px) {
	header {
		margin-top: -5px;
	}
	header video.mobile-video {
		display: block;
	}

	header .container.logo-top {
		background-image: url("../../images/white-logo.png");
		background-size: 200px;
		background-position: left -30px top -20px;
		background-repeat: no-repeat;
	}

	header .container.logo-top.black {
		background-image: url("../../images/black-logo.png");
	}

	header .container.logo-bottom {
		background-image: url("../../images/white-logo.png");
		background-size: 200px;
		background-position: right -20px bottom 20px;
		background-repeat: no-repeat;
	}

	.page-footer {
		bottom: 50px;
		margin-left: -10px !important;
	}

	.guest-wrapper {
		padding-top: 0;
	}

	div.tequila {
		text-align: right;
		padding-right: 60px;
	}

	div.hennessy {
		text-align: right;
		padding-right: 150px;
	}

	.terms-wrapper {
		padding-top: 20px;
	}

	h1.terms {
		padding-top: 0px;
		font-size: 20px;
		font-weight: 600;
	}

	p.terms {
		font-size: 20px;
		font-weight: 400;
	}

	p.terms.check {
		font-size: 16px;
	}

	input[type="checkbox"].terms {
		outline: none;
		text-align: right;
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-webkit-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(1.5);
		padding: 10px;
		margin-right: 20px;
	}

	label.agreement-label {
		display: inline;
	}

	p.congrats {
		font-size: 20px;
		font-weight: 400;
		color: white;
	}

	img.congrats {
		width: 200px;
		height: 200px;
	}

	.plusone-wrapper {
		text-align: right;
		padding-top: 0px;
		padding-right: 20px;
	}

	input[type="text"].guest-home {
		width: 100%;
	}

	label.agreement-label.spouse {
		font-size: small;
	}
	input[type="checkbox"].plusone {
		margin-left: 10px;
		width: 12px;
		height: 12px;
	}

	input[type="text"].plusone {
		width: 95%;
	}
}

@media (min-width: 600px) {
	header {
		margin-top: 0px;
	}

	header video.mobile-video {
		display: none;
	}

	input[type="checkbox"].plusone {
		margin-right: 10px;
	}

	/*
  header .container {
    position: relative;
    z-index: 2;
    max-width: 100%;

    background-image: url("logo.png");
    background-size: 300px;
    background-position: left -10px top -50px;
    background-repeat: no-repeat;
  }
  */
	header .container.logo-top {
		background-image: url("../../images/white-logo.png");
		background-size: 250px;
		background-position: left 10px top -20px;
		background-repeat: no-repeat;
	}

	header .container.logo-top.black {
		background-image: url("../../images/black-logo.png");
	}
	header .container.logo-bottom {
		background-image: url("../../images/white-logo.png");
		background-size: 300px;
		background-position: right 30px bottom -20px;
		background-repeat: no-repeat;
	}

	.guest-wrapper {
		padding-top: 200px;
	}

	.page-footer {
		bottom: 0px;
	}

	.plusone-wrapper {
		text-align: right;
		padding-top: 100px;
		padding-right: 20px;
	}

	input[type="text"].plusone {
		width: 600px;
	}

	div.tequila {
		text-align: left;
		padding-right: 20px;
	}

	div.hennessy {
		text-align: right;
		padding-right: 20px;
	}

	.terms-wrapper {
		padding-top: 50px;
	}

	h1.terms {
		font-size: 40px;
		font-weight: 500;
	}

	p.terms {
		font-size: 24px;
		font-weight: 400;
	}

	p.terms.check {
		font-size: 20px;
	}

	input[type="checkbox"].terms {
		outline: none;
		text-align: right;
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-webkit-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		padding: 10px;
		margin-right: 20px;
	}
	p.congrats {
		font-size: 24px;
		font-weight: 400;
		color: white;
	}

	img.congrats {
		width: 250px;
		height: 250px;
	}
}
