
/** ADD YOUR AWESOME CODES HERE **/

/*@import url('https://fonts.googleapis.com/css?family=Great+Vibes');*/

.snowflake{
	box-shadow: 0 0 7px #000;
}

#wishcard-section{
	background-image: url(../images/diapo/4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#wishcard-mirror{
	background: rgba(0, 0, 0, 0.3);
}

#wishcard-content{
	margin-top: 50px;
	padding-top: 75px;
	padding-bottom: 50px;
}

#wishcard-content h2{
	color: #fff;
	text-shadow: 0 0 3px #000;
}

#wishcard-content h3{
	font-size: 50px;
    font-family: 'Great Vibes', cursive;
    color: #fff;

    padding: 0;
	text-shadow: 0 0 3px #000;
}

.wishcard-choice{
	width: 100%;
	height: 200px;
	color: #000;
	padding: 9px;
	cursor: pointer;
	text-align: center;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, .3);
	
	background-position: center;
	background-size: cover;
}

.wishcard-choice[type=noel]{
	background: rgba(0, 0, 0, .5);
	background-image: url(../images/diapo/1.jpg);
}

.wishcard-choice[type=year]{
	background: rgba(0, 0, 0, .5);
	background-image: url(../images/diapo/2.jpg);
}

.wishcard-choice p{
	font-size: 30px;
	margin-top: 15px;
}

.wishcard-choice span{
	display: block;
	font-size: 15px;
	color: #777;
	margin-top: 15px;
}

#wishcard-form{
	color: #fff;
	padding: 30px;
	background: rgba(0, 0, 0, .1);
	border-radius: 16px;
	backdrop-filter: blur(7px);
	border: 2px solid rgba(255, 255, 255, .3);
}

input[type="text"]{
	color: #000;
	width: 100%;
	height: 50px;
	border: none;
	font-style: italic;
	border-bottom: 2px solid #e91327;
	outline: none;
	padding: 0 35px 0 5px;
	background: transparent;
	font-size: 16px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

input[type="text"] ~ label{
	position: relative;
	top: -20px;
	left: 5px;
	transform: translateY(-50%);
	transition: .5s;
}

input[type="text"]:focus ~ label,
input[type="text"]:valid ~ label{
	top: -50px;
}

textarea{
	color: #000;
	width: 100%;
	border: none;
	font-style: italic;
	border-bottom: 2px solid #e91327;
	outline: none;
	padding: 0 35px 0 5px;
	background: transparent;
	font-size: 16px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

textarea ~ label{
	position: relative;
	top: -110px;
	left: 5px;
	transform: translateY(-50%);
	transition: .5s;
}

textarea:focus ~ label,
textarea:valid ~ label{
	top: -135px;
}

#wishcard-section input, #wishcard-section textarea{
	color: #fff;
}

#wishcard-section input:focus, #wishcard-section textarea:focus{
	border-bottom: 2px solid #fff;
	transition: ease-in .9;
}

#contactForm input, #contactForm textarea{
	color: #000;
}

#contactForm input:focus, #contactForm textarea:focus{
	color: #000;
	border-bottom: 2px solid #000;
	transition: ease-in .9;
}

select{
	color: #d2d2d2;
	width: 100%;
	height: 50px;
	border: none;
	font-style: italic;
	border-bottom: 2px solid #e91327;
	outline: none;
	padding: 0 35px 0 5px;
	background: transparent;
	font-size: 16px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

select:focus{
	color: #d8d8d8;
}

.btn-link{
	color: #fff;
	border: none;
	cursor: pointer;
	background: none;
}

.btn-link:hover{
	color: #fff;
	text-decoration: underline;
}

#drag-box{
	width: 100%;
	height: 250px;
	text-align: center;
	margin-bottom: 20px;
}

#drag-box #preview{
	width: 100%;
	height: 240px;
	color: #000;
	padding: 9px;
	cursor: pointer;
	text-align: center;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, .3);
	background: #fff;
	background-position: center;
	background-size: cover;
}

#drag-box #preview img{
	width: 70px;
	margin-top: 15px;
}

#drag-box #preview span{
	display: block;
	font-size: 15px;
	color: #777;
	margin-top: 15px;
}

#wishcard-form-loader{
	z-index: 5;
	width: 100%;
	height: 100%;
	margin: -30px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5);
	border-radius: 16px;
	backdrop-filter: blur(7px);
}

#wishcard-form-loader h4{
	color: #fff;
	font-size: 40px;
	text-shadow: 0 0 3px #000;
	font-family: "Great Vibes", cursive;
}

#results-section{
	padding-top: 75px;
	padding-bottom: 50px;
}

#results-section iframe{
	height: 70vh;
}

#results-content{
	width: 100%;
	height: 300px;
}

#results-section img{
	position: relative;
	width: 100%;
	height: 100%;
}