.waves-section {
	background-color: var(--legacy-blue);
	height: 600px;
	width: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.waves-section:after {
		content: "";
		padding-bottom: 100%;
	}

.waves-section-left {
	width: 50%;
	height: 100%;
	background-image: url("../Assets/Background/Side_Wave_Red.svg");
	background-size: cover;
	padding: 0;
	margin: 0;
}

.waves-section-right {
	width: 50%;
	height: 100%;
	background-image: url("../Assets/Background/Side_Wave_Gold.svg");
	background-size: cover;
	padding: 0;
	margin: 0;
}

/* === Section Left - Logo === */

.logo-container {
	position: relative;
	width: 60%;
	top: 10%;
	left: 40%;
	
}

	.logo-container img {
		margin-left: 50%;
		transform: translate(-50%, 0);
		width: 23vmin;
				background-image: url("../Assets/Icons/Legacy_logo.svg");
	}

.logo-text {
	font-family: var(--title-text);
	font-size: 2.5vmin;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

/* === Section Right - Text === */

.text-container {
	position: relative;
	top: 8%;
}

.waves-title {
	color: var(--legacy-red);
	font-family: var(--title-text);
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	width: 50%;
	margin-bottom: 6%;
}

	.waves-title span {
		white-space: nowrap;
	}

.waves-paragraphs {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.waves-paragraphs p {
	margin-bottom: 0;
	margin-top: 12px;

}

	.waves-paragraphs p:nth-child(1) {
		width: 60%;
	}

	.waves-paragraphs p:nth-child(2) {
		width: 70%;
	}

	.waves-paragraphs p:nth-child(3) {
		width: 80%;
	}

	.waves-paragraphs p:nth-child(4) {
		width: 90%;
	}

.link-text {
	color: var(--legacy-gold);
	text-decoration: none;
}

/* ====== Media Queries ====== */

@media only screen and (min-width: 400px) and (orientation: landscape) {
	.waves-section {
		height: 350px;
	}

	.logo-container {
		top: 4%;
	}

	.text-container {
		top: 2%;
	}

	.waves-title {
		width: 60%;
	}

	.waves-paragraphs {
		font-size: 1rem;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 80%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 90%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 90%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 90%;
		}
}

@media only screen and (min-width: 500px) and (orientation: landscape) {
	.waves-section {
		height: 400px;
	}

	.logo-container {
		top: 6%;
	}

	.text-container {
		top: 4%;
	}

	.waves-title {
		width: 75%;
	}

	.waves-paragraphs {
		font-size: 1.1rem;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 65%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 75%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 75%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 80%;
		}
}

@media only screen and (min-width: 600px) and (orientation: landscape) {
	.waves-section {
		height: 450px;
	}

	.logo-container {
		top: 7%;
	}

	.text-container {
		top: 5%;
	}

	.waves-title {
		width: 80%;
	}

	.waves-paragraphs {
		font-size: 1.2rem;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 60%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 75%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 80%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 80%;
		}
}


@media only screen and (orientation: landscape) and (min-width: 700px) {
	.waves-section {
		height: 500px;
	}

	.logo-container {
		top: 8%;
	}

	.text-container {
		top: 6%;
	}

	.waves-title {
		width: 70%;
	}

	.waves-paragraphs {
		font-size: 1.4rem;
	}

	.waves-paragraphs p:nth-child(1) {
		width: 60%;
	}

	.waves-paragraphs p:nth-child(2) {
		width: 75%;
	}

	.waves-paragraphs p:nth-child(3) {
		width: 75%;
	}

	.waves-paragraphs p:nth-child(4) {
		width: 75%;
	}
}

@media only screen and (min-width: 800px) and (orientation: landscape) {
	.waves-section {
		height: 550px;
	}

	.logo-container {
		top: 9%;
	}

	.text-container {
		top: 7%;
	}

	.waves-title {
		width: 60%;
	}

	.waves-paragraphs {
		font-size: 1.4rem;
	}

	.waves-paragraphs p:nth-child(1) {
		width: 45%;
	}

	.waves-paragraphs p:nth-child(2) {
		width: 55%;
	}

	.waves-paragraphs p:nth-child(3) {
		width: 65%;
	}

	.waves-paragraphs p:nth-child(4) {
		width: 70%;
	}
}
@media only screen and (min-width: 1000px) {
	.waves-title {
		width: 45%;
	}

	.waves-paragraphs {
		font-size: 1.6rem;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 45%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 55%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 60%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 70%;
		}
}

@media only screen and (min-width: 1200px) {
	.waves-title {
		width: 42%;
		font-size: 2rem;
	}

	.waves-paragraphs p:nth-child(1) {
		width: 42%;
	}

	.waves-paragraphs p:nth-child(2) {
		width: 45%;
	}

	.waves-paragraphs p:nth-child(3) {
		width: 50%;
	}

	.waves-paragraphs p:nth-child(4) {
		width: 60%;
	}
}

@media only screen and (min-width: 1400px) {
	.waves-title {
		width: 35%;
		font-size: 2.2rem;
	}

	.waves-paragraphs {
		font-size: 1.6rem;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 35%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 40%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 45%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 50%;
		}
}

@media only screen and (orientation: portrait) {
	.waves-section {
		height: 195vmin;
		display: block;
	}

	.waves-section-left {
		width: 100%;
		height: 50%;
	}

	.waves-section-right {
		width: 100%;
		height: 50%;
	}

	.waves-title {
		padding-top: 0;
		margin-top: 0;
		margin-left: 8%;
		width: 40%;
		font-size: 5vmin;
		margin-bottom: 3%;
	}

	.waves-paragraphs {
		margin-left: 8%;
		width: 65%;
		font-size: 3vmin;
		line-height: 3.5vmin;
	}

		.waves-paragraphs p:nth-child(1) {
			width: 67.5%;
		}

		.waves-paragraphs p:nth-child(2) {
			width: 90%;
		}

		.waves-paragraphs p:nth-child(3) {
			width: 90%;
		}

		.waves-paragraphs p:nth-child(4) {
			width: 90%;
		}

	.no-white-space {
		white-space: nowrap;
	}

	.waves-title span {
		white-space: normal;
	}
}
