#main-wrap {
	background-color: #032944 !important;
}

.lg-heading-1 {
	font-size: 100px;
	font-weight: 300;
	letter-spacing: 1.1px;
	line-height: 1em;
	color: #a5dbdb;
}

.lg-heading-2 {
	font-size: 100px;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-family: "vag-rundschrift-d",sans-serif;
	color: #ffde17;
}

.infopanel {
	color: #fff;
	font-size: 18px;
}

.intro {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
}
.intro .sub-heading {
	color: #a5dbdb;
	font-size: 44px;
	letter-spacing: 1px;
	line-height: 1.25em;
	margin: 2em 0 0 0;
}
@media screen and (max-width: 768px) {
	.intro .sub-heading {
		color: #a5dbdb;
		margin: 1.5em 0 0 0;
	}
}
.share {
	color: #fff;
	font-size: 26px;
}
.share .heading-1 {
	color: #a5dbdb;
	font-size: 80px;
	line-height: 1em;
	margin-bottom: .25em;
}
.share .heading-2 {
	color: #a5dbdb;
	font-family: "vag-rundschrift-d",sans-serif;
	font-size: 80px;
	line-height: 1em;
	margin-bottom: .25em;
}

.btn-outline-primary.lightblue {
	color: #a5dbdb;
	border-color: #a5dbdb;
}
.btn-outline-primary.lightblue:hover {
	background-color: #a5dbdb;
	color: #032944;
}

.btn-outline-primary {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-outline-primary i {
	margin-left: .25em;
}
.btn-outline-primary.btn-lg {
	font-size: 1em;
}
.btn-outline-primary.white {
	color: #fff;
	border-color: #fff;
}
.btn-outline-primary.white:hover {
	background-color: #fff;
	color: #0368ab;
}

.announce-text-1 {
	color: #a5dbdb;
	font-size: 14vw;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 8vw;
	margin: auto;
	text-align: center;
}

.announce-text-2 {
	color: #ffde17;
	font-family: "vag-rundschrift-d",sans-serif;
	font-size: 13vw;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 10vw;
	margin: auto;
	text-align: center;
}

.panel-1.inner-main section:first-child {
	position: relative;
	/*margin-top: -1em;*/

}

.panel-2.inner-main section:first-child {
	position: relative;
	margin-top: -3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.lg-heading-1,
	.lg-heading-2 {
		font-size: 55px;
	}
	
	.infopanel {
		font-size: 16px;
	}
	
	.share {
		font-size: 28px;
	}
}

@media screen and (max-width: 980px) {
	.container-fluid {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.announce-text-1 {
		font-size: 13vw;

	}
	.announce-text-2 {
		font-size: 12vw;
	}
	
	.lg-heading-1,
	.lg-heading-2 {
		font-size: 11vw;
	}
	
	.share .heading-1,
	.share .heading-2 {
		font-size: 11vw;
	}
}
/* Helps with overlay of text on mobile */
@media screen and (max-width: 980px) {
    .announce-text-1 {
        font-size: 13vw !important;
        line-height: 5vw !important;
    }
		.lg-heading-1 {
		font-size: 11vw;
	}
		.share .heading-1 {
		font-size: 11vw;
	}
}