.headerImage {
	box-shadow: 0 1px 1px #aaaaaa;
	height: 50px !important;
}

.honImage {
	max-width: 150Px;
}

#OuterFrame {
	min-height: calc(100% - 80px);
}

.footer-section {
	position: relative;
	font-size: 14px;
	background-color: #303030;
	color: #dfdfdf !important;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 5px 5px 5px;
	bottom: 0;
}

.footertxt-font {
	color: #dfdfdf !important;
}

.footer-ul {
	display: inline-flex;
	margin-bottom: 0px;
}

.footer-li {
	list-style: none;
	margin-left: 10px;
}

.footer-li-border {
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.footertxt-left {
	text-align: left;
}

.footertxt-center {
	text-align: center;
}

.footertxt-right {
	text-align: right;
}

@media screen and (max-device-width : 767px) , ( max-width : 400px) , (
		max-height : 400px) {
	.footer-section {
		font-size: 12px;
	}
	.footer-ul {
		display: inline;
		padding: 0px;
	}
	.footer-li {
		list-style: none;
		margin-left: 0px;
	}
	.footer-li-border {
		border-right: none;
		padding-right: 0px;
	}
	#OuterFrame {
		height:fit-content;
		min-height: calc(100% - 200px);
	}
	.footer {
	position:relative !important;
	}
}


.footer {
	position:absolute;
    bottom: 0;
    z-index: 2;
}

.dark-theme {
    background-color: #303030 !important;
    color: #fff;
}
.noPadding {
    padding: 0px;
}