body {
	font-family: 'Montserrat', sans-serif;
	background: #eee;
}
.navbar-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.navbar-inner {
	display: flex;
	justify-content: space-between;
}
.navbar-left, .navbar-right {
	display: flex;
	align-items: center;
}
.navbar-logo-area, .navbar-logo-area:hover {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none !important;
}
.navbar-logo-img {
	width: 100px;
}
ul.nav-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
    margin-left: 30px;
    font-size: 18px;
}
li.nav-link-item {

}
li.nav-link-item a {
	color: #000;
	text-decoration: none !important;
}

.body-content {
	min-height: calc(100vh - 62px - 77.89px); /* Fallback for browsers that do not support Custom Properties */
  	min-height: calc((var(--vh, 1vh) * 100) - 62px - 77.89px);
}

.footer-wrapper {
	padding-top: 10px;
    padding-bottom: 10px;
    background: #808080;
    color: #fff;
}
.website-footer {

}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo-area, .footer-logo-area:hover {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.footer-logo-img {
	width: 70px;
}
.footer-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
.footer-link-item {
	font-size: 14px;
}
.footer-link-item a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer-inner {
		flex-direction: column;
		row-gap: 20px;
	}
	.body-content {
		min-height: calc(100vh - 157.73px - 66.31px); /* Fallback for browsers that do not support Custom Properties */
	  	min-height: calc((var(--vh, 1vh) * 100) - 157.73px - 66.31px);
	}
	.footer-logo-img {
		width: 60px;
	}
	.navbar-logo-img {
	    width: 80px;
	}
	.questionnaire-heading {
    	font-size: 1.7rem;
	}
}