.home #main-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}

/* .home .event-address {
	font-size: 18px;
	line-height: 21px;
	font-size: 21px;
	line-height: 32px;
} */

.home #hero {
	min-height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home #hero .hero-content {
	gap: 1rem;
}

#hero .hero-copy h1 span:first-child {
	font-size:30px;
}
#hero .hero-copy h1 span:last-child {
	font-size:36px;
}

.home #save-the-date .abtn{
	width: 60%;
	text-align: center;
	padding:.75rem 3rem;
}

.home #contact {
	background-image: url(/wp-content/uploads/2023/03/contact-section-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home #guests .guest-content p {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 1rem;
}

.home #guests .guest-content p strong {
	font-size: 30px;
	line-height: 1;
}

.home #guests .guests-colum-bg-image {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 500px;
}

.home .collab-gallery .small {
	width:75px;
	height:75px;
}

[class^="grid"] {
	display: grid;
}

.grid-2 {
	grid-template-columns:1fr 1fr;
	width:900px;
	margin:auto;
}

.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
	grid-template-columns: repeat(6, 1fr);
}

.grid-center {
	place-items: center;
}

.container-inner {
	padding-left: var(--bs-gutter-x, .75rem);
	padding-right: var(--bs-gutter-x, .75rem);
	max-width: 660px;
	margin: 0 auto;
}

#contact-wrapper input:not(input[type="submit"]),
#contact-wrapper textarea {
	width: -webkit-fill-available;
	width: 100%;
}

.border-before {
	position: relative;
	padding-left: 1.5rem;
}

.col-border {
	position: relative;
	padding-bottom: 4rem;
}

.col-border:before {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	height: 90px;
	width: 1px;
	height: 74px;
}

.border-before:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #1b1b3b;
	width: 2px;
}

.text-dark-blue:before {
	background-color: var(--blue-dark);
	margin: 1.5rem 0;
}

#back-to-business p:before {
	content: ' ';
	position: absolute;
	z-index: 100;
	top: 30px;
	left: -74px;
	height: 62px;
	background: url('/wp-content/uploads/2022/08/CEC-LP-Arrow.png');
	background-size: auto;
	background-size: auto;
	width: 66px;
	background-size: cover;
}

#back-to-business p {
	/*font-size: 19px;
	line-height: 24px;*/
	width: 500px;
	max-width: 100%;
	padding: 33px 0;
	position: relative;
	margin-left: 120px;
}

#commitee-members .grid-5,
#partners .grid-5 {
	max-width:1000px;
	margin:auto;
}

@media (max-width: 1400px) {

	.register-head p,
	.register-head p span {
		font-size: 37px;
	}
}

@media (max-width: 990px) {

	#hero .hero-copy h1 span:first-child {
		font-size:20px;
		margin-bottom: 1rem;
	}
	#hero .hero-copy h1 span:last-child {
		font-size:26px;
	}

	.home #save-the-date .abtn{
		width: 100%;
		text-align: center;
		padding:.75rem 3rem;
	}

	.home #guests .guest-content {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}

	.register-head p,
	.register-head p span {
		font-size: 24px;
		line-height: 25px;
		display: block;
	}

	.col-border:before {
		height: 70px;
	}

	.home .event-address {
		font-size: 15px;
		line-height: 18px;
	}

	.mobile-center * {
		text-align: center;
	}

	[class^="grid"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}

}