#footer {
	font-size:10px;
	background: #111;
	color: white;
	width: 100% !important;
	padding-bottom: 15px;
	/*margin-top: 300px;*/
}
#footer p {
	margin: 0;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:visited {
  color: #ffffff
}
.copyright {
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: white;
}
.footer-txt {
	font-size:14px;
	color:grey;
}
.troubles {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background: rgb(0, 0, 156);
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 5px;
	border: 2px solid rgb(0, 9, 109);
}
.troubles:hover {
	border: 2px solid rgb(0, 5, 56) !important;
	background-color: rgb(0, 0, 94) !important;
}
.contact {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background: green;
	padding: 10px;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
	border: 2px solid rgb(16, 100, 0);
}
.contact:hover {
	border: 2px solid rgb(5, 31, 0) !important;
	background-color: rgb(11, 65, 11) !important;
}