@charset "utf-8";
/* CSS Document */

.fixed_banner{
	width: 100%;
	background-color: #14331e;
	position: fixed;
	margin-top: 0px;
	z-index: 1030;
	padding: 17px;
	color: #f0e812;
}

a {
	color: #000000;
}

#landing_tron {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-top: 40px;
	color: #f0e812;
	background-color: #14331e;
}

#landing_tron img {
	border-radius: 11px;
	margin-top: 40px;
}
.logo_box{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 27px;
}

.col-lg-4{
	margin-bottom: 27px;
}

.btn-success:hover{
	background-color: #14331e;
	border-bottom-color: #f0e812;
}

footer {
	background-color: #14331e;
	color: #FFF;
	padding-top: 17px;
}