.submenu {
	background-color: #333;
	width: 220px;
	padding: 0px 15px;
}
#rodo {
	display: none;	
}
.small-text {
	font-size: 12px;	
	text-align: justify; 
}
.img-fluid-50 {
	max-width: 50%;
	height: auto;
}
.img-fluid-66 {
	max-width: 66%;
	height: auto;
}
.img-fluid-75 {
	max-width: 50%;
	height: auto;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.public-submenu {
	margin: 10px;
}
.bg-dark .nav-link:link {
	color: #FAFAFA !important;
}
.bg-dark .nav-link:visited {
	color: #FAFAFA !important;
}
.bg-dark .nav-link:hover, .bg-dark .nav-link:active, .bg-dark .nav-link:focus { 
	color: #FFFFFF !important;
}
.table-header {
	text-align: center;
}
.about {
	background-image:url(images/about.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 550px;
}
.contact {
	background-image:url(images/contact.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 550px;
}
.faq {
	background-image:url(images/question.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 550px;
}
.code {
	background-image:url(images/code.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 550px;
}