/**
 * featured entity
 */
/* imports */
/**
 * defcad variables
 */
/* color palette */
/* defcad colors */
/* alert colors */
/* featured entity variables */
a#featured-entity-link {
  text-decoration: none;
  color: #fff;
  font-family: bebasneue_regular;
  letter-spacing: 2px; }

#defcad-featured-entity {
  position: relative;
  width: 100%;
  height: 460px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat; }
  #defcad-featured-entity #featured-entity-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    margin: 15px 30px;
    background-color: rgba(0, 0, 0, 0.5); }
    #defcad-featured-entity #featured-entity-info p {
      font-family: bebasneue_regular;
      margin-bottom: 7px; }
    #defcad-featured-entity #featured-entity-info p.featured-text {
      color: #00bbec;
      font-size: 18px;
      letter-spacing: 1.6px; }
    #defcad-featured-entity #featured-entity-info p.title {
      font-size: 36px;
      letter-spacing: 5.6px;
      color: #fff; }
    #defcad-featured-entity #featured-entity-info p.author-name {
      opacity: 0.7;
      font-size: 15px;
      letter-spacing: 4px;
      color: #fff; }
