/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #60cdf9;
}

.background{
            background:url(../images/bg.jpg) ;
            background-size:cover;
            background-repeat: no-repeat;
            position: fixed;
            height: 100%;
            width: 100%;
			z-index: -1;
        }

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Serif TC';
  padding-top: 80px;
  overflow: hidden;
}

.wrapper .header {
  max-width: 100%;
  width: 100%;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-align: center;
      align-items: center;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 5px 30px;
  justify-content: space-between;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrapper .header {
    padding: 10px 20px;
  }
}

.wrapper .header .logo {
  display: block;
  width: 180px;
  max-width: 100%;
  transition: 1s ease all;
}

@media (max-width: 767px) {
  .wrapper .header .logo {
    width: 150px;
    transition: 1s ease all;
  }
}

.wrapper .header .logo a {
  display: block;
}

.wrapper .header .logo a img {
  width: 100%;
  max-width: 100%;
}

.wrapper .header .menu {
  position: relative;
}

@media (max-width: 1000px) {
  .wrapper .header .menu {
    position: absolute;
    background-color: rgba(208, 158, 70, 0.8);
    width: 100%;
    height: calc(100vh - 50px);
    top: 0;
    right: -100%;
    transition: right 0.3s ease;
    top: 79px;
  }
}

@media (max-width: 767px) {
  .wrapper .header .menu {
    overflow: hidden;
    overflow-y: auto;
  }
}

.wrapper .header .menu > ul {
  margin: 0;
}

@media (max-width: 1000px) {
  .wrapper .header .menu > ul {
    width: 100%;
	padding: 0;
  }
}

.wrapper .header .menu > ul li {
  position: relative;
  display: inline-block;
}

@media (min-width: 1000px) {
  .wrapper .header .menu > ul li:last-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #FFF;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1000px) {
  .wrapper .header .menu > ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #FFF;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
  }
}

@media (max-width: 1000px) {
  .wrapper .header .menu > ul li {
    display: block;
  }
}

.wrapper .header .menu > ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: 0.5s ease all;
}

@media (min-width: 1000px) {
  .wrapper .header .menu > ul li a:hover {
    color: #ffa300;
	font-weight: bold;
    transform: translateY(-5px);
    transition: 0.3s ease all;
  }
}

@media (max-width: 1280px) {
  .wrapper .header .menu > ul li a {
    font-size: 17px;
    padding: 20px 8px;
  }
}

@media (max-width: 1000px) {
  .wrapper .header .menu > ul li a {
    color: #fff;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
}

.wrapper .header .visible {
  right: 0%;
}

.wrapper .header .hamburger-menu,
.wrapper .header .hamburger-menu:after,
.wrapper .header .hamburger-menu:before {
  width: 35px;
  height: 4px;
}

.wrapper .header .hamburger-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 12;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #d09e46;
}

@media (max-width: 1000px) {
  .wrapper .header .hamburger-btn {
    display: block;
  }
}

.wrapper .header .hamburger-menu {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  transition: all 0ms 300ms;
}


.wrapper .header .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper .header .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper .header .hamburger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper .header .animate::before {
  content: "";
  background: #fff;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper .header .animate::after {
  content: "";
  background: #fff;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wrapper .header .animate {
  background: rgba(255, 255, 255, 0);
}

/*--- 主視覺 ----*/
#main{display: block; text-align: center; width: 70%; margin: 0 auto; margin-top: -4%;}

h2{ font-size: 3.5em; font-weight: 800; color: #221815; letter-spacing: 10px;}
h3{ color: #221815; letter-spacing: 5px;}
.linebar{ display:block; width:100px; height: 10px; margin:30px auto 20px auto; background-color: #d09e46;}

/*--- 緣起 ----*/
#story{display: block; text-align: center; width: 70%; margin: 0 auto;}
#story .tab01{display: block; background-image:url(../images/tabbg01.png); background-repeat: no-repeat; background-position: bottom center; padding: 13% 0 1% 0;} 
#story .tab02{display: block; background-image:url(../images/tabbg02.png); background-repeat: no-repeat; background-position: bottom center; padding: 0% 0 20% 0;} 
#story .tab02 p{ padding: 0 5%; font-size: 1.5em; color: #221815; line-height: 2em; letter-spacing: 2px; text-align: justify;}

/*--- 景圖 ----*/
#pic{ display: block; margin: -10% 0 -20% 0;}

/*--- 關於董陽孜 ----*/
#artist{display: block; text-align: center; width: 70%; margin: 0 auto;}
#artist .tab03{display: block; background-image:url(../images/tabbg03.png); background-repeat: no-repeat; background-position: bottom center; padding: 25% 0 1% 0;} 
#artist .tab04{display: block; background-image:url(../images/tabbg04.png); background-repeat: no-repeat; background-position: bottom center; padding: 0% 0 20% 0;} 
#artist .tab04 p{ padding: 0 5%; font-size: 1.5em; color: #221815; line-height: 2em; letter-spacing: 2px; text-align: justify;}

/*--- 產品 ----*/
#product{display: block; text-align: center; width: 70%; margin: 0 auto 5% auto; padding: 5% 0;}
.product_g{ display: flex; width: 100%;}
.product01 {display: block; width: 50%; height: auto; background-image: url(../images/product_01.png);background-size: contain; background-repeat: no-repeat;}
.product02 {display: block; width: 50%; background-image: url(../images/product_02.png);background-size: contain; background-repeat: no-repeat;}
.product01 h2,.product02 h2{text-align: center; font-size: 1.8em; padding-top: 67%;}


/*--- 紀錄片 ----*/
#yt{display: block; text-align: center; width: 70%; margin: 0 auto;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 3% 0 5% 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
.product01 h2,.product02 h2{font-size: 1.4em;}
}

@media (min-width: 768px) and (max-width: 991px) {
.product01 h2,.product02 h2{font-size: 1.2em;}
}

@media (max-width: 767px){
	
/*--- 主視覺 ----*/
#main{ width: 85%; margin-top: 10%;}
h2{ font-size: 2em; letter-spacing: 3px;}
h3{ color: #221815; letter-spacing: 3px;}

/*--- 緣起 ----*/
#story{ width: 85%;}
#story .tab01{ padding: 33% 0 1% 0;} 
#story .tab02{ padding: 0% 0 20% 0;} 
#story .tab02 p{ padding: 0 3% 0 2%; letter-spacing: 2px;}

/*--- 景圖 ----*/
#pic{ margin: -10% 0 -25% 0;}

/*--- 關於董陽孜 ----*/
#artist{ width: 85%;}
#artist .tab03{ padding: 49% 0 1% 0;} 
#artist .tab04{ padding: 0% 0 30% 0;} 
#artist .tab04 p{ padding: 0 3% 0 2%; letter-spacing: 2px;}

/*--- 產品 ----*/
#product{ width: 85%; margin: 0 auto; padding: 20% 0;}
.product01 h2,.product02 h2{font-size: 1em;}

/*--- 紀錄片 ----*/
#yt{ width: 85%;}	
	
}







