@font-face {
	font-family: ServerCenturyGothic;
	src: url(GOTHIC.ttf);
}

@font-face {
	font-family: ServerFrenchScript;
	src: url(FRSCRIPT.ttf);
}

@font-face {
	font-family: ServerCalibriLight;
	src: url(calibril.ttf);
}

*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	background-color: rgb(255, 233, 216);
}

li
{
	list-style-type: none;
}

ul li
{
	list-style: none;
}

#header
{
	background: rgb(255, 246, 234, 0.5);
	padding-top: 24px;
	padding-bottom: 24px;
	font-family: ServerCenturyGothic;
	font-size: 24px;
	text-shadow: 2px 2px 8px rgb(255, 226, 99);
	letter-spacing: 5px;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 100;
}

#header ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#header ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#header a:link,
#header a:visited,
#header a:active
{
	color: rgb(226, 144, 20);
	text-decoration: none;
}

#header a:hover,
#header a:visited:hover
{
	text-decoration: underline;
	text-decoration-color: white;
}

#rsvp_button
{
	background-color: white;
	border-radius: 20px;
}

#main
{
	text-align: center;
	font-family: ServerCalibriLight;
	display: none;
}

#main section
{
	color: navy;
}

#main section h1
{
	font-family: ServerFrenchScript;
	font-size: 64px;
	margin-bottom: 48px;
	text-shadow: 1px 1px 4px grey;
}

#main section:not(#main_info, .splide)
{
	min-height: 100vh;
	max-width: 960px;
	/*padding: 24px;*/
	margin-left: auto;
	margin-right: auto;
}

#main section p
{
	letter-spacing: 2px;
	line-height: 190%;
}

#main section li
{
	letter-spacing: 2px;
}

#main_info
{
	font-family: ServerFrenchScript;
	font-size: 50px;
	margin-top: 48px;
	margin-bottom: 48px;
	background-image: url("imgs/00.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: -1050px;
	text-align: center;
	width: 100%;
	max-width: 960px;
	height: 500px;
	display: table;
	margin: auto;
}

#main_info > div
{
	display: table-cell;
	vertical-align: middle;
}

#main_info .overlay
{
	background: linear-gradient(to bottom, rgba(185, 185, 185, 0.65), rgba(185, 185, 185, 0.35));
	margin: auto;
	display: inline-block;
}

#main_info .overlay p
{
	color: white;
	text-shadow: 2px 2px 8px rgb(0, 0, 0);
	opacity: 100%;
}

#our_story p
{
	text-align: justify;
	text-indent: 50px;
}

#transport h2
{
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
}

#gifts a:visited,
#gifts a:hover,
#gifts a:link,
#gifts a:active
{
	color: rgb(226, 144, 20);
	text-shadow: 2px 2px 8px rgb(255, 226, 99);
	text-decoration: none;
	background-color: white;
	border-radius: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#schedule .schedule_background
{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.1));
	padding-top: 64px;
	padding-bottom: 256px;
	position: relative;
}

#schedule .schedule_background_logo::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("imgs/LogoR.svg"), url("imgs/LogoD.svg");
	background-position: 15% 75%, 85% 75%;
	background-repeat: no-repeat, no-repeat;
	background-size: 35%, 35%;
	filter: opacity(20%);
	z-index: -10;
	pointer-events: none;
}

#schedule ul
{
}

#schedule li
{
	padding-top: 32px;
	padding-bottom: 32px;
	font-family: ServerFrenchScript;
	font-size: 42px;
	text-shadow: 1px 1px 4px grey;
}

#hotels_list
{
	width: 100%;
}

#hotels_list .description
{
	width: 85%;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 15%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#hotels_list .description:hover::before
{
	content: "| ";
}

#hotels_list .where
{
	width: 15%;
	font-size: 10px;
	text-shadow: 1px 1px 2px grey;
}

#hotels_list .where_googlemaps
{
	height: 0px;
	transition: height 1s;
}

#hotels_list .tr_googlemaps
{
	font-size: 0px;
}

#hotels_list .where_googlemaps_show
{
	height: 450px;
}

.splide
{
	margin: auto;
	margin-top: 32px;
}

.splide__track
{
	z-index: -500 !important;
}

#loadingscreen
{
	width: 100vw;
	height: 100%;
	z-index: -100;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255, 233, 216, 1.0);
	opacity: 0%;
	transition: opacity 0.5s;
}

#loadingscreen .logo_container
{
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
}

#loadingscreen .logo_container div
{
	position: relative;
	top: 50vh;
}

#loadingscreen .logo_left,
#loadingscreen .logo_right
{
	transition: transform 0.5s;
}

#loadingscreen .logo_left
{
	transform: rotateY(90deg);
}

#loadingscreen .logo_right
{
	transform: rotateY(-90deg);
}

#loadingscreen .logo_animation
{
	transform: rotateY(0deg);
}

.loadingscreen_hide
{
	z-index: 500 !important;
	opacity: 100% !important;
}

.loadingscreen_show
{
	opacity: 0% !important;
}

@media (max-width: 650px)
{
	.google_iframe
	{
		width: 100%;
		height: 450px;
	}

	#main_info .overlay
	{
		width: 100vw;
	}

	#main section h1
	{
		padding-top: 240px;
	}

	#our_story p
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	#schedule li
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	#hotels_list .where_googlemaps
	{
		width: 100%;
	}
	
	.splide
	{
		width: 100%;
	}
	
	.splide__slide img
	{
		width: 100%;
	}

	#loadingscreen img
	{
		width: 75%;
	}

	#loadingscreen .logo_left
	{
		left: 15%;
	}

	#loadingscreen .logo_right
	{
		right: 15%;
	}
}

@media (min-width: 650px)
{
	.google_iframe
	{
		width: 650px;
		height: 450px;
	}

	#main_info .overlay
	{
		width: 450px;
	}

	#main section h1
	{
		padding-top: 160px;
	}
	
	#hotels_list .where_googlemaps
	{
		width: 650px;
	}

	.splide
	{
		max-width: 960px;
	}

	#transport .columned_list li
	{
		float: left;
	}

	#transport .columned_list .alternative
	{
		width: 10%;
	}

	#transport .columned_list .list_column
	{
		width: 45%;
	}

	#loadingscreen img
	{
		width: 33.33%;
	}

	#loadingscreen .logo_left
	{
		left: 25%;
	}

	#loadingscreen .logo_right
	{
		right: 25%;
	}
}

.lang_fr, .lang_en
{
	visibility: hidden;
	display: none;
}
