html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: 'Quicksand', sans-serif;
	color: #dac599;
}
.footer_m {
	display: none;
}
.footer {
	position: relative;
	height: 150px;
	width: 100%;
	background-color: #a7beb5;
	box-sizing: border-box;
}
.footer .links1 {
	top: 1em;
	text-align: center;
	position: relative;
}
.footer .links1 a{
	top: 5px;
	font-size: 20px;
	margin-left: 4rem;
	margin-right: 4rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
.footer .links1 a:hover{
	color: grey;
}
.footer .menu1 {
	box-sizing: border-box;
	width: 200px;
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
}
.footer a {
	color: white;
	text-align: center;
	text-decoration: none;
}
.footer .logo {
	position: absolute;
	width: 300px;
	left: 5px;
	bottom: 0;
}
.footer .niotact {
	position: absolute;
	width: auto;
	font-size: 14px;
	bottom: 10px;
	right: 10px;
	color: white;
	line-height: 0.4;
}
.footer .copyright {
	color: white;
	line-height: 0.4;
	position: absolute;
	width: 300px;
	font-size: 13px;
	left: 72px;
	bottom: 0px;
}
.footer .terms {
	position: absolute;
	width: auto;
	font-size: 12px;
	bottom: 1em;
	left: 50%;
	transform: translate(-50%, 0%);
	color: white;
	line-height: 0.4;
}
.footer .terms a{
	margin-right: 3em;
}

@media only screen and (max-width: 800px) {

	.footer {
		display: none;
	}

	.footer_m {
		display: block;
		width: 100%;
		height: 350px;
		position: relative;
		background-color: #a7beb5;

	}

	.footer_m .links1_m {
		text-align: center;
		position: relative;
		top: 20px;
	}

	.footer_m .links1_m a{
		top: 5px;
		font-size: 16px;
		margin: 10px;
		color: #fff;
		text-decoration: none;
		transition: all 0.5s;
	}

	.footer_m .logo {
		position: absolute;
		width: 300px;
		left: 5px;
		bottom: 0;
	}

	.footer_m .copyright {
		color: white;
		line-height: 0.4;
		position: absolute;
		width: 300px;
		font-size: 13px;
		left: 60px;
		bottom: 0px;
	}

	.footer_m .niotact {
		position: absolute;
		width: auto;
		font-size: 14px;
		bottom: 120px;
		left: 50%;
		transform: translate(-50%,0);
		color: white;
		line-height: 0.4;
	}

	.footer_m .terms {
		position: absolute;
		width: auto;
		font-size: 12px;
		bottom: 180px;
		left: 50%;
		transform: translate(-50%, 0%);
		color: white;
		text-align: center;
	}
}