body {
  padding-top: 116px; /* height of machete-header */
}

.machete-main {
	font-family: Arial, Helvetica, sans-serif;
}

.machete-header {
	white-space: nowrap;
	font-size: 1.2em; /*x-large;*/
	min-width: 350px;
	background-image: linear-gradient(SteelBlue, rgb(90, 170, 220) 111px, rgb(182, 82, 82) 111px, rgb(182, 82, 82));
}
.machete-footer {
	position: relative;
	font-size: 0.8em;
	color: White;
	background-color: rgb(90, 170, 220);
}
.machete-sidebar-col {
	width: 220px;
	min-height: 620px;
}
.machete-news-col {
	width: 240px;
	min-height: 620px;
}
.machete-h-txt {
	text-align: left;
	font-weight: bold;
}
.machete-h-txt, a {
	color: #669900;
}
a:hover {
	color: darkred;
}
.machete-content {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	background-image: linear-gradient(rgb(220, 240, 255), White 150px);
}
.machete-img {
	float: left;
	margin: 20px;
}
.machete-img-small {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.machete-icon {
	vertical-align: middle;
}

nav ul a {
  padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-weight: 600 !important;
}
nav ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	font-weight: 500 !important;
}

.nav.flex-column:first-child {
	padding-top: 10px !important;
}
.nav.flex-column:last-child {
	padding-bottom: 10px !important;
}

footer a, footer a:hover {
	color: white;
}

.btn-primary {
	background-image: linear-gradient(SteelBlue, rgb(90, 170, 220));
	border-color: SteelBlue;
}
.btn-primary:hover {
	background-image: linear-gradient(rgb(90, 170, 220), LightSkyBlue);
	border-color: DarkRed; 
}
.btn-success {
	background-image: linear-gradient(#669900, LimeGreen);
	border-color: #669900;
}
.btn-success:hover {
	background-image: linear-gradient(LimeGreen, LightGreen);
	border-color: DarkRed; 
}


