@charset "utf-8";
/*
# ------------------- #
# Author: Kauê Porte  #
# ------------------- #
*/
/* ---------------------------------------- */
/* Standards */
/* ---------------------------------------- */
html, body    {color: #666666; font-family: 'Titillium Web', sans-serif;}
body          {display: flex; flex-direction: column; min-height: 100vh;}
#flex-wrapper {flex: 1;}

a, a:link, a:active, a:visited {transition: 0.2s all; -moz-transition: 0.2s all; -o-transition: 0.2s all; -webkit-transition: 0.2s all;}

/* ---------------------------------------- */
/* Footer */
/* ---------------------------------------- */
.footer               {background: #222222; color: #F2F2F2; font-size: 13px;}
.footer-copyright     {border-top: 1px solid #333333;}
.footer-copyright img {max-height: 20px; width: auto;}
.footer h5            {border-bottom:  1px solid #CCCCCC; color: #FFFF00; font-weight: 600;}