.header-container {
    background-color: rgb(0, 102, 102);
}

:not(input) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
    background: #CCCC99;
}

.border-md {
	border: 2px solid rgba(0, 0, 0, 1);
}

.list-tw a {
    font-size: 33pt;
    font-weight: bold;
    color: black;
}

.list-en a {
    font-size: 24pt;
    font-weight: bold;
    color: black;
}

#logo {
	width: 600px;
	height: 130px;
}

#voteTitle {
	margin: 10px auto;
	text-align: center;
	font-size: 40pt;
	color: #336699;
	line-height: normal;
    font-weight: bold;
}

#enTitle {
	margin: 10px auto;
	text-align: center;
	font-size: 30pt;
	color: #336699;
	line-height: normal;
    font-weight: bold;
}

#lang_select {
	/* position: absolute; */
	top: 31px;
	right: 210px;
	padding: 0px 18px;
	height: 77px;
	display: flex;
	align-items: center;
	color: black;
	background: darkorange;
	border-radius: 5px;
	transition: background 0.5s;
	cursor: pointer;
}

#lang_select:hover {
	background: #00d0ff;
}

#lang_select img {
	width: 50px;
	height: 50px;
}

#lang_select span {
	padding-left: 5px;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
	font-size: 30pt;
	transition: 0.5s;
}

button:focus,
input:focus {
	outline: none;
}

@media screen and (max-width: 1366px),
(max-width: 1536px) {
	#logo {
		width: 480px;
		height: 100px;
	}

	#lang_select {
		right: 188px;
	}

	#lang_select {
		top: 23px;
		height: 70px;
	}

	#lang_select span {
		font-size: 25pt;
	}

	#voteTitle {
		font-size: 33pt;
	}

	#enTitle {
		font-size: 22pt;
	}

    .list-tw a {
        font-size: 30pt;
    }
    
    .list-en a {
        font-size: 22pt;
    }
}

@media screen and (max-width: 1280px) {
	#voteTitle {
		font-size: 27pt;
	}

	#enTitle {
		font-size: 27pt;
	}

    .list-tw a {
        font-size: 27pt;
    }
    
    .list-en a {
        font-size: 22pt;
    }

	#lang_select {
		right: 187px;
	}

	#lang_select {
		top: 18px;
		height: 70px;
	}
}

@media screen and (max-width: 1112px) {

	#lang_select span {
		font-size: 24pt;
	}

	#lang_select {
		height: 70px;
	}
}

@media screen and (max-width: 1024px) {
	#voteTitle {
		font-size: 25pt;
	}

	#enTitle {
		font-size: 25pt;
	}

    .list-tw a {
        font-size: 25pt;
    }
    
    .list-en a {
        font-size: 22pt;
    }

	#lang_select span {
		font-size: 22pt;
	}

	#lang_select span {
		display: none !important;
	}

	#lang_select {
		position: absolute;
		top: 22px;
		height: 62px;
		right: 10px;
	}
}
