* {
	font-family: 'Muli', sans-serif;	
}

p {
	font-size: 1.2em !important;
}

.jumbotron {
	/*background: url('../img/bkg.png') no-repeat;*/
	border-radius: 0 !important;
	background:#000;
	padding:0 !important;
}

button.btn.btn-primary, a.btn.btn-primary {
	/*background: #702e3e !important;
	border: none !important;
	border-radius: 0 !important;*/
	background:#fff;
	border: solid 2px #000;
	color:#000;
}

button.btn.btn-primary:hover, a.btn.btn-primary:hover {
	background:#ccc;
}

section.green {
	background: #000;
}

td.green {
	/*color: #67803b !important;*/
	color:#000;
	font-weight:bold;
}

footer {
	background: #000;
}

a i.fab, a i.fas {
	color:#fff;
	font-size:2em;
}