.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.landing-page-wrapper {
	max-width: 1300px;
	width: 100%;
	margin-inline: auto;
	background-image: linear-gradient(180deg, #ffffffde 0%, #ffffffed 100%), url(/imageserver/UserMedia/skylight/storm-bg003.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.landing-page-heading {
	position: relative;
	background-image: url(/imageserver/UserMedia/skylight/storm-image001.jpg);
	background-position: center 87%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffce50;
	padding: 250px 15px;
	background-blend-mode: overlay;
}

.heading-wrapper {
	max-width: 820px;
	margin-inline: auto;
	border: 5px solid #fff;
	padding: 10px 25px;
	color: #fff;
	background: var(--blue);
	position: relative;
	margin-top: -200px;
}

.heading-wrapper h1 {
	color: #fff;
	max-width: 5ch;
	font-size: 68px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.heading-wrapper h2 {
    font-size: 42px;
	font-weight: 700;
    text-transform: uppercase;
}

.heading-info {
    font-size: 28px;
	font-weight: 600;
    text-transform: uppercase;
}

.landing-page-text {
	position: relative;
	padding: 30px 15px;
}

.landing-page-content.content-wrapper {
	max-width: 800px;
	text-align: center;
}

.event-info {
	font-size: 32px;
	max-width: 30ch;
	color: var(--blue);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 50px auto auto;
}


.form-container {
	background-color: #264785;
	border-top: 6px solid var(--yellow);
	border-radius: 10px;
	max-width: 560px;
	width: 98.5%;
	margin-inline: auto;
	margin-top: 35px;
	border: 5px solid #f9f9f9;
	padding: 35px 15px;
	text-align: center;
	border-radius: 30px;
}

.form-title {
	color: var(--blue);
	font-size: 28px;
	font-weight: 600;
}

.form-container .form_field_title {
	color: #fff;
}

.form-container .form_field_element {
	color: #000;
	background-color: #f8f8f84f;
	border-radius: 30px;
	text-align: center;
}

.form-container .btn.btn-primary {
	background: var(--yellow);
	border: none;
}

.form-container .btn.btn-primary:hover {
	background: var(--yellow);
	border: none;
    opacity: 0.7;
}

.maincontent_wrapper form {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.landing-page-image {
	text-align: center;
	padding: 80px 12px 40px;
}

.landing-page-image img{
	max-width: 650px;
    width: 100%;
}


@media (max-width: 1200px) {
.heading-wrapper h1 {
	font-size: 62px;
}
.event-info {
	font-size: 30px;
}
.event-highlight {
	font-size: 32px;
}
.event-schedule {
	font-size: 46px;
}
}

@media (max-width: 1100px) {
.registration-image ,
.registration-form {
	width: 100%;
margin: 0px auto 60px;
}

.form-title,
.form-text {
text-align: center;
}

.sponsored-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding: 15px;
	margin: 40px auto 0px;
}
}

@media (max-width: 981px) {
.heading-wrapper h1 {
	font-size: 52px;
}

.landing-page-heading h2 {
	font-size: 38px;
}
.event-info {
	font-size: 28px;
}
.event-highlight {
	font-size: 30px;
}
.event-schedule {
	font-size: 42px;
}
.location-name {
	font-size: 28px;
}
.location-address {
	font-size: 17px;
}
}

@media (max-width: 650px) {
.heading-wrapper h1{
	font-size: 48px;
}

.heading-wrapper h2 {
	font-size: 36px;
}
.event-info {
	font-size: 26px;
}
.event-highlight {
	font-size: 28px;
}
.event-schedule {
	font-size: 40px;
}
.location-name {
	font-size: 26px;
}
.location-address {
	font-size: 15px;
}
}

@media (max-width: 560px) {

    .heading-wrapper h1{
	font-size: 40px;
}

.heading-wrapper h2 {
	font-size: 28px;
}

.event-info {
	font-size: 20px;
}

.event-highlight {
	font-size: 34px;
}

.event-schedule {
	font-size: 38px;
}
.location-name {
	font-size: 20px;
}
.location-address {
	font-size: 13px;
}
}

@media (max-width: 480px) {
.heading-wrapper h1{
	font-size: 34px;
}

.landing-page-heading h2 {
	font-size: 24px;
}
.event-info {
	font-size: 18px;
}

}