@charset "utf-8";
/*CSS Document */
*:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html, body{
	margin:0;
	padding:0;
}

section{
	position:relative;
	width:100%;
	overflow:hidden;
}

/*added font-family*/
/*font-family: 'Open Sans', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Faustina', serif;*/
div.headerdiv{
    padding: 19px 5%;
    margin: 0;
    background-color: rgb(132,3,9);
    display: block;
}
div.headerdiv li{
  padding-top: 5px;
  display: inline-block;
}

/*=====navigation=====*/
nav{
	margin:auto;
	background: rgb(132,3,9);
	/*text-align:center;*/
	display: none;
  /*position: fixed;*/
}
nav ul{
	margin:0 ;
  padding: 30px;
}
nav ul li{
  margin: 0;
	display: block;
}
nav ul li a{
  margin: 0;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	/*width:100%;*/
	padding:5px 0px;
}

/*hamburger*/
/* Icon 4 */
#nav-icon4 {
  width: 60px;
  height: 45px;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  /*position: relative;*/
  /*float: right;*/

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  /*border-radius: 9px;*/
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.content{
	position:relative;
	width:100%;
	overflow:hidden;
}
.content img{
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.box2{
  position: relative;
  width: 100%;
}
div.heroheader{
  background-color: rgba(132,3,9,0.9);
  background-image: url(https://i.imgur.com/O4lCKn9.jpg);
  height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.heroheader p{
  margin:0 5%;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.title1{
  font-family: Helvetica;
  margin: 0 5%;
  padding-top: 15px;
  min-height: 30px;
  background: #fff;
  color:#000;
  font-size:40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 45px;
  background-size: 235px 10px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title2{
  font-family: Helvetica;
  margin: 0 5%;
  padding-top: 15px;
  min-height: 30px;
  background: #fff;
  color:#000;
  font-size:40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 45px;
  background-size: 200px 10px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title3{
  font-family: Helvetica;
  margin: 0 5%;
  padding-top: 15px;
  min-height: 30px;
  background: #fff;
  color:#000;
  font-size:40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 45px;
  background-size: 251px 10px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title4{
  font-family: Helvetica;
  margin: 0 5%;
  padding-top: 15px;
  min-height: 30px;
  background: #fff;
  color:#000;
  font-size:40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 45px;
  background-size: 245px 10px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title5{
  font-family: Helvetica;
  margin: 0 5%;
  padding-top: 15px;
  min-height: 30px;
  background: #fff;
  color:#000;
  font-size:40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 45px;
  background-size: 225px 10px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
p.subtitle{
  margin: 30px 5%;
}
div.wrapper{
  padding: 0px 5%;
}
div.circle{
  /*內文小標*/
  float: left;
  border: solid rgba(132,3,9,1) 1px;
  height: 0px;
  display: inline-block;
  margin-bottom: 5px;
}
div.circlefor3rows{
  margin-right: 105px;
  border: solid rgba(132,3,9,1) 1px;
  height: 0px;
  display: inline-block;
}
div.circle p{
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.circlefor3rows p{
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.explanation{
  float: left;
  display: inline-block;
  margin: 0px 0% 5% 0px;
  font-size: 14px;
}
div.explanationfor3rows{
  float: left;
  display: inline-block;
  margin: 0px 0% 0 0%;
  padding: 0;
  font-size: 14px;
}
div.wrapperfor3rows{
  display:inline-block;
  float:left;
}
div.wrapperfor1rows{
  display: inline-block;
  width: 80%;
  float: left;
}
div.explanationfor1rows{
  float: left;
  display: inline-block;
  /*width: 50%;*/
  margin: 0px 0% 10px 0px;
  font-size: 14px;
}

div.circlefor3rows p{
  margin-top: 0;
  font-weight: bold;
}
div.circle p{
  margin-top: 0;
  font-weight: bold;
}
div.explanation p{
  /*margin-top: 0;*/
  padding-top: 8px;
}
div.explanationfor3rows p{
  margin-top: 0;
  padding-top: 8px;
}
div.explanationfor1rows p{
  /*margin-top: 0;*/
  padding-top: 8px;
}


/*=====rwd details=====*/
/*for tablet*/
@media only screen and (min-width: 768px) {
  div.headerdiv{
    display: none;
  }
  nav{
    padding: 0;
    margin: 0;
    background-color: rgb(132,3,9);
    display: block;
  }
  nav ul{
  	margin: 0;
  	padding: 0 5%;
  }
  nav ul li{
    /*Daniel Lee*/
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  	display: inline-block;
  }
  nav li.right{
    /*lable*/
    float: right;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  	display: inline-block;
    margin-left: 15px;
  }
  nav li a{
   /*Daniel Lee*/
   margin: 0;
   padding:10px;
   color: #fff;
   text-decoration: none;
   font-family: Helvetica;
   font-weight: bold;
   font-size: 24px;
  }

  /*nav bar text decoration*/
  nav li a.decoration{
   position: relative;
   display: inline-block;
 	 padding-top: 15px;
   padding-bottom: 5px;
   padding-left: 0;
   padding-right: 0;
   margin-left: 10px;
   margin-right: 10px;
   font-family: 'Work Sans', sans-serif;
   font-weight: 200;
   font-size: 20px;
   color: #fff;
   text-decoration: none;
   -webkit-transition: all 0.1s ease;
   -moz-transition: all 0.1s ease;
  }
  li > a.decoration{
   text-decoration: none;
   color: rgba(0,0,0,.4);
   z-index: 1;
  }
  li > a.decoration:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 1px; /*線的高度*/
   bottom: 0;
   left: 0;
   background: #fff;
   visibility: hidden;
   /*border-radius: 5px;*/
   transform: scaleX(0);
   transition: .15s linear;
  }
  li > a.decoration:hover:before,
  li > a.decoration:focus:before {
   visibility: visible;
   transform: scaleX(1);
  }
/*.background{
  background-color: #F3F3F3;
}*/
aside{
	position:fixed;
	left:25px;
	top:300px;
	width:15px;
	height:25px;
	background:#ccc;
	z-index:1000;
}
.box{
	width: 15px;
	height: 5px;
	/*font-size:100px;
	text-align:center;*/
	background: #ccc;
	/*border-bottom:solid 1px #000;*/
	box-sizing:border-box;

  transition: all 0.1s ease-in-out;
}
.ch_bg{
  width: 25px;
	background:rgb(132,3,9);
}
.box:hover{
	background:#eee;
	cursor:pointer;
}
.content{
	position:relative;
	width:100%;
	overflow:hidden;
}
.content img{
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.box2{
  position: relative;
  width: 100%;
  min-height: 600px ;
}

div.heroheader{
  background-color: rgba(132,3,9,0.9);
  background-image: url(https://i.imgur.com/O4lCKn9.jpg);
  height: 600px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.heroheader p{
  margin: 0;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.title1{
  font-family: Helvetica;
  margin: 0 10%;
  padding-top: 15px;
  min-height: 100px;
  /*background: #fff;*/
  color:#000;
  font-size:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 90px;
  background-size: 590px 20px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title2{
  font-family: Helvetica;
  margin: 0 10%;
  padding-top: 15px;
  min-height: 100px;
  /*background: #fff;*/
  color:#000;
  font-size:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 90px;
  background-size: 500px 20px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title3{
  font-family: Helvetica;
  margin: 0 10%;
  padding-top: 15px;
  min-height: 100px;
  /*background: #fff;*/
  color:#000;
  font-size:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 90px;
  background-size: 630px 20px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title4{
  font-family: Helvetica;
  margin: 0 10%;
  padding-top: 15px;
  min-height: 100px;
  /*background: #fff;*/
  color:#000;
  font-size:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 90px;
  background-size: 605px 20px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
.title5{
  font-family: Helvetica;
  margin: 0 10%;
  padding-top: 15px;
  min-height: 100px;
  /*background: #fff;*/
  color:#000;
  font-size:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: left top 90px;
  background-size: 560px 20px;
  background-image: linear-gradient(
    to right,
    #fd7f23,
    #fc1052
  );
}
p.subtitle{
  margin: 30px 10%;
}
div.wrapper{
  padding: 15px 10%;
  min-width: 900px;
}
div.circle{
  float: left;
  border: solid rgba(132,3,9,1) 1px;
  border-radius: 99em;
  width: 180px;
  height: 180px;
  display: inline-block;
  margin-bottom: 30px;
  /*text-align: center;*/
}
div.circlefor3rows{
  /*float: left;*/
  margin-right: 105px;
  border: solid rgba(132,3,9,1) 1px;
  border-radius: 99em;
  width: 180px;
  height: 180px;
  display: inline-block;
  /*text-align: center;*/
}
div.circle p{
  padding-top: 78px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.circlefor3rows p{
  padding-top: 78px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.circle p.ia{
  padding-top: 80px;
  font-size: 14px;
}
div.explanation{
  float: left;
  display: inline-block;
  width: 50%;
  margin: 50px 5% 0 20px;
  font-size: 14px;
}
div.explanationfor3rows{
  width: 180px;
  float: left;
  display: inline-block;
  /*width: 15%;*/
  margin: 30px 110px 0 0;
  padding-left: 5px;
  font-size: 14px;
}
div.wrapperfor3rows{
  display:inline-block;
  margin-right:30px;
  width:180px;
  float:left;
}
div.wrapperfor1rows{
  display: inline-block;
  width: 80%;
  float: left;
}
div.explanationfor1rows{
  /*width: 180px;*/
  float: left;
  display: inline-block;
  width: 50%;
  margin: 50px 5% 0 20px;
  font-size: 14px;
}

div.circlefor3rows p{
  margin-top: auto;
  font-weight: bold;
}
div.circle p{
  margin-top: auto;
  font-weight: bold;
}
div.explanation p{
  /*margin-top: 0;*/
  padding-top: auto;
}
div.explanationfor3rows p{
  margin-top: auto;
  padding-top: auto;
}
div.explanationfor1rows p{
  /*margin-top: 0;*/
  padding-top: auto;
}

/*FOR DESKTOP*/
@media only screen and (min-width: 1200px) {
div.heroheader p{
  margin: 0;
  font-family: Helvetica;
  font-size: 60px;
  font-weight: bold;
  color: white;
}

p.subtitle{
  margin: 30px 10%;
}
div.wrapper{
  padding: 15px 10%;
  min-width: 900px;
}
div.circle{
  float: left;
  border: solid rgba(132,3,9,1) 1px;
  border-radius: 99em;
  width: 180px;
  height: 180px;
  display: inline-block;
  margin: 0;
  /*text-align: center;*/
}
div.circlefor3rows{
  float: left;
  margin-right: 105px;
  border: solid rgba(132,3,9,1) 1px;
  border-radius: 99em;
  width: 180px;
  height: 180px;
  display: inline-block;
  /*text-align: center;*/
}
div.circle p{
  padding-top: 78px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.circlefor3rows p{
  padding-top: 78px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.circle p.ia{
  padding-top: 80px;
  font-size: 14px;
}
div.explanation{
  float: left;
  display: inline-block;
  width: 40%;
  margin: 30px 5% 0 20px;
  font-size: 14px;
}
div.explanationfor3rows{
  width: 180px;
  float: left;
  display: inline-block;
  /*width: 15%;*/
  margin: 30px 110px 0 0;
  padding-left: 5px;
  font-size: 14px;
}
div.wrapperfor3rows{
  display:inline-block;
  margin-right:80px;
  width:180px;
  float:left;
}
div.wrapperfor1rows{
  padding: 0;
  width: 400px;
  float: left;
}
div.explanationfor1rows{
  float: left;
  display: inline-block;
  width: 50%;
  margin: 50px 5% 0 20px;
  font-size: 14px;
}
