@charset "UTF-8";
/* CSS Document */
.html
{
	background-color: #887aff;
}

.page
{
	z-index: 1;
	max-width: 1920px;
	width:100%;
	min-height: 1080px;
	background-image: none;
	border-style: none;
	border-color: #000000;
	background-color: transparent;
	padding-bottom: 62px;
	margin:0 auto;
	color:#fff;
}

/*header*/

.header
{
	display: block;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

.name
{
	background-color: transparent;
	line-height: 80px;
	font-size: 80px;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 30px;
	text-transform: lowercase;
	text-align: center;
	display: block;
	margin: 55px 0;
}

.nav
{
	background-color: transparent;
	line-height: 30px;
	font-size: 24px;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 30px;
	text-transform: lowercase;
	text-align: center;
	display: block;
	margin: 70px 0 30px 0;
}

.nav a, .nav a:visited, .nav a:active, .nav a:hover
{
	color: #fff;
	text-decoration: none;
	margin: 50px
}

.nav a:hover
{
	color: #fff;
	text-decoration: underline;
}

.nav .active
{
	text-decoration: none;
}

.back-to-top
{
	text-align: center;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 10px;
	margin-top: 50px;
	color: #fff;
	width: 100%;
  	transition: top ease 0.5s;
}

.back-to-top a
{
	text-decoration: none;
	position: relative;
 	top: 0;
  	transition: top ease 0.5s;
	color: #fff;
}

.back-to-top a:visited, .back-to-top a:active, .back-to-top a:hover
{
	color: #fff;
}

.back-to-top:hover
{
	top: -10px;
}

.back-to-top #up
{
	font-size: 40px;
}

p
{
	font-family: Halogen Flare Thin, Gruppo, Comfortaa, san-serif;	font-weight: 100;
	font-style: normal;
	margin: auto;
	text-align: center;
	width: 40%;
}

p a
{
	color:#fff;
}

h1, h2, h3, h4, h5, h6
{
	text-align: center;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-weight: 500;
	color: #fff;
	text-transform: lowercase;
	margin-bottom:2px;
}

h1{
	font-size:3em;
}
h2{
	font-size:2.75em;
}
h3{
	font-size:2.5em;
}
h4{
	font-size:2.25em;
}
h5{
	font-size:2em;
}
h6{
	font-size:1.75em;
}
p{
	font-size:1.5em;
}

.content a:visited, .content a:active, .content a:hover
{
	color: #fff;
	text-decoration: none;
}

li
{
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-weight: 100;
	font-style: normal;
	margin: auto;
	text-align: left;
	width: 60%;
}


	
#submit
{
	line-height: 1.25;
	text-decoration: none;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-size: 18px;
	color: #887aff;
	text-transform: uppercase;
	letter-spacing: 2px;
 }

button
{
	align-items: center;
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 13px 36px;
	transition: all 0.25s;
	background-color: #ffffff;
 	width: fit-content;
	margin: 12px;
	border: 0;
}
	


.hotel button, .rsvp button
{
	line-height: 1.25;
	text-decoration: none;
	font-family: Norman Stencil Fat, Gloock, DM Serif Display, Baskerville, serif;
	font-size: 18px;
	color: #887aff;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	flex-direction: none;
	margin:auto;
 }

.hotel a, .rsvp button
{
	text-decoration: none;
	outline:none;
}