body {
  min-height: 800px;
  padding-top: 50px;
    margin: 0px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	letter-spacing: 0.0em;
	font-weight: 300;
}

h1, h2, h3 {
    margin-top: 12px;
    margin-bottom: 6px;
}


/*bootstrap classes overrides*/

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar, .navbar-inverse, .navbar-fixed-top {
min-height: 0px;
margin-bottom: 0px;
}

.navbar-brand {
	background-color: #222;
}

.navbar-inverse {
	border-color: #222;
}

.jumbotron {
	background-color: #222;
	margin-bottom: 0px;
}

.jumbotron h1 {
	color: #fff;
font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: 900;
}

.jumbotron h1 small {
	color: #dee;
	text-transform: none;
}

.jumbotron img {
margin-top: 2px;
margin-bottom: 2px;
}

.jumbotron p {
    color: #eff;
}

.jumbotron p b, .jumbotron p strong {
    color: #fff;
}

.olivo {
font-size: 0.85em;
color: #fff;
line-height: 90%;
padding: 0px;
}

/*olivo custom classes*/

div.board {
	background-color: #f8f8f8;
	padding-top: 10px;
	margin: 0;
}


footer.olivo {
    padding: 6em 0em;
    margin: 0;
   	background-color: #666;
}




