@charset "utf-8";
/* CSS Document */

body {
	background-color: #ededed !important;
	font-family: "Roboto Light", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif !important;
}

h2 {
	font-family: "Roboto Regular", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0889c5;
    padding-top: 60px;
    line-height: 1;
}

h3 {
	font-size: 20px;
    font-family: "Roboto Light", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #3e3e3e;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.container-fluid h1 {
    text-align: center;
    padding: 25px 0 !important;
    margin: 0 !important;
    background: #5e5e5e;
    color: #fff !important;
    font-size: 38px;
    line-height: 1.2em;
		font-weight: normal;
		font-family: "Myriad Pro";
}

.space {
	padding: 50px 0px; 
}

.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }