body, html {
	height: 100%;
	width: 100%;
	
}
body {
	font-family: 'Great Vibes';
	color: #fff;
	font-size: 2em;
}

h1 {
	color: #fff;
	font-weight: 300;
	font-family: Raleway;
	position: fixed;
	right: 50px;
	bottom: 50px;
}

button {
	padding: 10px 20px;
	border: none;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-family: 'Special Elite', monospace;
	border-radius: 3px;
	transition: all 150ms ease;
}
button:hover {
	background-color: rgba(255,255,255,.1);
	box-shadow: 0 0 2px 0 #fff;
	border-width: 4px;
	background-color: rgba(255,255,255,.1);
}
input, textarea {
	border: 3px solid #fff;
	background: transparent;
	background-color: rgba(255,255,255,.03);
	padding: 10px;
	
	text-align: center;
	color: #fff;
	font-family: 'Special Elite', monospace;
	border-radius: 6px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}
input:focus, textarea:focus {
	box-shadow: none;
	outline: #fff;
	background-color: rgba(255,255,255,.1);
}

form {
	text-align: center;
}

.alert {
	border: 5px solid #fff;
	background-color: rgba(255,255,255,.8);
	padding: 1em;
	text-align: center;
	width: 500px;
	position: fixed;
	top: 80px;
	left: 50%;
	margin-left: -250px;
	z-index: 10000;
	color: #444;
	font-size: 30px;
	box-shadow: 0 20px 80px rgba(0,0,0,.7); 
}
.alert p {
	padding: 1em;
	margin-bottom: 1em;
}
.alert button {
	color: #444;
	border-color: #777;
}
.alert button:hover {
	border-width: 2px;
	background-color: #fff;
}

.btn-primary {
	background-color: transparent;
	background-color: rgba(255,255,255,.1);
	border: 4px solid #fff;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #fff;
	color: #444;
	border-color: #fff;
}

.form-action {
	margin-top: 50px;
}
.slides  {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.slide {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	color: #eee;
	text-align: center;
	
	text-shadow: 0 0 4px rgba(0,0,0,.4);

}
.slide.active {
	display: block;
}
.slide:first-child {
	display: block;
	
}
.slide .logo {
	margin-bottom: 30px;
}
.slide .inner {
	margin: 100px auto 0;
	position: relative;
	width: 550px;
	
	

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 10s;
	-moz-transition: all 10s;
	-ms-transition: all 10s;
	transition: all 10s;
}
.slide .inner.active {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);

	
}
.slide p, .slide h2, .slide h3 {
	position: relative;
	font-size: 35px;
	font-family: 'Parisienne', cursive;
}
.slide p.small {
	font-size: 26px;
}
.slide h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 50px;
}
.slide em {
	color: #fff;
	opacity: 0.8;
	font-size: 0.8em;
}

.submessage {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-family: 'Parisienne', cursive;
	font-size: 50px;
	
}

.slide.save-the-date img {
	margin: 0;
	margin-top: 150px;
	max-width: 500px;
	width: auto; 
}

.slide .inner {
	
}

.slide-form-code {

}
.slide-form-code label {
	font-size: 2em;
	font-family: 'Great Vibes';
}
.slide-form-code input {
	border: 5px solid #fff;
	border-color: rgba(255,255,255,.9);
	padding: 10px;
	font-size: 3em;
	color: #fff;
	width: 5em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 8px;
	border-style: dashed;
}
.slide-form-code input:focus {
	box-shadow: none;
	outline: none;
	border-color: #fff;
}
.slide-form-code button {
	margin-top: 30px;
	font-size: 1.5em;
	
}



.slide-form-btn button {
	width: 45%;
}
.slide-form-parts ul {
	list-style: none;
	font-size: 2em;
}
.slide-form-parts label {
	width: 250px;
	text-align: left;
	font-weight: normal;
}
.slide-form-parts label {
	transition: all 0.1s ease;
	text-shadow: 0 0 4px rgba(0,0,0,.1);
	opacity: .8;
}
.slide-form-parts label div {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	border: 3px solid rgba(255,255,255,.5);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.slide-form-parts label div span {
	position: absolute;
	font-weight: bold;
	font-size: 50px;
	top: -2px;
	line-height: 25px;
	opacity: 0;
}
.slide-form-parts label.active {
	opacity: 1;
}
.slide-form-parts label.active div {
	border: 3px solid rgba(255,255,255,.9);
}
.slide-form-parts label.active div span {
	opacity: 1;
}
.slide-form-parts label.active  {
	text-shadow: 0 0 4px rgba(0,0,0,.2);
	color: #fff;
}
.slide-form-parts input {
	display: none;
	position: absolute;
	/*width: 1px;
	height: 1px;
	opacity: 0;*/
}


.slide-form-qty label {
	width: 5em;
	text-align: left;
	display: inline-block;
}
.slide-form-qty input {
	width: 3em;
}

.slide-form-message textarea {
	width: 100%;
	text-align: left;
	height: 200px;
}

@media (max-width: 550px) {
	.slide, .slide .inner {
		width: 100%;
	}
	.slide .inner {
		margin-top: 20px;
		padding: 10px;
	}
	.logo {
		width: 90%;
	}
	body {
		font-size:1.5em;
	}
	.alert {
		width: 90%;
		margin-left: 0;
		left: 5%;
		top: 30px;
	}
	.slide h2 {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 35px;
	}
	.slide h3 {
		font-size: 30px;
	}
	.slide p {
		font-size: 27px;
	}
	.form-actions {
		margin-top: 30px;
	}
}