/* CSS RESET START*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET END */

html{
/*    font-family: 'Noto Serif TC';*/
    font-family: 'GFS Didot';
	color: #4d4d4d;
	text-align: center;
    scroll-behavior: smooth;
}

a{
	color: #ff471a;
    text-decoration: none;
}

a:hover {
    color: #cccccc;
}

h1{
    font-size: 35px;

}

h2{
    font-size: 22px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 15px;
}

h5{
    font-size: 14px;
}

p{
    font-size: 14px;
    line-height: 120%;
}

/*HTML OVERALL SETTING*/


.info-container{
    padding: 15% 2% 15% 2%;
    text-align: left;
}

.info-column-left{
    float: left;
    width: 35%;
    padding-left: 5%;
    color: #ff471a;
}

.info-column-left h2{
    margin-bottom: 10px;
}

.info-column-right{
    float: right;
    width: 60%;
}

.info-column-right h1{
    margin-bottom: 30px;
}

.info-column-right p{
    margin-bottom: 10px;
}

.me-back{
    text-align: left;
    padding: 2% 0 0 2%; 
}

.me-container{
    padding: 10%;
    text-align: left;
}

.me-image{
    padding-bottom: 40px;
}

.me-image img{
    width: 150px; /* Or any desired size */
    height: 150px; /* Or any desired size */
    border-radius: 50%;
    overflow: hidden; 
}

.me-info p{
    color: #ff471a;
}

.me-info h5{
    margin-top: 20px;
}






/*HEADER START*/

/*HEADER END*/

/*NEWS START*/

/*NEWS ENDS*/

/*ABOUT START*/

/*ABOUT ENDS*/

/*FOOTER START*/

/*FOOTER END*/

/*RESPONSIVE DESIGN LANDSCAPE START*/

/*RESPONSIVE DESIGN LANDSCAPE END*/

/*RESPONSIVE DESIGN PORTRAIT START*/

/*HEADER MOBILE START*/

/*HEADER MOBILE END*/

/*NEWS MOBILE START*/

/*NEWS MOBILE END*/

/*ABOUT MOBILE START*/

/*ABOUT MOBILE ENDS*/

/*WORK INFO MOBILE START*/

/*WORK INFO MOBILE ENDS*/

/*WORK MOBILE START*/

/*WORK MOBILE END*/

/*FOOTER MOBILE START*/

/*FOOTER MOBILE END*/

/*RESPONSIVE DESIGN PORTRAIT END*/






