#footer{
	z-index:0;
	border-top:1px solid #696969;
	width:100%;
	padding:0px;
	//height:200px;
	background:#c3c3c3;
    flex-shrink: 0;
	font-size:14px;
	position:fixed;
	bottom:0px;
}
.footerDiv{
	height:85%;
	width:20%;
	padding:0px 2% 0px 2%;
	border:1px solid red;
	//float:left;
	font-size:14px;
	line-height:100%;
	background:#c3c3c3;
}
.footLogo{
	padding-top:12px;
}
.foot1{
    line-height:120%; 
    padding-top:0px;

}
.foota{
	color:#000;
    text-decoration:none;
}
.footfoot{
	width:100%;
	position:relative;
	text-align:center;
	line-height:150%;
	background:#c3c3c3;
	//border:0px solid red;
	font-size:0.85em;
}
.footerDiv{
	height:100%;
	width:20%;
	padding:0px 2% 0px 2%;
	border:none;
	//float:left;
	font-size:14px;
	line-height:100%;
	background:#c3c3c3;
}
.footerDiv2{
	height:100%;
	width:20%;
	padding:0px 2% 0px 2%;
	//border:1px solid green;
	//float:left;
	font-size:14px;
	line-height:100%;
	background:#c3c3c3;
	margin-left: auto;
}

#footerx{
	display:flex;
	width:100%;
	//position:fixed;
	bottom:0px;
	//border:1px solid blue;
	background:#c3c3c3;
}
@media screen and (max-width: 700px) {
	.desktop{
		display:none;
	}
}
@media screen and (min-width: 700px) {
	.mobile{
		display:none;
	}
}

p{
	line-height:30%
}
.greenButton{
	background:#85A13A;
	border:1px solid #85A13A;
	border-radius:5px;
	color:#fff;
}
