html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    background-color: #A402AB;
    color: #FFFFFF;
    webkit-tap-highlight-color: #222;
}

hr {
	max-width: 80px;
	border-width: 3px;
	opacity: 0.2;
	margin-top: 30px;
	margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
	color: #E9476E;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
	color: #E9476E;
	outline: 0;
}

h1,h3,h4,h5,h6 {
	font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
}

h2 {
    font-family: "datz5", "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    font-size: 5em;
    font-weight: 800;
	letter-spacing: 0.1em;
	margin: 10px;
}
p {
    font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
    font-size: 1.8em;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: center;
}


@media(max-width:425px) {
h2 {
	font-family: "datz5", "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
	font-size: 4em;
}
p {
	font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
	font-size: 1.6em;
	line-height: 1.7;
	margin-bottom: 30px;
	text-align: center;
}
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary1 {
	background-image: url(../images/bg1.jpg);
	background-color: #110b07;
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

@media(max-width:767px) {
.bg-primary1 {
    background-image: url(../images/bg-m.png);
	background-color: #78449d;
	position: relative;
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
	}
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 6px rgba(124,0,136,1.00),0 0 10px rgba(124,0,136,0.8);
	padding:20px;
}

.text-dark {
    color: #111;
}

.text-primary {
	color: #FFFFFF;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	border: none;
	text-decoration: normal;
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: pre;
	text-shadow: 3px 3px 3px rgba(192,0,255,1.00),0 0 10px rgba(192,0,255,0.7),0 0 20px rgba(255,255,255,0.5);
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
	padding: 10px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
	/*border-color: rgba(201,0,212,1);*/
	background-color: rgba(201,0,212,0.80);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.navbar-header > .navbar-brand {
	color: #FFFFFF;
	padding: 15px;
	-webkit-transition: padding .2s ease-in;
	-moz-transition: padding .2s ease-in;
	transition: padding .2s ease-in;
	font-size: 1.3em;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #b400ff , 0 0 20px #b400ff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {    
	background-color: rgba(201,0,212,0.80);
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 200;
	color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
	color: #FFF843;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
	color: #FFF843 !important;
	background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
	border-color: transparent;
	background-color: rgba(201,0,212,0.80);
	min-height: 40px;
    }

    .navbar-header > .navbar-brand {
	color: rgba(255,255,255,1);
	padding: 15px;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	font-size: 1.3em;
	font-weight: 400;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
	color: #FFFFFF;
	text-shadow: 0 0 10px #b400ff , 0 0 20px #b400ff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
	color: #FFFFFF;
	/*text-shadow: 2px 2px 2px rgba(255,255,255,0.8);*/
	padding: 15px;
	/*letter-spacing: 1.1px;*/
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
	color: #FFFFFF;
	text-shadow: 0 0 10px #b400ff , 0 0 20px #b400ff;
    }

    .navbar-default.affix {
    border-color: rgba(201,0,212,1);
	background-color: rgba(201,0,212,0.80);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 1.3em;
        color: #FFFFFF;
        padding: 15px;
       /* letter-spacing: 1px;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
	    color: #FFFFFF;
		text-shadow: 0 0 10px #b400ff , 0 0 20px #b400ff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #FFFFFF;
        /*text-shadow: 1px 1px 1px rgba(30,30,30,0.7);*/
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #FFF843;
    }
}

@media(max-width:767px) {
.navbar-header > .navbar-brand {
	   color: rgba(255,255,255,1);
	   width: 85%;
	   padding: 15px 10px;
	   font-size: 1.1em;
	   font-weight: 400;
    }
}

header {
	position: relative;
	min-height: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #110b07;
	background-image: url(../images/main.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
	    min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 100%;
        padding: 100px 0;
    }

}

@media (max-width: 767px) {
    header {
	width: 100%;
	height: 90%;
	background-color: #110b07;
	background-image: url(../images/main-m.jpg);
	background-size: contain;
	background-position: center 50px;
	background-repeat: no-repeat;
    }
 }

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    header {
	width: 100%;
	height: 100%;
	background-color: #110b07;
	background-image: url(../images/main.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
.margin-top-0 {
	margin-top: 20px;
}
 }


.feature {
	max-width: 400px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

@media(min-width:992px) {
.feature {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
	overflow: hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


/* video */
  
  .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
	border: 10px groove #C900D4;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
  }


/* Footer */
	  	  
 #footer {
	border-color: rgba(201,0,212,1);
	background-color: rgba(201,0,212,0.80);
	text-align: center;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	  }
	    
     #footer .copyright {
		font-family: "Noto Sans CJK TC Regular", "微軟正黑體", "新細明體", "Adobe 繁黑體 Std B";
	    color: rgba(255, 255, 255, 1);
	    font-size: 1em;
	    list-style: none;
	    padding: 0;
		  }

@media screen and (max-width: 767px) {
	#footer {
	padding-top: 0.4em;
	padding-right: 5px;
	padding-bottom: 0.4em;
	padding-left: 5px;
	}
	#footer .copyright {
	font-size: 1em;
	}		  
 }
