html {
  position: relative;
  min-height: 100%;  
}
body {
  margin-bottom: 40px;
  background-color: #111;
}
.space-10 {
	height: 10px;
}
.space-20 {
	height: 20px;
}
.space-30 {
	height: 30px;
}
.space-40 {
	height: 40px;
}
.space-50 {
	height: 50px;
}
.spacer {
	height: 250px;
}
.navbar-inverse {
    background-color: #000000;
    border-color: #080808;
}
.jumbotron {
	background-color: #000000;
}
.pole {
	max-height: 150px;
}
.logoMain {
    max-width: 30%;
    position: relative;
    text-align: left;
    top: -260px;
}
.thumbnail {
    background-color: #333;
    border: 1px solid #000;
    margin-bottom: 6px;
}
.bottom {
    bottom: 80px;
	position: absolute;
    margin-left: auto;
    margin-right: auto;    
}
.lowerButton {
	background-color: #222222;
	color: #777777;
}
.lowerButton:hover {
	background-color: #333333;
	color: #999999;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #000000;  
}
.modal-dialog {}
.carousel-control.left,.carousel-control.right{
	background-image:none;
	margin-top:10%;
	width:5%;
}
@media (max-width: 768px) {
	.spacer {
		display: block;
	}
.logoMain {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    margin-left: 5px;
    max-width: 97%;
    padding: 8px;
    position: relative;
    text-align: left;
    top: -260px;
}	
}	