
/* Overall display */

#display-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 100px;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 283.467;            /* Footer height */
}


.full-image {
    opacity: .77; !important
} 

footer {
    background-image: url('http://dev.lcjelectro.com/images/footer-BG.png');
}

/* End Overall display */


/* Overall Design
.btn {
    background-color: #d32f2f; !important
}
.btn:hover {
    background-color: #e53935;
}
 */

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #d32f2f;
}
 


.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #d32f2f;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #e53935;
}

.sidenav-trigger {
    color: #d32f2f;    
}



/*Top Nav */
#top-nav {
    height: 125px; /* this may change on mobile */
    padding: 5px 0 5px 0;

}

/* end top nav */
