@import url('fonts.css');
@import url('font-awesome.css');

/*--------------------------------------------------------------*/
/* LAYOUT ------------------------------------------------------*/
/*--------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft JhengHei', 'HanWangMing', 'Playfair Display', 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:active {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
header, main, footer {
	width: 100%;
}