
.site-content {
   padding-top: 130px;
}

@media (min-width: 992px) {
.site-content{
	padding-top: 240px;
}
}

@media (max-width: 768px) {
.site-content{
	padding-top: 70px;
}
}

.header {
  background-image: url('../img/header.jpg'); 
  background-size: cover; 
  padding-top: 80px;

}
.header-top {
  background-image: url('../img/header.jpg'); 
  background-size: cover; 
  padding-top: 80px;

}

.header-bottom{
  background-image: url('../img/header.jpg'); 
  background-size: cover; 
  padding-top: 80px;
  margin-bottom: 30px;

}

.header-text {
  margin-bottom: 20px;
  color: #F5F5DC;
  text-shadow: 0 0 10px black;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.container .text-muted {
  margin: 20px 0;
  font-size: 12px;
}

#status-led {
position: absolute;
top: 0;

}

@media (min-width: 768px) {
  #status-led {
    margin: 20px 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

#cumulus-info {
	text-align: right;
}

#cumulus-info-text {
	padding-right: 15px;
}

#cumulus-info-text-td {
	width: 100%;
}

#status-led-td {
	width: 20px;
}

@media (max-width: 768px) {
	#cumulus-info {
		text-align: left;
	}
	#cumulus-info-text {
		margin-top: 5px;
		padding-bottom: 5px;
	}
	#status-led-td {
	width: auto;
}
#cumulus-info-text-td {
	width: auto;
}
}

#copyright {
	text-align: left;
}
