/* Global Variables */
/* Colors */
/* Area-based colors */
/* Fonts */
/* Breakpoints */
/*
@mixin breakpoint($point) {
  @if $point == wide {
    @media (max-device-width: 1600px) { @content; }
  }
  @else if $point == normal {
    @media (max-device-width: 980px) { @content; }
  }
  @else if $point == medium {
    @media (max-device-width: 768px)  { @content; }
  }
  @else if $point == narrow {
    @media (max-device-width: 320px)  { @content; }
  }
}
*/
.content-container {
  width: 75%;
  float: right;
  margin-bottom: 20px;
  overflow: auto;
}

.project-featured-content {
  width: 48%;
  float: left;
}

.project-twitter {
  width: 48%;
  float: right;
}

/* Project Page */
.l-page {
  background: #f7f0e6;
}

.l-content {
  margin-bottom: 60px;
}

.node__content {
  background: #ffffff;
}

.content-container ul.action-links,
.field-collection-container {
  display: none;
}

.node--project h1.page-title {
  margin: 40px 0 15px 0;
  color: #000000;
}

.field--name-body,
.field--name-body p,
.field--name-body span {
  font-family: Georgia;
  font-size: 16px;
  color: #4d4d4d;
}

.node__content .sidebar-menu ul li {
  list-style: none;
}

/* Content Bottom */
.home-content-bottom {
  margin-top: 25px;
}

.sidebar-fixed {
  position: fixed;
  top: 30px;
}

/*# sourceMappingURL=project.layout.css.map */
