/************************************************************************************
FONT
*************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy);
@import url(https://fonts.googleapis.com/css?family=Amaranth);

/************************************************************************************
RESET
*************************************************************************************/
img,fieldset{border:0}
/* set image max width to 100% */
/*img{max-width:100%;height:auto;
	width: auto\9; /* ie8 */
/*}*/
/* set html5 elements to block */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

html,body,
p,blockquote,em,
small,strike,strong,sub,sup,
b,u,i,center,
fieldset,form,input,textarea,select,option{font-family:'Amaranth',sans-serif;font-size:20px;}

/************************************************************************************
SCROLLBAR
*************************************************************************************/
::selection{background-color:#D71921;color:#FFF;}
/*
::-moz-selection{background-color:#CC0033;}
*/
::-webkit-scrollbar{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#EEE;cursor:pointer;}
::-webkit-scrollbar-thumb{background-color:#D71921;cursor:pointer;}
::-webkit-scrollbar:vertical{width:5px;}
::-webkit-scrollbar-thumb:vertical{border-left:0px solid #D71921;width:5px;}
::-webkit-scrollbar:horizontal{height:5px;}
::-webkit-scrollbar-thumb:horizontal{border-top:0px solid #D71921;height:5px;}
::-webkit-scrollbar-corner{color:black;background-color:#D71921;border-color:#D71921;}
::-webkit-resizer{background-color:#D71921;border-radius:100%;}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clear{clear:both;float:none}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }