@import "tachyons.min.css";

/* normalize */
html { margin: 0; padding: 0; font-family: sans-serif; }

/* overrides */
p, li, .f5 { font-size: 18px; }
.f1 { font-size: 2.5em; }
.front { z-index: 996; }
.header-fix { padding-top: 77px; }
.measure-wide { max-width: 39em; }
/* addons */
.sans-serif { font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,sans-serif; }
.link-underline { border-bottom: 1px dotted rgba(0,0,0,.2); padding-bottom: .1rem; text-decoration: none; }
.slide { transition:all .15s ease-in-out!important }
.slide:hover { -webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px) }
.pvhalf { padding-top: .10rem; padding-bottom: .10rem }
#bg, #mt { -webkit-transition: all .5s ease; }
#logo:hover #bg { fill: #ffffff; -webkit-transition: all .35s ease; }
#logo:hover #mt { fill: #000000; -webkit-transition: all .35s ease; }
/* colors */
.link-blue { color: #357edd; }
.twitter-blue { color: #1da1f2; }
.linkedin-blue { color: #0077b5; }
.fundrise-orange { color: #f47735 }
.isl-blue { color: #43d8f8 }
.pip-purple { color: #202eba; }
.illustria-red { color: #ea1d2c; }
.dribbble-pink { color: #ea4c89; }
.instagram-purple { color: #ec0086; }
.medium-green { color: #02b875; }
.github-grey { color: #24292e; }
.github-light-grey { color: #c6cbd1; }
/* page fade */
@-webkit-keyframes fade { from{opacity: 0} to {opacity: 1} }
@keyframes fade fade { from{opacity: 0} to {opacity: 1} }
.fade-body { -webkit-animation: fade 1s ease-in-out }
