@charset "UTF-8";
/* Body */
body {
/*    font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    font-style: normal;
    font-weight: 400;
}
/* Container */
.container {
/*	width: 90%;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
/*	background-color: #FFFFFF;*/
	background-color: #000000;
}
/* Header */
header {
	position: absolute;
/*	position: relative;*/
	width: 100%;
	height: 80px;
/*	background-color: #5D5E5D;*/
/*	background-color: #00000080;*/
/*	border-bottom: 1px solid #353635;*/
/*	padding-top: 10%*/
	z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5)0%, rgba(0, 0, 0, 0)100%);
}
.header-bar {
    position: relative;
    width: inherit;
    height: inherit;
/*    margin: 10px;*/
    display: flex;
	align-items: center;
}
.logo {
	max-width: 100%;
  max-height: 40px;
  width: auto;
/*	height: auto;*/
	color: #FFFFFF;
/*	padding-top: 10px;*/
/*	margin-bottom: 10px;*/
/*	line-height: 120px;*/
	margin-left: 20px;
  margin-right: 20px;

}
.video-container {
	position: fixed;
/*	width: 100vw;*/
	width: 100%;
	height: 100vh;
  object-fit: cover;
  -webkit-mask: url("../images/led.png") repeat left top;
  mask: url("../images/led.png") repeat left top;
  mix-blend-mode: alpha;
/*  background-blend-mode: multiply;*/
/*  -webkit-mask-size: cover;*/
/*  mask-size: cover;*/
}
.video-blank {
/*	position: absolute;*/
	position: relative;
	height: 100vh;
/*	z-index: 999;*/
}
.video-blank-header {
/*	position: absolute;*/
	position: relative;
	height: 80px;
/*	z-index: 999;*/
  background-color: #202020;
}
.content {
/*	position: absolute;*/
	position: relative;
	background-color: #FFFFFF;
	z-index: 999;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
/*	width: 99%;*/
/*	height: 300px;*/
/*	background-color: #FFFFFF;*/
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery h2 {
  color: #0000000;
  margin-left: 1%;
  margin-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thumbnail {
/*	width: 23%;*/
	width: 31.33%;
	height: 100%;
	text-align: center;
	float: left;
	margin-top: 0px;
/*	background-color: #F8F8F8;*/
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 8px;
	padding-top: 0px;
/*	border-bottom: 4px solid #6DC7D0;*/
/*	border-bottom: 4px solid #F2A3B3;*/
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
/*	color: #52BAD5;*/
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.cards {
	width: 100%;
	height: auto;
/*	max-width: 400px;*/
/*	max-height: 200px;*/
/*	opacity: 0.8;*/
	border-radius: 8px;
}
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button {
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
  clear:both;
}
.button:hover {
/*	background-color: #6DC7D0;*/
  background-color: #F2A3B3;
/*  background-color: #53565A;*/
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
/*	background-color: #717070;*/
  background-color: #202020;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
/*	background-color: #B3B3B3;*/
  color: #FFFFFF;
  background-color: #202020;
	padding-top: 20px;
	padding-bottom: 10PX;
  padding-left: 40PX;
  padding-right: 40PX;
	z-index: 999;
}
footer h4 {
/*  text-align: center;*/
}
footer p {
  line-height: 30px;
}
.about {
  width: 100%;
  height: auto;
}
.about-column {
  width: 46%;
  height: 100%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}
.gallery .thumbnail .tag {
	color: #53565A;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
footer a{
  color: #FFFFFF;
  text-decoration:none;
}
footer a:hover, a:active {
  color: #F2A3B3;
}
#topbutton {
  display: inline-block;
  background-color: #F2A3B3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
/*  visibility: hidden;*/
  visibility: visible;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#topbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topbutton:hover {
  cursor: pointer;
/*  background-color: #202020;*/
  font-size: 1.2em;
/*  padding-bottom: 5px;*/
}
#topbutton:active {
  background-color: #53565A;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}
/* Mobile */
@media (max-width: 359px) {
header {
  height: 40px;
}
.logo {
  max-height: 20px;
	margin-left: 10px;
  margin-right: 10px;
}
.video-container {
  -webkit-mask: url("../images/leds.png") repeat left top;
  mask: url("../images/leds.png") repeat left top;  
}
.thumbnail {
/*	width: 100%;*/
	width: 98%;
}
.button {
  width: 160px;
}
.about-column {
  width: 96%;
  height: 100%;
  margin-left: 2%;
  margin-right: 2%;
}
/*
#topbutton {
    margin: 30px;
}
*/
}

/* Small Tablets */
@media (min-width: 360px)and (max-width: 767px) {
header {
  height: 60px;
}
.logo {
  max-height: 30px;
}
.video-container {
  -webkit-mask: url("../images/leds.png") repeat left top;
  mask: url("../images/leds.png") repeat left top;  
}
.thumbnail {
/*	width: 100%;*/
	width: 98%;
}
.button {
  width: 160px;
}
.about-column {
  width: 96%;
  height: 100%;
  margin-left: 2%;
  margin-right: 2%;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 48%;
/*	width: 47.5%;*/
}
}

/* Screen Orientation */
/*
@media (orientation: landscape) {
.video-container {
	height: auto;
	object-fit: contain;
}	
}
*/

@media (orientation: portrait) {
.video-container {
	height: auto;
	object-fit: contain;
}
.video-blank {
/*	position: absolute;*/
	position: relative;
	height: 100vw;
/*  height: calc(100vw - 80px);*/
/*	z-index: 999;*/
}
}
