body {
			margin: 0px 0px 0px 0px;
		}

		p, h1, h2, h3, h4, li {
			font-family: Arial;
		}

		p, h3 {
			margin-left: 5px;
			margin-right: 5px;
		}

		.central_column {
			width: 375px;
			margin: 0 auto;
		}

/*
================================================================================================================

					header

================================================================================================================
*/

#header {
	width: 100%;
	height: 75px;
}

.wedding_magic_packages_container {
	max-width: 414px;
	margin: 0 auto;
}

.wedding_magic_package {
	width: 355px; 
	border: 1px solid red; 
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 50px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cta_button_container {
	width: 300px; margin: 0 auto;
}

.book_now_button {
	width: 300px; height: 30px; border: none; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; background-color: #e41513; color: white;
}

.laptop_navigation {
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	width: 500px;
	/*border: 1px solid black;*/
	background-color: white;
}

.laptop_navigation li {
	font-size: 1.5em;
}

/*.youtube_embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}*/

#packages_container {
	/*display: flex; 
	flex-direction: horizontal; */
	justify-content: space-between;
}

.package_container {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
	height: 450px;
	border: 1px solid #e90000;
	z-index: 0;
	background-color: white;
	color: black;
}

.display_price {
	font-size: 2em;
	color: #e41513;
}

#CA_form_1 {
	position: absolute;
	bottom: 0px;
	height: 0px;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: hidden;
	/*border: 1px solid black;*/
	z-index: 6;
	background-color: teal;
	transition: 0.5s;
}

.friendly_image {
	width: 355px;
	height: auto;
}

#CA_form_2 {
	position: absolute;
	bottom: 0px;
	height: 0px;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: hidden;
	/*border: 1px solid black;*/
	z-index: 6;
	background-color: white;
	transition: 0.5s;
}

.button {
	background-color: green;
	margin: 0 auto;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
}

.calendar_card{
	width: 355px;
	height: 60px;
	border: 1px solid lightblue;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	/*justify-content: center;*/
	line-height: 30px;
	background-color: lightblue;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	flex-direction: horizontal;
	overflow-y: hidden;
}

#day{
	font-size: 0.8em;
	text-align: center;
	/*border: 1px solid black;*/
	line-height: 15px;
}
#date{
text-align: center;
font-size: 0.8em;
line-height: 15px;
}
#year{
text-align: center;
line-height: 15px;
}

#date_tile {
	width: 50px;
	height: 50px;
	background-color: orange;
	border-radius: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.scheduled_event_name {
	width: 300px;
	margin-left: 5px;
}

.button_text {
	text-align: center;
}

#intro_video {
	 position: relative;
  	width: 100%;
  	padding-bottom: 40%; /* 16:9 aspect ratio (height / width) */
  	overflow: hidden;
}

.mobile_images {
	display: block;
  margin: 0 auto;
}

#intro_video iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nav {
	width: 0px;
	height: 100%;
	overflow: hidden;
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#nav li {
	list-style: none;
	/*display: inline;*/
	margin-left: 15px;
}

#nav li a {
	text-decoration: none;
	color: grey;
}

#nav li a:hover {
	color: red;
}

#logo {
	margin-top: 0px;
	margin-left: 10px;
}

.logo {
	width: 200px;
}

.menu {
	width: 30px;
	margin-top: 10px;
	margin-right: 10px;
}

#header_content_container {
	width: 375px;
	margin: 0 auto;
	display:  flex;
	/*flex-direction: horizontal;*/
	justify-content: space-between;
	/*border: 1px solid blue;*/
}

.main_headline {
	color: #ec0000; 
	font-family: 'Avenir'; 
	text-transform: capitalize; 
	font-variant: small-caps;
	font-size: 1.4em;
	text-align: center;
}

/*
================================================================================================================

					// header

================================================================================================================
*/

 

/*
================================================================================================================

					billboard

================================================================================================================
*/

.adam_vee_portrait {
	width: auto;
	max-height: 340px;
}

.billboard_background {
	width: 100%;
	height: 340px;
	border-top: 1px solid red; 
	border-bottom: 1px solid red; 
	/*background-image:url('/resources/images/bg_gold_grey.png');*/
	background: linear-gradient(45deg, gold, grey);
	/*background-color: lightslategrey;*/
}

.billboard_content {
	width: 375px; margin: 0 auto; display: flex; flex-direction: horizontal;
}


.corporate_logos {
	width: 180px; 
}

/* avg is the adam vee guarantee box */

.avg {
	font-size: 0.65em;
	width: 150px; 
	height: auto; 
	margin: 0 auto; 
	border: 1px solid red; 
	border-radius: 5px 5px 5px 5px; 
	background-color: white;
}

/* enquiry form is the master div for the enquiry form */

.enquiry_form {
	min-width: 100%;
	height: 0px;
	overflow: hidden;

	position: fixed;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}

.enquiry_form_background {
	min-width: 300px; 
	height: 470px;
	background-color: white ; /* #7BC2BC; */
	border-radius: 10px 10px 0px 0px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	z-index: 10;
	border-top: 1px solid grey;
	/*margin-left: 20px;*/
}

.enquiry_form_spacer {
	width: 60px;
}

.enquiry_form_heading_container {
	width: 250px
}

.enquiry_form_close {
	margin-left: 15px; 
	font-family: Arial;
}

.enquiry_form_heading_master_container {
	width: 375px; 
	display: flex; 
	flex-direction: horizontal;
}

.form_container {
	width: 250px; 
	margin: 0 auto;
}

.premium_live_magic {
	margin-left: 30px;
	width: 200px;
}

.get_quote_footer {
	width: 100%;
	height: 50px;
	background-color: white;
	border-top: 1px solid black;
	transition:  0.5s;
	z-index: 2;
	
	position: fixed;
	bottom: 0;
	left: 0;
}

.get_quote_cta {
	width: 300px;
	height: 30px;
	text-align: center;
	font-family: Arial;
	color: white;
	background-color: #e41513;
	border-radius: 5px 5px 5px 5px;
	margin: 0 auto;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.get_quote_text {
	line-height: 30px;
}

/*
================================================================================================================

					// billboard

================================================================================================================
*/

#video_gallery_master_container {
		width: 375px; 
		margin: 0 auto; 
		height: auto; 
}

.heading {
	font-family: Bebas Neue;
	font-size: 2em;
	text-align: center;
	color: #e90000;
}

#video_gallery_container{
	width: 375px; 
	height: auto; 
}

.video_thumbnail {
	width: 300px;
	height: 200px;
	border: 1px solid grey;
	border-radius: 10px;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.laptop_only {
	display: none;
}

.full_width_section {
	 padding-top: 30px; 
	 padding-bottom: 50px; 
	 height: auto%;
}

.social_proof_logos {
	height: 30px;
	margin-left: 30px;
	width: auto;
}

#logo h1 {
	margin-top: 10px;
}

#phone_number {
	width: 360px;
	margin-top: 10px;
	/*border: 1px solid black;*/
}

.text_column {
	width: 365px;
	margin: 0 auto;
}

.testimonial_grid{
	width: 365px;
	margin: 0;
}

.quote_box{
	text-align: center;
	/*border: 1px solid red;*/
	width: 200px;
	margin: 0 auto;
}

.testimonial{
	justify-content: center;
  	align-items: center;
}

#footer {
	width: 375px;
	z-axis: 5;
}

#billboard_panel {
	width: 375px;
	height: 500px;
	margin: 0 auto;
	/*border-bottom: 1px solid black;*/
	/*background-image: url('https://www.adamvee.co.uk/wp-content/uploads/2023/01/alexander-grey-NkQD-RHhbvY-unsplash-scaled.jpg');
	background-size: contain;*/
}