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

.film-couple {
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: "altesse-std-24pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
}

.film-location {
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
}

#short-film-header {
	margin-top: 64px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 20px;
}

#quote-container {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 80px;
}

#quote {
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	color: #25282A;
	font-style: italic;
}

#about-wedding-header {
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 20px;
	margin-top: 32px;
}

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

#about-wedding-vendors {
	max-width: 930px;
	font-family: 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	text-align:center;
}

#about-wedding-vendors ul {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-inline-start: 0;
}

#about-wedding-vendors li {
	list-style-type: none;
	text-align: left;
	font-style: italic
}

#about-wedding-vendors a:link {
	color: #000000;
	font-size: 16px;
	font-style: normal;
}

#about-wedding-vendors a:visited {
	color: #000000;
}

#about-wedding-vendors a:hover {
	color: #000000;
}

#about-wedding-vendors a:active {
	color: #000000;
}

#sneak-peek-header {
	margin-top: 64px;
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 20px;
}

#from-the-couple-header {
	text-align: center;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 20px;
}

.embedded-video-featured-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	padding-bottom:64px;
}

.embedded-video {

}

.embedded-video-small-section {
	width: auto;
	margin-left: 16px;
	margin-right: 16px;
}

.embedded-video-small-container {
	width: 50%;
	float: left;
	display: block;
	margin-top: 8px;
}

.embedded-video-small-wrapper-left {
	margin-right: 4px;
}

.embedded-video-small-wrapper-right {
	margin-left: 4px;
}

.embedded-video-small-left {


}

.embedded-video-small-right {

}

.embedded-video-title {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #25282A;
	text-decoration: none;
	font-family: 'Archivo Thin', 'Poppins', Gadget, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.embedded-video-title-couple {
	font-family: 'Archivo Medium', 'Poppins', Gadget, sans-serif;
}

.featured-films-link {
	margin-left:8px;
	margin-right:8px;
}

@media screen and (max-width: 700px) {
	.embedded-video-small-section {
		margin-left: 0;
		margin-right: 0;
	}

	.embedded-video-small-container {
		width: 100%;
	}

	.embedded-video-small-section-overflow {
		display: none;
	}

	.embedded-video {
		webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.embedded-video-small-wrapper-left {
		margin-right: 0;
		webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
	}
	
	.embedded-video-small-wrapper-right {
		margin-left: 0;
		webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.embedded-video-title {
		padding-left: 16px;
		padding-right: 16px;
	}
}
