/* colors */
/* transitions */
/* responsive thresholds */
/* footer layout */
.content {
  min-height: 100%;
  margin-bottom: -280px;
  padding-bottom: 280px; }

footer {
  height: 280px; }

@media (max-width: 992px) {
  .content {
    margin-bottom: -600px;
    padding-bottom: 600px; }
  footer {
    height: 600px; } }

@media (max-width: 768px) {
  .content {
    margin-bottom: -600px;
    padding-bottom: 600px; }
  footer {
    height: 600px; } }

/* footer style */
footer {
  color: #999;
  background-color: #001;
  padding-top: 20px; }
  footer a,
  footer a:visited,
  footer a:hover {
    color: #999; }
  footer h4 {
    color: #999; }
  footer p {
    text-align: left; }
  footer img {
    display: block; }
