body {
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	color: #ffffff;
	font-family: 'Poppins';
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #8b0000;
	background-attachment: fixed;

	background-image: -webkit-linear-gradient(
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 100%
		),
		url('../assets/unsplash_lOsbnJKTaI8.png');
	background-image: -moz-linear-gradient(
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 100%
		),
		url('../assets/unsplash_lOsbnJKTaI8.png');
	background-image: -o-linear-gradient(
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 100%
		),
		url('../assets/unsplash_lOsbnJKTaI8.png');
	background-image: -ms-linear-gradient(
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 1) 100%
		),
		url('../assets/unsplash_lOsbnJKTaI8.png');
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
		url('../assets/unsplash_lOsbnJKTaI8.png');
}

.container {
	padding: 24px;
}

.terra-navbar {
	background: #8b0000;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	padding: 24px;
}

.terra-navbar img {
	height: 70px;
	width: auto;
}

.maintenance-container {
	display: flex;
	justify-content: center;
}

.maintenance-icon {
	height: auto;
	width: 240px;
	margin-top: 10px;
}

.m-paragraph-container {
	text-align: center;
}

.m-paragraph-container h1 {
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}

.m-paragraph-container p {
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 26px;
}

.socials-container {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.socials-container a {
	margin: 0 8px;
	position: relative;
	bottom: 0;
}

.socials-container a img {
	height: 35px;
	width: auto;
}

.socials-container a:hover img {
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
	border-radius: 40px;
}

/*******************************
					Media Query
********************************/

@media only screen and (min-width: 375px) {
	.maintenance-icon {
		width: 270px;
	}

	.m-paragraph-container h1 {
		font-size: 32px;
	}

	.m-paragraph-container p {
		font-size: 22px;
	}

	.socials-container a {
		margin: 0 12px;
	}
}

@media only screen and (min-width: 768px) {
	.maintenance-icon {
		width: 320px;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1500px) {
	.terra-navbar img {
		height: 80px;
	}

	.maintenance-icon {
		width: 300px;
		margin-top: 10px;
	}

	.m-paragraph-container h1 {
		font-size: 40px;
		margin-top: 30px;
	}

	.m-paragraph-container p {
		font-size: 30px;
	}

	.socials-container a img {
		height: 40px;
	}

	.socials-container a {
		margin: 0 18px;
	}
}

@media only screen and (min-width: 1600px) {
	.terra-navbar img {
		height: 100px;
	}

	.maintenance-icon {
		width: 350px;
	}

	.m-paragraph-container h1 {
		font-size: 50px;
	}

	.m-paragraph-container p {
		font-size: 30px;
	}

	.socials-container a img {
		height: 50px;
	}

	.socials-container a {
		margin: 0 18px;
	}
}

@media only screen and (min-width: 1900px) {
	.terra-navbar {
		padding: 30px;
	}

	.terra-navbar img {
		height: 120px;
	}

	.maintenance-icon {
		width: 350px;
		margin-top: 20px;
	}

	.m-paragraph-container h1 {
		font-size: 50px;
		margin-top: 40px;
	}

	.m-paragraph-container p {
		font-size: 30px;
	}

	.socials-container {
		margin-top: 80px;
	}

	.socials-container a img {
		height: 50px;
	}

	.socials-container a {
		margin: 0 18px;
	}
}

@media only screen and (min-width: 1940px) {
	.maintenance-icon {
		width: 500px;
		margin-top: 60px;
	}

	.socials-container {
		margin-top: 150px;
	}
}
