@media (max-width: 991px) {
	html {
		font-size: 14px;
	}
}
body {
	background: #000000;
	color: #cccccc;
	text-align: justify;
}
i {
	color: #26e400;
}
.check-alt i {
	color: #ff0000;
}
.language {
	text-transform: uppercase;
}
img {
	width: 100%;
	outline: 0;
	border: 0;
}
small {
	font-size: 70%;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #26e400;
	font-weight: bolder;
	transition: color 0.3s linear;
}
a:hover {
	color: #137800;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #cccccc;
	font-weight: normal;
}
img.r {
	transform: scale(0.8);
}
h2 {
	font-size: 2.5rem !important;
}