/**
* Template Name: Lumia - v2.1.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/



/**{
	border: 1px solid #0080C8;
}
*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/




body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #444444;
  background-color: #F4EDE7;
  font-weight: 70px;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Antic Didone', serif;
	letter-spacing: 1px;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #D9B28E;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:#BD9979;
  color: #fff;
}

/*--------------------------------------------------------------
# Header = Navbar
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background:#D9B28E;

  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color:#414143;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
  font-family: 'Noto Sans TC', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color:#C73E13;
	
  text-decoration: none;
	
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #384046;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
        bottom: 385px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
        background:#E9C4A9;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
	font-family: 'Antic Didone', serif;
  display: block;
  position: relative;
  color: #384046;
  padding: 10px 20px;
         font-weight: 600;
	letter-spacing: 2px;
	font-size: 20px;
	text-transform: none;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
          color: #C73E13;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 38, 42, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 72px);
  background:url("../../images/bglarge02.jpg") center center ;

  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.1);
	

	
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 50px 0 40px 0;
  font-family: 'Antic Didone', serif;
  font-size: 135px;
  font-weight: 200;
  line-height: 56px;
  color: #fff;
	text-shadow: 0px 5px 40px rgba(0, 0, 0, 0.7);
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  font-family: 'Noto Sans TC', sans-serif;
  color: rgba(255, 255, 255, 1.0);
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 300px;
  line-height: 150%;
  letter-spacing: 1px;
	text-shadow: 0px 5px 40px rgba(0, 0, 0, 0.9);
  
}



#hero .btn-get-started {
  font-family: 'Capriola', sans-serif;
  font-weight: 20;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 110px;
  border-radius: 30px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background:#C73E13;
  text-transform: uppercase;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
	
}

#hero .btn-get-started:hover {
  background: #982F0E;
	transform: translateY(-5px);
}


@media (min-width: 1024px) {
  #hero {
    background-attachment:fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 75px;
    line-height: 20px;
  }
	
	
  #hero h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}





/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards {
  padding: 100px 0 40px 0;
}

.cards img {
  border-radius: 0;
  padding-top: 0;

}

.cards .card {
  border: 0;
  text-align: center;
  background-color:#FFFFFF;
}

.cards .card-body {
  -moz-text-align-last: center;
  text-align-last: center;

}

.cards .card-text {
  font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
color:rgba(79,90,98,0.75);
	padding: 0 20px 0 20px;
	
}

/*#4f5a62
#C73E13*/

.cards .card-title a {
	
  font-weight: 900;
  font-size: 25px;
  color: #4f5a62;
  transition: 0.3s;
}

.cards .card-title a:hover {
  color: #C73E13;
}

.cards .btn {
  font-family: 'Noto Sans TC', sans-serif;

  border-radius: 20px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #B06D52;
	color: #B06D52;
	margin-top: 8px;
	transition: ease-in-out 0.3s;
}

.cards .btn:hover {
  border-color: #C73E13;
  background: #C73E13;
  color: #fff;
	transform: translateY(-5px);
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.3);
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #C73E13;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}










/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


#contact{
	padding: 60px 0 100px 0;
}


.contact .info {
  font-family: 'Noto Sans TC', sans-serif;
  width: 100%;
  background: none;
}

.contact .info i {
  font-size: 32px;
  color: #C73E13;
  float: left;
  line-height: 1;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #282828;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: none;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: none;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: none;
  background: #18d26e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .loading {
  display: none;
  background: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {

  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #C73E13;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #C73E13;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;

}

.contact .php-email-form button[type="submit"]:hover {
  background:#982F0E;
	transform: translateY(-5px);
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.3);
}





@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}












/*

#D9B28E;

#BD9979;


#D3A77E;

*/


/* background: #E2C4A8;*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-family: 'Noto Sans TC', sans-serif;
  color: #D1C9C6;
  font-size: 14px;
	font-weight: lighter;
  background:#414143;
}





#copyright{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: lighter;
	color:rgba(255,255,255,0.61);
}

#credits{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: lighter;
	color:rgba(255,255,255,0.25);
}



#footer .social-links a {
	font-family: 'Noto Sans TC', sans-serif;
	
  font-size: 18px;
  display: inline-block;
  background:#505052;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #BD9979;
  color: #fff;
  text-decoration: none;
}
