@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #fff;
}
h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5 {
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	margin: 0 0 40px;
}
h1,
.heading-1 {
	font-size: 50px;
	line-height: 60px;
}
h2,
.heading-2 {
	font-size: 40px;
	line-height: 50px;
}
h3,
.heading-3 {
	font-size: 30px;
	line-height: 20px;
}
h4,
.heading-4 {
	font-size: 26px;
	line-height: 36px;
}
h5,
.heading-5 {
	font-size: 20px;
	line-height: 30px;
}
p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 30px;
}
a,
a:link,
a:visited,
a:focus {
	color: #e0a385;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
.the-button {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	border: 4px solid #e0a385;
	background-color: transparent;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
}
.the-button:hover {
	border: 4px solid #e0a385;
	background-color: #e0a385;
}

.container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.container-content {
	background: #212837;
	background: -webkit-gradient(linear, left top, left bottom, from(#212837), to(#ca8b6c)) no-repeat;
	background: linear-gradient(180deg, #212837, #ca8b6c) no-repeat;
	background-size: cover;
}
.container-narrow {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.dashed-divider {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: #e0a385;
	padding-bottom: 100px;
}
.hero-section {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url("../../assets/dist/hero-von-fey-jupiter-forest-1536x.webp");
	background-size: cover;
	background-position: center;
}
.hero-section h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.entity-section {
	padding: 160px 20px 80px;
}
.frequencies-section,
.origin-signal-section,
.make-contact-section {
	padding: 80px 20px;
}
.frequencies-section .sc-music {
	padding: 0 0 40px;
}
.make-contact-section i {
	font-size: 60px;
}
.make-contact-section a {
	color: #212837;
}
.make-contact-section a:hover {
	color: #ffffff;
}
footer {
	font-size: 16px;
	padding: 20px;
	text-align: center;
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.hero-section {
		height: 84vh;
	}
}
@media screen and (max-width: 350px) {
	.hero-section {
		height: 74vh;
	}
}
