@font-face {
	font-family: 'Archivo Thin';
	src: url(../font/Archivo-Thin.ttf);
}

@font-face {
	font-family: 'Archivo Medium';
	src: url(../font/Archivo-Medium.ttf);
}

@font-face {
	font-family: 'Archivo Black';
	src: url(../font/Archivo-Black.ttf);
}

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

#header {
	position: fixed;
	background-color: transparent;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0);
	color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
}

.header-link:link {
	color: #ffffff;
}

.header-link:visited {
	color: #ffffff;
}

.header-link:hover {
	color: #ffffff;
}

.header-link:active {
	color: #ffffff;
}

#top-container-background {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -100;
	overflow: hidden;
	background-color: #46494d;
}

#top-container-background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-container {
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
}

.call-to-action-body-link {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#logo {
	margin-top: 19px;
	margin-bottom: 19px;
	margin-left: 16px;
	position: relative;
	float: left;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #E1E7EC;
}

.logo-black {
	font-family: 'Archivo Black', 'Poppins', Gadget, sans-serif;
}

.logo-link:link {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #E1E7EC;
	line-height: 18px;
}

.logo-link:visited {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #E1E7EC;
	line-height: 18px;
}

.logo-link:hover {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #E1E7EC;
	line-height: 18px;
}

.logo-link:active {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #E1E7EC;
	line-height: 18px;
}

#call-to-action {
	text-align: center;
	margin-top: 48px;
}

.call-to-action-link {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	background-color: #ffffff;
	border-radius: 4px;
	color: #292F31;
}

.call-to-action-header-link {
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 4px;
	color: #292F31;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.call-to-action-header-link:link {
	color: #292F31;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.call-to-action-header-link:visited {
	color: #292F31;
}

.call-to-action-header-link:hover {
	color: #292F31;
}

.call-to-action-header-link:active {
	color: #292F31;
}

.call-to-action-body-link {
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.call-to-action-link:link {
	color: #292F31;
}

.call-to-action-link:visited {
	color: #292F31;
}

.call-to-action-link:hover {
	color: #292F31;
}

.call-to-action-link:active {
	color: #292F31;
}

#message {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	text-align: center;
}

#down-arrow {
	width: 28px;
	height: 18px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000;
}

#headline {
	text-align: center;
	color: #ffffff;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration: none;
	font-family: 'the-seasons', 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 80px;
	line-height: 0.9em;
	font-weight: 100;
	padding-left:0.0em;
	letter-spacing: 0.0em;
}

#sub-headline {
	text-align: center;
	color: #ffffff;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 32px;
	text-decoration: none;
	font-family: 'the-seasons', 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: 300;
	padding-left:0.0em;
	letter-spacing: 0.0em;
}


#sub-headline-location {
	text-align: center;
	color: #ffffff;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 32px;
	text-decoration: none;
	font-family: 'the-seasons', 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: 300;
	padding-left:0.0em;
	letter-spacing: 0.0em;
}

.headline-black {
	font-family: 'the-seasons','Archivo Black', 'Poppins', Gadget, sans-serif;
	font-weight: 400;
}

#location {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-family: 'the-seasons', 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: 300;
	padding-left:0.0em;
	letter-spacing: 0.0em;
}

.logo-black {
	font-family: 'Archivo Black', 'Poppins', Gadget, sans-serif;
}

#bottom-container {
	background-color: #ffffff;
	border-radius: 16px 16px 0px 0px;
	margin: 0;
	position: relative;
	z-index: 10;
}

#featured-films-message {
	max-width: 930px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top:32px;
	margin-bottom: 64px;
	text-align:left;
}

.featured-films-message-heading {
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

.featured-films-link-container {
	margin-top: 64px;
}

#reviews {
	background-color: #ecf0f3;
}

#reviews-header {
	padding-top: 53px;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

#reviews-container {
	max-width: 962px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 64px;
}

.review-image-container {
	float: right;
	margin-left: 16px;
	margin-bottom: 8px;
	width: 100px;
}

.review-image {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50px;
}

.review {
	float: left;
	max-width: 278px;
	margin-left: 16px;
	margin-right: 16px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	color: #25282A;
	font-style: italic;
}

.review-guideline {
	display: none;
}

.review-concise {
	display: none;
}

.review-normal {
	display: block;
}

.review-author {
	font-style: normal;
	text-align: center;
}

#reviews-zola-theknot-weddingwire-container {
	background-color: #ecf0f3;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
}

.marketplace-icon {
	width: 120px;
}

#zola-link-container {
	float: left;
	width: 33.333%;
	margin-bottom: 48px;
	text-align: right;
}

#theknot-link-container {
	float: left;
	width: 33.333%;
	margin-bottom: 48px;
	text-align: center;
}

#weddingwire-link-container {
	float: left;
	width: 33.333%;
	margin-bottom: 48px;
	text-align: left;
}

#about-container {
	padding-top: 64px;
	background-color: #46494C;
	padding-bottom: 64px;
}

#about {
	color: #ffffff;
	max-width: 930px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

#about-image-container {
	background: #ffffff;
	float: right;
	width: 33%;
	max-width: 100%;
	margin-left: 64px;
	padding: 8px;
	margin-bottom:16px;
}

#about-image-container-small {
	display: none;
	background: #ffffff;
	float: right;
	width: 100%;
	max-width: 100%;
	margin-left: 0px;
	margin-right: -8px;
	padding: 8px;
	margin-bottom:16px;
}

#about-image {
	width: 100%;
	object-fit: cover;
}

#about-image-small {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	object-position: top;
}

#about-title {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

#about-description {
	font-weight: bold;
}

#booking-inquiries {
	padding-bottom: 32px;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#inquiry-header {
	padding-top: 64px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

#inquiry-form-header {
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: lighter;
}

.inquiry-form-message {
	margin-top: 32px;
	margin-bottom: 30px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
}

.inquiry-form-note {
	margin-top: 16px;
	margin-bottom: 0px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	text-align: center;
}

.inquiry-link {
	color: #198db4;
}

.inquiry-link:link {
	color: #198db4;
}

.inquiry-link:visited {
	color: #198db4;
}

.inquiry-link:hover {
	color: #198db4;
}

.inquiry-link:active {
	color: #198db4;
}

#inquiry-form-wrapper {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#inquiry-form-container {
	background-color: #ecf0f3;
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 32px;
	padding: 32px;
	margin-top: 64px;
}

.form-label {
	width: 100%;
	margin-top: 16px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
}

.form-text {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #292F31;
	padding: 6px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	background: #ffffff;
}

.form-textarea {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #292F31;
	padding: 6px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	background: #ffffff;
}

.form-button {
	margin-top: 16px;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
	background: #000000;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
}

.form-button:hover {
	cursor: pointer;
}

#loading-container {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: rgba(0,0,0, 0.5);
	overflow-x: hidden;
	display: none;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

@media screen and (max-width: 1200px) {
	#location {
		font-size: 12px;
	}
}

@media screen and (max-width: 930px) {
	#headline {
		font-size: 60px;
	}

	#reviews-container {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.review {
		float: none;
		max-width: 100%;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.review-image-container {
		width: 80px;
	}

	.review-image {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.review-guideline {
		display: block;
	}

	.review-concise {
		display: none;
	}

	.review-normal {
		display: block;
	}

}

@media screen and (max-width: 800px) {
	#headline {
		font-size: 50px;
	}

	#top-container-background {
		height: 600px;
		min-height: 600px;
	}

	#top-container {
		height: 600px;
		min-height: 600px;
	}

	#down-arrow {
		display: none;
	}

	.review-concise {
		display: block;
		float: none;
	}

	.review-normal {
		display: none;
	}

	#bottom-container {
		border-radius: 0;
	}

}

@media screen and (max-width: 700px) {
	#headline {
		font-size: 40px;
	}

	#sub-headline {
		font-size: 18px;
	}

	#about-image-container {
		margin-left: 16px;
		width: 50%;
	}
	
}

@media screen and (max-width: 600px) {
	#headline {
		font-size: 50px;
	}

	#sub-headline {
		font-size: 16px;
	}

	.review-image-container {
		width: 120px;
	}

	.review-image {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}

	.marketplace-icon {
		width: 70px;
	}

}

@media screen and (max-width: 400px) {
	#about-image-container {
		display: none;
	}
	#about-image-container-small {
		display: block;
	}

}