@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');



body{
	margin:0;
	background-color: ghostwhite;
    font-family: 'Noto Serif TC','Noto Serif JP', serif;
}

div.bg{
    display: none;
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.8);
}

div.about{
	padding:20 10 50 10 ;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
}


div.biography{
	background: ghostwhite; 
	padding:0 15 20 15 ;
	margin-bottom: 10px; 
	border-radius: 10px;
}


div.members{
	background: ghostwhite; 
	padding:0 15 20 15 ;
	margin-bottom: 10px; 
	border-radius: 10px;
}

div.contact{
	background: ghostwhite; 
	padding-bottom: 20px;
    padding-top: 5px;
	margin-bottom: 10px; 
	border-radius: 10px;
}

div.hrimg{
    position: relative;
    width: 100%;
    height: 10px;;
    text-align: center;
    background-image: url('../img/hrline.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.divAnchor{
	width: 100%;
	height: 20px;
	margin-bottom:10px; 
}


@media (max-width: 759px) {
    
    header.navbar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index:2;
        margin: 0;
        padding:0;
    }
    
	div.main{
		position:absolute;
		width:100%;
		margin:0;
		width:90%; 
		padding-left:5%; 
		padding-right:5%;
		padding-bottom: 50px;
		top:50px;
	}

	div.mobileHeader{
		position: absolute;
		top: 0px;
		background-color: rgba(0, 117, 104, 0.9);
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	div.pcHeader{
		display: none;		
	}
	
	div.menuHome{
		position: absolute;
		top: 5px;
		height: 30px;
		left: 50%;
		width: 50px;
		margin-left: -25px;
	}
	
	div.menuHomeComponent{
		position: relative;
		width: 80%;
		height: 5px;
		background-color: whitesmoke;
		margin: 6px 10%;
		border-radius: 12px;
	}
	
	div.mobileMenu{
        display: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 50px;
		text-align: center;
		background-color: rgba(0, 117, 104, 0.9);
	}	
	
	div.mobileMenu>.menuContent{
		margin: 20px 0;
        padding: 0 5%;
        height: 20px;
        width: 90%;
	}
	
	div.mobileMenu>.menuContent>a{
		color: whitesmoke;
		text-decoration: none;
	}
    
    div.mLang{
        position: relative;
        float: left;
        width: 33%;
        border-right: 1px solid white;
    }
    
    div.mLang:last-of-type{
        border-right: 0px;
    }
    
    div.mLang>a{
        color: whitesmoke;
		text-decoration: none;
    }
	
	div.fixcenter{
		display: none;
	}
	
	div.fixright{
		display: none;
	}
	
	div.aboutParagraph{
		position: relative;
		font-size: 1.1em;
	}
	
	div.biographyParagraph{
		position: relative;
		font-size: 1em;
	}
	
	div.membersParagraph{
		position: relative;
		font-size: 1em;
	}
	
	div.modal{
		background-color: whitesmoke;
		position: absolute;
		width: auto;
		height: auto;
		top: 3%;
		margin: 5% 5%;
		z-index: 9;
		border-radius: 7px;
		display: none;
		padding-bottom: 30px;
	}
	
	div.modal>h2{
		text-align: center;
	}
	
	img.modalImg{
		bottom: 0;
		width: 40%;
		margin: 10px 30%;
		border-radius: 50%;
	}

	p.modalText{
		font-size: 0.9em;
		bottom: 0;
		width: 70%;
		margin: 10px 15%;
	}
}

@media (min-width: 760px) {
    
    
    header.navbar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        z-index:2;
        margin: 0;
        padding:0;
    }

	div.main{
		position:absolute;
		width:100%;
		margin:0;
		width:70%; 
		padding-left:15%; 
		padding-right:15%;
		padding-bottom: 50px;
		top:70px;
	}
	
	div.mobileHeader{
		display: none;		
	}
	
	div.pcHeader{
		position: relative;
		height: 100%;
		width: 100%;
		background-color: ghostwhite;		
	}

	div.fixcenter{
		position: absolute;
		width: 60%;
		height: 100%;
		padding-left: 20%;
		padding-right: 10%;
		padding-top: 10px;
		margin: 0;
	}
	
	div.fixright{
		position: absolute;
		width: 10%;
		right: 0px;
		padding-top: 10px;
		height: 100%;
	}
	
	div.aboutParagraph{
		position: relative;
		font-size: 1em;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	div.biographyParagraph{
		position: relative;
		font-size: 0.9em;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	div.membersParagraph{
		position: relative;
		font-size: 1em;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	ul.navmenu>li {
		float: left;
		width: 25%;
	}
	
	div.modal{
		background-color: whitesmoke;
		position: absolute;
		top: 30%;
		width: 650px;
		height: 300px;
		left: 50%;
		margin-left: -325px;
		z-index: 9;
		padding: 10 20px;
		border-radius: 7px;
		display: none;
	}
	
	img.modalImg{
		float: left;
		bottom: 0;
		width: 30%;
		border-radius: 50%;
	}

	p.modalText{    
		float: right;
		bottom: 0;
		width: 65%;
	}
	
}


div.contactParagraph{
    position: relative;
    font-size: 1em;
    height: 60px;
    width: 100%;
}

div.contactItem{
    position: relative;
    float: left;
    text-align: center;
    width: 20%;
    height: 50px;
}


ul.navmenu{
    position: relative;
	list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}


ul.langmenu{
	display: none;
	position: absolute;
	right:  15%;
	top: 70px;
	list-style-type: none;
	margin: 0;
	padding: 3 5 10 5px;
	background-color: rgba(0, 117, 104, 0.9);
}


ul.langmenu>li {
    color: whitesmoke;
    display: block;
    text-align: center;
    padding: 14px 5px;
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: 1px solid white;
}

ul.langmenu>li:last-child  { 
    border-bottom: 0px;
}

ul.navmenu>li a {
    color: black;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.langmenu>li a {
    color: whitesmoke;
    text-decoration: none;
}

li a:hover {
    color: rgb(17,17,17);
}

div.bioTitle{
    position: relative;
    background-color:  rgb(186, 157, 38);
    height: 35px;
    padding: 10 0px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    color: whitesmoke;
}


ul.bioContent{
    position: relative;
    width: 80%;
    
}

ul.bioContent>li{
    list-style-type: circle;
    font-size: 1.1em;
    padding-bottom: 10px;
}


table.memberTable{
    margin-top: 50px;
}

tr.memberTr{
    width: 100%;
    padding-bottom: 10px;
}

td.memberTd{
    width: 20%;
}

img.memberImg{
    width: 90%;
    border-radius: 50%;
    cursor: pointer;
}

img.contactIcon{
    height: 50px;
    cursor: pointer;
}

ul.sidemenu{
    position: absolute;
    right: 0;
    width: 80px;
}

li.sideIcon{
    cursor: pointer;
    list-style-type: none;
    float: left;
}

img.menuIcon{
    display: block;
    float: left;
    position: relative;
    height: 30px;
    bottom: 0;
    right: 0;
    margin-right: 10px;
}