
.nav-link.active  {
	font-weight:bold !important;
}


.btn-green {
	background-color:#b4ff00;
	color:#333;
	font-weight:bold;
}

#header {
	overflow-x:hidden;
	max-width:100%;
}


footer, footer *
{
	color:#fff !important; 
}

footer .col {
}

footer a, footer a:visited, footer a:hover, footer a:active, footer a:link, footer i {
	text-decoration:none !important;
	color:#fff !important;
}

footer a:hover {
	text-decoration:underline !important;
}

#container {
	width:100%;
	max-width:1200px;
	
	margin:0 auto !important;
	
	display:block;
}

/* small screens */
@media only screen and (max-width: 600px) {
  footer  {
    font-size:.7rem;
  }
  
  table, table * {
		font-size:.8rem;
  }
}

#headerMob, #headerMob * {
	color:#fff !important; text-decoration:none !important;
	margin:0;
	padding:0;
}

.btn, .btn *, .btn:hover, .btn:hover * {
	color:#fff !important;
	text-decoration:none !important;
}


#callToActionBtn {
	background-color:#ee7700 !important;
	width:4rem;
	height:4rem;
	color: #fff;
	border-radius: .1rem;
	border-color: #fff;
	position: fixed;
	bottom: -4rem;
	right: 4rem;
	z-index:9999;
}