/* Image Tools V2.0
 * Copyright 2018, Jethro Wilson
 * fe.jethrowilson.com
 */
/*
    Build with Fe.
    
    Extra tools for fancy fun.
*/
.circle {
  -webkit-clip-path: circle(50% at center); }

.rect-rounded {
  border-radius: 3px; }

.shadow {
  box-shadow: 1px 3px 8px #efefef; }

.margined {
  margin-bottom: 1rem; }

/*# sourceMappingURL=image-tools.css.map */
