
@import url('/stylesheets/fontkit/stylesheet.css');

/* body {margin:0px; background-color:#FFF; color:#000; font-family:'Noto Serif TC', serif; font-size:17px; line-height:1.3;}*/


body {margin:0px; background-color:#FFF; color:#000; font-family:'clearsans', sans-serif; font-size:18px; line-height:1.3;}

form{ margin:0px; padding:0px;}
img{border-style:none;}
h1,h2,h3,h4,p,ul,ol{ margin:0px; padding:0px; padding-bottom:15px;}
h1{ font-size:30px; color:#000;font-weight:normal; font-family:'dunbar-text';}
h2{ font-size:24px; color:#000; font-weight:normal; font-family:'dunbar-text';}
h3{ font-size:18px; color:#000;font-weight:normal; font-family:'dunbar-text';}
ul,ol{ padding-left:25px;}
a:hover{ color:#CC0000;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box;}
 
img {
	vertical-align: bottom;
}
 
.body-font {
	font-family: 'clearsans';
}
.heading-font {
	font-family: 'dunbar-text';
}


@media screen and (max-width: 992px) {
	.z-mobile-header .z-mobile-menu{
	    background-color: #5384ac !important;
	}
}