/*
 * Styles for www.ejdigitalmedia.com
 */
/*****************
 * GLOBAL STYLES *
 *****************/
body {
  padding-top: 80px;
  padding-bottom: 3rem;
  color: #fff;
  background: url("../img/bg_grad.gif") repeat-x 0px 64px #000000; }

a {
  color: #6398DD; }

.displaynone {
  display: none; }

/***********************
 * MAIN PAGE STRUCTURE *
 ***********************/
#top-navbar {
  background: #000; }

#footer-content {
  border-top: 1px solid #2B3E58;
  padding-top: 1em; }

/*************
 * HOME PAGE *
 *************/
#slick-home-carousel .slick-carousel-item {
  text-align: center; }
  #slick-home-carousel .slick-carousel-item img {
    width: 70%;
    margin: 0 auto; }
    @media screen and (min-width: 720px) {
      #slick-home-carousel .slick-carousel-item img {
        width: auto;
        max-height: 300px; } }

#home-featurettes {
  border-top: 1px solid #2B3E58;
  padding-top: 1em;
  font-size: .9rem; }
  #home-featurettes .lead {
    font-size: 1.1rem; }
  #home-featurettes h2 {
    color: #2e7299;
    font-size: 1.6rem; }

/****************
 * CONTACT PAGE *
 ****************/
#contact-error-message {
  background: transparent;
  color: #fff; }

/********************
 * RECENT WORK PAGE *
 ********************/
.flex-equal > * {
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1; } }
.recent-work-item img {
  transition: all .5s; }

.recent-work-item:hover img,
.recent-work-item:focus img {
  transform: scale(1.1); }

/**************
 * HIGHLIGHTS *
 **************/
/* Center align the text within the three columns  */
.highlights .col-lg-4 {
  margin: 3rem 0 1.5rem;
  text-align: center; }
.highlights h2 {
  font-weight: normal;
  margin-top: .5rem; }
.highlights .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem; }

/*# sourceMappingURL=ejdigitalmedia.css.map */
