@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css');
@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

html{
    overflow-x: hidden;
}
body{
    overflow-x:hidden; 
    font-family:'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei'; 
    height: auto;
    position: relative;

}


h2{
    font-size: 3.5vh;
    color: #161824;
}
h3{
    font-size: 3vh;
}
p{
    font-size: 2vh;
}

a{
    color: #39456b;
}

#Florahsiung{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img_4/FloraHsiung.svg") center top no-repeat;
    background-size: 100%;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    margin-top: 8px;
}
a:hover{
    color:black;
}

section {
    position: relative;
    z-index: 2;
}

.info{
    position: relative;
    background: white;
    z-index: 2;
    margin-bottom: 70vh;
    padding-top: 15px;
}

.infoenvelope{
    position: relative;
    background: white;
    z-index: 2;
    margin-bottom: 20vh;
    padding-top: 15px;
}


footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50vh;
    z-index: 1;
    background: -webkit-linear-gradient(white,#eeeeec);
    background: -o-linear-gradient(white,#eeeeec);
    background: -moz-linear-gradient(white,#eeeeec);
    background: linear-gradient(white,#eeeeec);

}

code, kbd, pre, samp {
    font-family:'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei'; 
    font-size: 2vh;
}

.img_sm{
    display: none;
}

@media  (max-width: 768px) { 
    footer {
        position: fixed;
        width: 100%;
        bottom: 0%;
        height: 40vh;
        z-index: 1;
        padding: 0 10px;

    }
    .container {
        max-width: 100%;
    } 
    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .img{
        display: none;
    }
    .img_sm{
        display: block;
    }
}

@media (min-width:360px) and (max-width: 576px) { 
    footer {
        position: fixed;
        width: 100%;
        bottom: 0%;
        height: 70vh;
        z-index: 1;
        padding: 0 10px;

    }
    .container {
        max-width: 100%;
    } 
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .img{
        display: none;
    }
    .img_sm{
        display: block;
    }
 
 }
.fixed-top {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* Bootstrap 4 */
.border-bottom {
    border-bottom: 1px solid #1f2e57 !important;
}
/* navbar */
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
/* bg color */
.bg-danger {
    background-color: #1f2e57!important;
}
.bg-dangers {
    background-color: #6d7079 !important;
}
.btn-danger {
    color: #fff;
    background-color: #6d7079;
    border-color: #6d7079;
}
.btn-danger:hover {
    color: #fff;
    background-color: #1f2e57;
    border-color: #1f2e57;
}

.navbar-expand-sm .navbar-nav {
    line-height: 40px;
}

.navbar-brand img{
    width: 40px;
}

.img-fluid {
    width: 100%; 
    max-width: 100%;
    height: auto;
}
.btn-outline-light {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}
.btn-outline-light:hover {
    color:black;
    background-color: transparent;
    background-image: none;
    border-color: black;
}
/* Bootstrap 4 end */

#header{
  height: 57px;
}

#aboutFlora{
    display: block;
    height: auto;
    background: white;
    padding:10vh 0;
}


/* Package */
#Package{
    display: block;
    height: 100vh;
    background:#eeeeec url("../img_4/Package_bg.png")top left no-repeat ;
    background-size: 60%;
    padding-top:20vh;
}
#Package ul li{
    display: block;
    height: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin: 20px 0;
    color: white;
    padding: 20px 40px;
}
#Package .infos{
    padding-top:10%;
}

#Package ul li samp{
    display: block;
    float: left;
    width:30px;
    height: 30px;
    font-size: 2vh;
    border: 1px white solid;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
#Package ul li:nth-child(1){
    background:#1f2e57 ;
}
#Package ul li:nth-child(2){
    background:#39456b ;
}
#Package ul li:nth-child(3){
    background:#6d7079 ;
}

@media (min-width:769px) and (max-width: 1024px) { 
    #Package{
        display: block;
        height: auto;
        background:#F3EEEA url("../img_4/Package_bg.png")top left no-repeat ;
        background-size: cover;
    }

    #Package img{
        width: 150px;
    }
    
    #Package p {
        font-size: 2.5vh;
    }
    
 }

 @media (min-width:360px) and (max-width: 768px) { 
     #Package{
        display: block;
        height: auto;
        background:#F3EEEA url("../img_4/Package_bg.png")top left no-repeat ;
        background-size: cover;
    }
     #Package p {
        font-size: 2.5vh;
    }
    #Package h3 {
        font-size: 4vh;
    }

 }
/* Package */

/* words */
.wordsinfo{
    display: inline-block;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #161824;
}

.wordsinfo h2{
    color:#AB545A ;
}


#words{
    display: block;
    height: auto;
    background:#c0c0c0;
    padding-top: 3%;
}

/* words */

/* company */
#company{
    display: block;
    height: auto;
    background:#eeeeec;
    overflow: hidden;
    padding-top: 3%;
}
#company .companyinfo div{
    opacity: 0.6;
}
#company .companyinfo div:hover{
    opacity: 1;
}
/* page */
.Info_lits{
    margin: 15px 0 0 0;
    padding: 10px 0;
}
.Info_lits h3{
    color: #39456b;
    
}

.Info_litswork h3{
    color: #39456b;
    
}

#Info_litswork b{
    font-weight: 400;
    color:gray;
}

#mywork{
    display: block;
    height: auto;
    background: #eeeeec;
    overflow: hidden;
}
.fa {
    display: inline-block;
    font: normal normal normal 21px FontAwesome;
    font-size: 3vh;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* page */
@media (min-width:360px) and (max-width: 768px) { 
    

    #Info_litswork{
        padding: 0 30px;
    }
    #Info_litswork b{
        display: block;
        width: 100%;
        background:#6d7079;
        font-weight: 400;
        color:white;
        padding: 5px 10px;
    }
    .Info_lits {
        margin: 5px 0;
        padding: 5px 0;
    }
}


#gallery {
    display: block;
    height: auto;
    background: #eeeeec;
    overflow: hidden;
    padding-top: 3%;
}


.demo-gallery > div {
  margin-bottom: 0;
}

.demo-gallery > div > div {
  display: inline-block;
  width: 22%;
  list-style: outside none none;
}

@media (min-width:360px) and (max-width: 768px) { 
   .demo-gallery > div > div {
  display: inline-block;
  width: 100%;
  list-style: outside none none;
} 
.card__title {
    font-size: 3.5vh;
    margin: 0 0 10px;
}






#infome b{
     font-size: 2.5vh;
}

.Info_lits p{
    border-bottom:1px solid #eeeeec;
    padding: 5px 15px;
}

.Info_lits li{
    padding: 5px 15px;
    font-size: 2.3vh;
}

.Info_lits h3 {
    color: #39456b;
    padding: 0 15px;

}
.grid figure p {
    letter-spacing: 1px;
    font-size:2.8vh;
}
.grid figure h2 {
    font-size: 3.5vh;
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-size: 2.5vh;
}


}

.demo-gallery > div > div a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > div > div a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > div > div a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > div > div a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > div > div a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > div > div a .demo-gallery-poster > img {
    display: none;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > div > div a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > div > div a {
  border: 3px solid #04070a;
}

/*  */

 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#39456b !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #39456b;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #39456b;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#39456b;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#39456b;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#39456b;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    cursor: pointer;
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }

input {
    position: relative;
    z-index: 9999;
}


table {
	table-layout: fixed;
	margin: 1rem auto;
	width:100%;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	border-collapse: collapse;
}
thead {

}
th {
	background: #1195b2;
	color: #fff;
	font-weight: 400;
	padding: 5px 15px ;
	border: 3px solid #fff;
	width: 17.5%;
}

th:nth-child(1){
    width: 30%;
}

tr:nth-child(even) {
	background: rgba(17,149,178,.2);
}
td {
	padding: .5rem 1rem;
	border-right: 1px solid rgba(0,0,0,.05);
}

@media only screen and (max-width:600px) {
	table{
		width: 100%;
	}
	thead {display: none;}
	tr {border-bottom: 5px solid rgba(17,149,178,.35);}
	tr:last-child {border-bottom: 0 none;}
	td {
		display: block;
		padding: .3rem .5rem;
	}
	td:before {
		content: attr(data-head);
		display: inline-block;
		width: auto;;
		min-width: 40%;
		font-weight: 900;
		padding-right: 1rem;
		font-variant: small-caps;
	}
	td:last-child {text-align: left;}
	td:nth-child(odd) {
		background: rgba(17,149,178,.15);
	}
}

