html,
body {
	font-family: 'Poppins';
}
a {
	color: rgb(79, 216, 193);
}
main {
	background-color: whitesmoke;
	max-width: 900px;
	box-shadow: 30px 0px 40px rgba(0, 0, 0, 0.1), -30px 0px 40px rgba(0, 0, 0, 0.1);
	min-height: 600px;
	height: 100% !important;
	/*
  margin: auto;
  overflow: hidden; */
	margin: auto;
}
/*============pacem ================== */
.pacem-controllers {
	padding-left: 10px;
}
/*============pacem ===========ENDS=== */
/*============mdir help ============== */

.underConstuction {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(214, 52, 52);

}
/*============mdir help ============== */

/*============ footer ============== */
footer {
	width: 100%;
	color: grey;
	text-align: center;
	justify-content: center;
}
.footer-container {
	padding: 0;
	margin: 0;
	width: 100%;
	margin: auto;
	background-color: transparent;
}
/*============ footer ==========ENDS */

/*========== Take away link underline ===========*/

#logo {
	font-size: 40px;
}
h1 {
	color: orange;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.container-fluid {
	}

	/*============= About ==================ENDS*/
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.container-fluid {
	}
	.main {
		background-color: #125688;
		max-width: 1200px;
		min-width: 920px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#nav-text a {
		word-break: unset;
		white-space: nowrap;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
