		#mc_embed_signup{font:14px Helvetica,Arial,sans-serif; width:100%;}

* {
	margin:0;
	padding: 0;
}

header.full {
	min-height: 100vh;
}

.text-yellow {
	color: #F7D030;
}

.gray {
	background-color: #111;
}

header #logo {
	margin: 0;
	padding-top: 1vh;
	max-width: 240px;
	max-height: 200px;
	font-size: 3em;
}

header h2 {
	font-size:1.3em;
	font-weight:500;
	margin:auto;
	text-align:center;
	width:70%;
}

#billet {
	margin-top: -5vh;
	max-width: 800px
}

.form-row {
	padding-bottom: 20px;
}

.form-row label {
	font-weight: bold;	
}

footer {

	margin: 0;
	padding: 50px;
}

section h2 {
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:10px;
}

.underline {
	/* border-bottom: 3px solid #E0413D; */
}

section.gray h2 {
	color: #F7D030 !important;	
}

.col-xl-2 {
	width: 350px;
}

.arrow-wrapper {
	position: absolute;
	bottom: 0px;
	left: 45%;
	width: 10%;
	text-align: center;
}

.arrow-wrapper img {
	max-height: 55px;
}

.width-100 {
	width:100%;
}


video {
	margin: auto;
	height: 200px
}

#gallery {
	max-width: 800px;
	margin: auto;
	backgr
}

.video {
	cursor: pointer;
	transition: all 0.25s;

}
.video .poster {
	height: 220px;
	margin: auto;
	max-width: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

a, a:hover, a:active {
 text-decoration: none;
	border: none !important
}
.star {
	position: absolute;
	z-index: 100;
	top: -20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 90px;
	width: 100px;
	height: 100px;
	background: url('../img/star.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 3px;
	border: none;
}

.video:hover {
	text-decoration: none;
	border: none;
 	transform: scale(1.2) rotate(-5deg) !important;
}

.sky {
	background: linear-gradient(to bottom, #020111 10%, #161B42 100%); 
}

.flip {
	display: inline-block;	
	transform: scaleX(-1);
}

@media (min-width: 768px) {
	header p {
		font-size: 20px;
	}	
}

@media (min-width: 992px) {
		header p {
		font-size: 20px;
	}	
}

@media (min-width: 1200px) {
		header p {
		font-size: 20px;
	}	
}

.section-img {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: auto;
}

.bg-yellow {
	background: #F7D030;
}

.bg-cyan {
	background: #08B4E9;
}

.bg-magenta {
	background: #C40B5F;
}

.bg-blue {
	background: #1A46AC;
}

.btn-yellow {
	background: #F7D030;
	color: #111;
	font-weight: 500;
	border-radius: 50px;
	transition: all ease-in-out 0.2s;
}

#people .bg-yellow {
	font-size: 22px;
}

#reveillon li {
	margin-left: 30px;
}

#reveillon {
}

#reveillon .bg-yellow, #reveillon .btn-yellow {
	color: black;
}

#reveillon a {
	color: orange; 
}

#guest {
	transform: rotate(-5deg);
	max-width: 240px;
	font-size: 18px;
	font-weight: bold;
}

.head-title {
	color: #F7D030 !important; 
	font-size: 16px;
	font-weight: bolder;
}

header .btn {
	padding: 0px;
	font-size: 1.2em !important;
}

header .btn:hover {
	transform: scale(1.02);
}

.rotate-2 {
	 transform: rotate(-2deg) !important;	
}

.rotate-3 {
	 transform: rotate(-3deg) !important;	
}

.rotate-4 {
	 transform: rotate(-4deg) !important;	
}

.rotate-5 {
	 transform: rotate(-5deg) !important;	
}
	

.rotate-2-clock {
	 transform: rotate(2deg);	
}

.rotate-3-clock {
	 transform: rotate(3deg);	
}

.rotate-4-clock {
	 transform: rotate(4deg);	
}

.rotate-5-clock {
	 transform: rotate(5deg);	
}

#home #reveillon {
	background-image: url('../img/confetti.jpg');
	background-size: cover;
	background-position: center center;
}


#reveillon video {
	border: 1px solid #999;
	max-height: 200px;
}