@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

* {
	font-family: "Titillium Web", sans-serif;
}
.logoHeight {
	height: 90px !important;
}
.logofooter {
	height: 60px !important;
}
.toast {
    z-index: 9999; /* Ensure it's on top of other elements */
  }
.hero {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 88px;
}
.button-primary {
	background: hsl(32, 55%, 54%);
	/* background: linear-gradient(65deg, #e1d82e 0, #b8a81b 100%); */
}
.button:hover {
    background: #6a6f7d;
}
.colorDiv {
	background: #e0b45f;
}
.colortext {
	color: #e0b45f;
}
.colorGrey {
	background: #646a6f;
}
.colordark {
	background: linear-gradient(to left top, #383c3f, rgba(2, 112, 215, 0));
}
.tick-table-features li::before {
	content: "";
	width: 16px;
	height: 12px;
	margin-right: 16px;
	background-image: url("/dist/images/svg/download.svg");
	background-repeat: no-repeat;
}

.navbar .navbar-brand {
	font-size: 30px;
}
.navbar .nav-item {
	padding: 10px 20px;
}
.navbar .nav-link {
	font-size: 20px;
	margin-left: 10px;
}
.navbar_col {
	font-size: 50px;
	background: #d0d4d1;
	color: white;
	border: solid;
	/* border-bottom: 10px; */
	/* border-color: black; */
	/* border-radius: 5px; */
}
.navbar {
	margin-bottom: 50px;
}
/* .container{
    margin-bottom: 50px;
} */
.footer {
	background: #d0d4d1;
	text-align: center;

	/* font-size: 50px; */
}
.copyright {
	margin-top: 20px;
}
.footer_margin {
	/* margin-top: 20px; */
	padding: 15px;
}
.content {
	margin-bottom: 60px;
}
