html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height:160%;
}

html{
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #6fa379;
  text-shadow: none;

  transition: color 0.5s ease;
  transition: text-shadow 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: color 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -o-transition: color 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  -ms-transition: color 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
}
header{
    background-color:#fcfcfc;
    position:fixed;
    width:85%;
    top:0;
    padding:20px 8.5% 0 8.5%;
    z-index:4;
}
main{
    background-color:#fcfcfc;
    padding:100px 5% 3% 5%;
    font-family: 'Noto Sans TC', serif;
}

h2{
    font-size:1.5em;
    font-weight:800;
}

h3{
font-size:1.3em;
font-weight:600;

}

h5{
font-size:1.1em;
font-weight:600;

}

p{
font-size:0.9em;
font-weight:400;
color:#404040;
letter-spacing:1px;
}

footer{

background-color:#6fa379;
padding:3% 5%;
bottom:0;
}

.font-pas{
    font-family: 'Passion One', cursive;
}

/*colors*/
.li-g{
    color:#6fa379;
}
.li-ye{
    color:#dfe39a;
}

.de-ye{
    color:#fce562;
}
.white{
  color:white;
}

.bg-white{
    background-color:#fcfcfc;
}

.bg-de-gr{
    background:#2a4f31;
}

/*colors*/

/*something*/

.w300{
    width:300px !important;
}
.w350{
    width:350px !important;
}

.copyri{
    color:grey;
    line-height:2em;
}
@media screen and (max-width: 1000px) {
    .copyri{
    font-size:0.8em;
}
}

@media screen and (max-width: 1000px) {
    .sitelogo{
    font-size:1.7em !important;
}
}
.sitelogo{
    font-size:2.5em;
    font-weight:700;
    color:#6fa379;
    font-family: 'Passion One', cursive;
    display:inline-block;
}

.sitelogo img{
    height:80px;
}

@media screen and (max-width: 1000px) {
    .menu1{
        font-size:1.1em !important;
        padding-top:5px;
    }
    .menu1 ul{
    margin-block-end: 0;
    margin-block-start: 0;
    }
}
.menu1{
    float:right;
    font-family: 'Passion One', cursive;
    font-weight:400;
    color:#6fa379;
    font-size:1.3em;
    letter-spacing:0.5px;
}
.menu1 ul li{
    list-style-type:none;
    display:inline;
    padding:0 15%;
}
.menu1 ul a{
    color: #6fa379;
}


.sec1{
    display:flex;
    flex-wrap:wrap;
}

@media (min-width: 801px){
.sec1{
    flex-wrap:nowrap;
}
.sec1-in-lf{
    flex-basis:33%;
    padding:4% 4%;
    }
.sec1-in-rt{
    flex-basis:65%;
    padding:4% 4%;
}}
@media (max-width: 800px){
.sec1-in-lf{
    flex-basis:100%;
    padding:3% 3%;
    margin-bottom:5%;
}
.sec1-in-rt{
    flex-basis:100%;
    padding:3% 3%;
    margin-bottom:5%;
}
}

.serv1 a{
    color:black;
}
.serv1 a:hover{
    color:#6fa379;
}

.serv1-ti{
    margin-top:13px;
}

.serv1-con{
    text-align:justify;
}

.sec-end{
    
    padding:3% 3%;
    margin:5% auto;
}

@media screen and (min-width: 1001px) {
    .bottom-r10{
    width:30%;
    letter-spacing:1px;
    }
}

@media screen and (max-width: 1000px) {
    .bottom-r10{
    width:60%;
    font-size:0.9em;
    letter-spacing:0.5px;
    }
}

/*lightbox*/

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a4f31ee;
  z-index: -5;
  opacity: 0;
}

.lightbox:target {
  z-index: 9;
  opacity: 1;
  transition: 0.5s;
}

.lightbox p{
    color:white;
    margin-top:10px;
    font-size:1.2em;
}

.lightbox div{
    
}

@media screen and (min-width: 801px) {
.lightbox div{
    max-width:40%;
}
.workimg{
    width:300px;
}
}
@media screen and (max-width: 800px) {
.workimg{
    width:260px;
}
.lightbox div{
    max-width:70%;
}
.lightframe{
    max-width:70%;
}
}

.lightbox div iframe{
    width:100%;
}
.lightclose{
    margin-top:10px;
    font-family: 'Passion One';
    color: #404040;
    background-color: white;
    position: fixed;width: 20px;
    text-align: center;
    line-height: 1em;font-size: 2em;
    padding: 5px 10px;
    border-radius: 30px;
}

.bdw-works{
width:100%;
margin-top:15px;
}

@media screen and (max-width: 800px) {
.workthumb{
    height:150px;
    width:150px;
}
}

@media screen and (min-width: 801px) {
.workthumb{
    height:200px;
    width:200px;
}
}
.workthumb{
    overflow:hidden;
    display:inline-block;
    text-align:center;
    margin:1% 0.5%;
    position:relative;
}

.workinfo{
    position:absolute;
    opacity:0;
    display:flex;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:0 5px;
    background:rgba(10,90,40,.90);
    align-items:center;
}
.workinfo:hover{
        opacity:1;
		animation-duration: .3s;
		animation-name: fadeIn;
		transform-origin: center;
}

.inworkinfo{
    text-align:left;
}
.inworkinfo p{
    color:white;
}

.littleinfo{
    background-color:white;
    font-size:0.8em;
    line-height:1.3;
    color:#5a5a5a;
    display:inline-block;
    border-radius:3px;
    margin:0 5px 5px 0;
    padding:1px 3px;
}


.img-h{
    width:100%;
    height:auto;
    margin-top:22.5%;
}
.img-h2{
    vertical-align:middle;
    height:auto;
}
.img-v{
    width:auto;
    height:100%;
}

/*bottom*/

.bottom-r10{
    font-weight:400;
    margin:0 auto;
    border-radius: 10px;
    background-color:#2a4f31;
    font-family: 'Passion One', cursive;
    transition: 0.5s;
  -webkit-transition: 0.5s;
}
.bottom-r10:hover{
    background-color:#6fa379;
    color:#425b70;
}

.trans-1{
    transition: 0.5s;
  -webkit-transition: 0.5s;
}
.trans-1:hover{
    color:#fce562 !important;
}
.sociallis{
    list-style-type:none;
    padding-inline-start:3px;
}
.sociallis li{
   font-weight:400;
   display:inline-block;
   color:#dfe39a;
   font-family: 'Passion One', cursive;
   margin-right:25px;
}

.align-r{
    text-align:right;
}

.clientsimgs{
    
}
.clientsimgs ul li{
    list-style-type:none;
    width:180px;
    height:70px;
    text-align:center;
    display:inline-block;
    margin:5px 0;
}
.clientsimgs ul li img{
    object-fit: contain;
   
}

.goTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index:20;
  font-size:2em;
  font-weight:900;
}
.goTopBtn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color:black;
    
}
.fa-arrow-alt-circle-up {
      color:grey;
    }
