/**
 * @file
 * services--teaser.css
 * 
 * Styling for the Service Teaser on the Front Page
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-03-05
 * 
 * Attached thru `.info.yml` + `libraries.yml`
 * 
 ============================================================================ */
.font-smaller {
  font-size: 0.8em;
}

.font-small {
  font-size: 0.85em;
}

/*----------------------------
   Items
  ----------------------------*/
  
.service-teaser a {
  padding: 10%;
  color: #fff;
}

/* Title */
.service-teaser__name {
  line-height: 1.1;
  margin: 0 0 1.3rem;
  font-weight: 800;
  font-size: 1.em;
}  

/* Read More */
.service-teaser__see_more {
  margin: 1em 0 0;
  font-size: 0.85em;
}