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

@font-face {
  font-family: fribug;
  src: url('../fonts/AlegreyaSans-Regular.ttf');
}

@font-face {
  font-family: fribug-bold;
  src: url('../fonts/AlegreyaSans-Bold.ttf');
}

@font-face {
  font-family: fribug-medium;
  src: url('../fonts/AlegreyaSans-Medium.ttf');
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: fribug-medium;
}

#content .h4 {
	font-family: fribug-bold;
}

.bg-teal {
	background: #F7D030;
	color: #000 !important;
}

body {
	font-family: fribug;
}

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

.text-yellow {
	color: #F7D030;
}

.gray {
	background-color: #005;
}

@media (min-width: 768px) {
	header #logo {
		padding-top: 2vh;
		max-width: 500px;
		height: 500px;
	}
}

@media (max-width: 768px) {

header #logo {
	padding-top: 2vh;
	max-width: 280px;
	max-height: 200px;
}
}

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

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

.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;
}

.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;
}

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

.btn-yellow:hover {
	background: #F7D030 !important;
	transform: scale(0.98);
}

.btn:hover {
	background: #F7D030 !important;
	color: #000;
	border-color: rgba(0,0,0,0);
}

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

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

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

#reveillon a {
	color: orange; 
}

.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);	
}

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

article {
	font-size: 1.25rem;
}

article img {
	width: 100%;
}

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

article a {
	color: #c49e00;
}

article a:hover {
	color: #bea025;
	text-decoration: underline;
}
.dateBtn .card:hover {
	background: #F7D030 !important;
}